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

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

2.0.0-rc.19 (2019-04-21)

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

Notable changes:

Features

  • Bootstrap V4.3 Toasts (beta, requires PortalVue 2.x).
  • b-modal: support for optionally scoped slots and added new Vue.prototpe.$bvModal helper for showing/hiding modals and async OK and Confirm message boxes. Requires browser Promise support.
  • b-table: New prop table-class for applying arbitrary class(es) to the <table> element.
  • b-tabs: add new props fill, justified, active-nav-item-class and active-tab-class.

Fixes

  • b-col & b-form-group: implement self overwriting lazy props getter. Addresses issue when lazy loading individual components.
  • b-form-textarea: improve auto-row height calculation timing.
  • b-link and related components: ensure href prop is not passed to router-links.
  • b-modal: clear internal return_focus value after modal closes.
  • b-modal: fix close on click-out for IE11.
  • b-table: prevent hover style on busy/empty row.

Accessibility

  • b-dropdown & b-nav-item-dropdown: use semantic <ul> and <li> markup for better ARIA accessibility.
  • b-form-checkbox & b-form-radio: add aria-labelledby prop.
  • b-form-group: make aria-live attribute on feedback configurable.
  • b-tabs don't set aria-expanded on the panel.

Other

  • Docs Playground: add support for exporting to CodePen and CodeSandbox.
  • Additional core code optimizations.

Changes

  • Removed built in polyfills (hack) for Mutation Observer. IE 11 users should include the appropriate polyfills as mentioned in the getting started docs page.

Don't miss a new bootstrap-vue release

NewReleases is sending notifications on new releases.