v0.21.0
Features
- ListBoxMenu: forward "scroll" event (PR #366)
- ComboBox: export reference to list box menu (PR #366)
- DataTable: add
ToolbarMenu
,ToolbarMenuItem
(PR #369) - DataTable: support empty table body columns by adding optional
empty
key toheaders
prop (PR #370) - Dropdown: support "sm", "xl" field sizes
Fixes
- DataTable: cancelling batch selection should deselect "select all rows" checkbox
- Toolbar: remove duplicate "bx--toolbar-content" element
Documentation
- DataTable: add example "Empty column with overflow menu"
- hand off current theme for examples opened in a new tab
- add field size examples for
Dropdown
,MultiSelect
,Select
Contributors