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

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

2.0.0-rc.17 (2019-04-07)

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

Notable Changes

Fixes

  • b-collapse & v-b-toggle: better collapsed state synchronization
  • b-link & b-button: support handling multiple click event listeners
  • b-modal; fix backdrop fade animation when closing
  • b-modal: prevent page scroll/jump as modal opens on long pages
  • b-modal: fixed stacked modal z-index calculations which may have originally obscured other overlay components such as notifications and toasts
  • b-modal: prevent close on backdrop when click initiated inside modal content
  • b-pagination: reset to page 1 when total-rows or per-page changes
  • b-tooltip & b-popover: prevent duplicate show/shown event emits when .sync prop modifier used
  • utils/env: check for undefined on global process var (fixes browser build)
  • utils/get: handle case when nested value is falsy (affected b-table when using nested keys)

Enhancements

  • v-b-scrollspy: support when vue-router is in hash based route mode
  • b-alert: refactored code for better event emitting
  • b-form-textarea: improved computedHeight calculation when in auto resize mode
  • b-modal: auto return focus to trigger element using previous document.activeElement if no return focus element specified
  • b-pagination-nav: better auto page detection for IE

Accessibility

  • b-breadcrumb: improvements to aria-* attributes
  • b-form-group: improvements to aria-* attributes and logic

Other

  • Improved docs searching powered by Algolia DocSearch
  • Completed conversion of all unit testing to vue-test-utils
  • Added additional unit testing for improved code coverage (99% coverage) and future change impact assurance

Don't miss a new bootstrap-vue release

NewReleases is sending notifications on new releases.