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 newVue.prototpe.$bvModal
helper for showing/hiding modals and async OK and Confirm message boxes. Requires browserPromise
support.b-table
: New proptable-class
for applying arbitrary class(es) to the<table>
element.b-tabs
: add new propsfill
,justified
,active-nav-item-class
andactive-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: ensurehref
prop is not passed to router-links.b-modal
: clear internalreturn_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
: addaria-labelledby
prop.b-form-group
: makearia-live
attribute on feedback configurable.b-tabs
don't setaria-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.