Skip to content

Releases: bootstrap-vue/bootstrap-vue

v0.12.2

11 Apr 21:22
@pi0 pi0
Compare
Choose a tag to compare

Commits

  • [tabs] add click event for tab (#205) (Pooya Parsa) - b242278

  • [popover] hide on changed::tab (#218) (Pooya Parsa) - 4692c57

  • [tabs] don't observe subtree DOM updates (#220) (Pooya Parsa) - f9b4a0e

  • [tabs] only use active tag for initial update (#220) (Pooya Parsa) - 93f851c

  • Fix typo in docs (Pooya Parsa) - a2f1cc8

v0.12.1

11 Apr 08:50
@pi0 pi0
Compare
Choose a tag to compare

Commits

  • Update Docs for media, table and Carousel (@pi0) - b8c7745
  • Adds "row-clicked" event that when row is clicked (@tithamane) - #217
  • b-modal: Actually close when clicking the backdrop (@gpyh) - caab58f

v0.12.0

07 Apr 20:07
@pi0 pi0
Compare
Choose a tag to compare

We have now a slack channel :) Join Us!

New components

  • Media
  • Carusel

Commits

  • fix hljs padding (Pooya Parsa) - 1c51c9d

  • b-modal: Explicit components dependency (Yacine Hmito) - 434d525

  • Minor fixes (Pooya Parsa) - ec2067b

  • Carousels (Pooya Parsa) - 1a3064d

  • Cleanup (Pooya Parsa) - e6cc7b7
    Unused codes removed & bundle size is reduced from 104Kb to 96Kb (~18Kb
    gzipped)

  • form-select with arbitrary text/value fields fixes #196 (Pooya Parsa) - c5333e6

  • Ensure dist directory exists fixes #210 (Pooya Parsa) - f201e29

  • Allow prevent modals from hiding fixes #208 (Pooya Parsa) - eeb93df

  • [docs] Update progress fixes #202 (Pooya Parsa) - 2522ef5

  • [docs] blockquote styling (Pooya Parsa) - 9802549

  • [Docs] Update Media (Pooya Parsa) - d76aa1c

  • [docs] hide example part if not available (Pooya Parsa) - 16fd317

  • Media (Pooya Parsa) - f76c538

  • Explicit components dependency #201 (Pooya Parsa) - 7d82ba8

  • [Table] Fix for better pagination integration and filter's regex (Vitaly Mosin) - 32cf658

  • Fixed pagination when filtered table (Vitaly Mosin) - fae39fd

  • Fix bug of tab component removing 'show' css class prematurely (#209) (Valentin Alexiev) - 88c69ee
    Fix bug of tab component removing 'show' css class prematurely

  • Put back vue in devDependencies (Author) - b1cadf2

  • Add an option for a custom tab-head (Author) - eb14903

  • Remove duplicated dependency (Author) - 01545b4

  • b-button: Remove warning by importing b-link (Yacine Hmito) - 5724116
    It used to embed the b-link component without importing it

  • Fix for (this.value || "").split is not a function (Vitaly Mosin) - 945d536
    If value is not a String, we got an error.
    To fix issue, first convert value
    to string, then split it.

v0.11.1

03 Apr 20:26
@pi0 pi0
Compare
Choose a tag to compare

Getting more stable with this release.

Improvements

  • [Carousel] Added Carousel controls docs- @Phinome
  • [Tabs] Fixed warning about kebab-case (9b78ce4) - @mosinve
  • [Popover] Correct race condition on Popover reposition when multiple props change (00402d6) - @SirLamer
  • [Build] Improve rollup (269f3c1)
  • [Tabs] Support dynamic tab updates #194 (9a97ed9)
  • [Tabs] Update docs

v0.11.0

28 Mar 18:28
@pi0 pi0
Compare
Choose a tag to compare

New Components

Tabs are now documented with many improvements. Thanks to @mosinve contribution (#182) & @asafyish suggestion (#179)

...Only Carousel component is remaining undocumented to full bootstrap components coverage

Improvements & Fixes

  • [Dropdown-Item] Change the component type to button if 'href' not exists @cynecx #180
  • [Popover] cleanup method. fixes #183
  • [Modal] Fix clickout issue. @XionDelta #181

v0.10.2

25 Mar 17:16
@pi0 pi0
Compare
Choose a tag to compare

Special Thanks to core members @mosinve & @SirLamer .Without helping them this wasn't possible.

Features

  • New form-file component, now has drag and drop, multi file and even experimental directory uploading support. 👻

Improvements

  • <b-link> no longer fills href with to prop.
  • Table API improvements
  • All form- component properties are refactored to a mixin.
  • form-fieldset is rewritten in a simpler manner (Please check latest docs)
  • Popover content reposition is improved.
  • maxwidth to popover as a prop
  • modals: moved onclick handler "onlickOut" from modal to modal-backdrop
  • b-form-input: Propagate form & blur events

Docs

  • Docs are now upgraded to nuxt 0.10.x

0.3.6

24 Oct 14:01
@pi0 pi0
Compare
Choose a tag to compare
Changed slots