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

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

2.0.0-rc.21 (2019-05-26)

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

Notable changes

Fixes

  • b-alert: handle case where dismiss countdown changes to a boolean value
  • b-dropdown: delay opening of dropdown via $nextTick when using the .show() method
  • b-input-group: fix issue with append slot
  • b-input-group: use same input-group-prepend/append for both props and slots
  • b-modal: delay initially open modal via nextTick when using v-model or visible prop
  • b-tabs: fix regression when tabs are rendered in a lazy modal
  • b-toaster: CSS fix for IE11 support
  • types: fix msxBoxConfirm typo
  • use installFactory for main BootstrapVue plugin installer

Features

  • b-img-lazy: add support for IntersectionObserver (default, with fallback to scroll events if Intersection Observer not available)
  • b-modal: use custom transporter component for portalling content
  • b-tooltip, b-popover: add fallback-placement prop
  • b-table: don't use css grid for stacked table SCSS - for IE11 compatibility
  • all form controls: added new autofocus prop that will auto-foucs the input when the component is inserted into the DOM
  • types: better typescript type declaration files, when importing individual components and plugins.
  • Nuxt module: optimize imports into single import statements
  • don't warn about 'Multiple Vue instances detected' when testing in vue-test-utils + JSDOM

Accessibility

  • b-toast: prevent duplicate toast announcements for screen readers

Other

  • Updates to docs

Don't miss a new bootstrap-vue release

NewReleases is sending notifications on new releases.