Please see the changelog for a complete list of commits, and the online documentation for usage.
Notable changes
Fixes
b-modal
: ensure header is read for accessibility with JAWS screen readerb-nav-item-dropdown
: clicking toggle a second time should close menub-table
: fix IE11 edge case where custom inputs were not clickable in clickable/sortable cellstooltip
,popover
: handle case where tooltips are applied to dropdowns, obscuring the menu in some cases. Tooltips/popover now auto-hide when the menu opens.
Features
b-dropdown
: new propsplit-button-type
to specify button type for the split buttonb-modal
: for accessibility, read only modal title and not whole header + additional A11Y optionsb-tabs
: add newtabs-start
slot for prepending extra contentless tab buttons. Deprecatetabs
slot in favour of newtabs-end
slot.- Minor codebase improvements, shaving a few bytes off bundle sizes
Other
- Minor docs updates and fixes