Please see the changelog for a complete list of commits, and the online documentation for usage.
Notable changes
Fixes
b-input-group
: fix kebab-case prop names forprepend-html
andappend-html
.b-table
,b-table-lite
: adjustments to sort icon SCSS positioning, which fixes issues with placing dropdowns in table header cells.
Features
b-tooltip
,b-popover
: remove need for route watcher, preventing open tooltip/popover from closing if child route changes and trigger element is still in document.b-table
,b-table-lite
: don't renderthead
ortfoot
if no detected fields (for accessibility reasons).b-table
: allow sorting of virtual fields that have a formatter function + support optionallocalCompare
options.b-tabs
: emit newchanged
event whenever tabs added, removed or re-ordered.
Other
- Docs: added new accessibility reference section
- Various
devDependency
anddependency
updates
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.