npm bootstrap-vue 2.0.0-rc.23
v2.0.0-rc.23

latest releases: 2.23.1, 2.23.0, 2.22.0...
4 years ago

Please see the changelog for a complete list of commits, and the online documentation for usage.

Fixes

  • b-dropdown: close dropdown when clicking on nested elements inside dropdown items with to prop
  • bform-input, b-form-textarea: handle case where input has been removed from document during a browser auto-complete
  • b-modal: fix IE11 issue with copy/paste from modal into MS Word
  • b-modal: properly render *-html props if provided
  • b-modal: ensure ignoreBackdropClick flag is properly cleared in clickOut handler
  • b-pagination-nav: attempt to re-auto-detect current page when pages array or number-of-pages changes
  • b-table: ensure provider is refreshed when filter is an object
  • b-tabs: improve child b-tab detection routine - fixes when using extended b-tab child components and fixes bug when specifying an ID on each b-tab child
  • update dependency vue-functional-data-merge to ^3.1.0 (to fix handle nested style strings passed to functional components)
  • types: add missing BInputGroup to TypeScript definitions

Features

  • b-table-lite: new light-weight table component <b-table-lite>for displaying simple tabular data, without all the heavier features of <b-table>
  • Further improvements to tree shaking and dead code elimination when importing individual components and/or directives, resulting in smaller project bundle sizes.

Deprecation

Users should switch to the simplified import syntax (introduced in v2.0.0-rc.22) when importing individual plugins, components, and/or directives. Importing from the es/ build has been deprecated and will be removed in 2.0.0 stable release.

Don't miss a new bootstrap-vue release

NewReleases is sending notifications on new releases.