Features
- DataTable: add
Toolbar
,ToolbarContent
,ToolbarSearch
,ToolbarBatchActions
- DataTable: support row selection, batch selection, radio selection
- DataTable: dispatch "mouseenter", "mouseleave" events on table rows
- Search: forward "focus", "blur" events to search input; dispatch "clear" event
Fixes
- DataTable: include sort direction with custom sort method (PR #356)
- fix: allow item ids in ComboBox, Dropdown, MultiSelect to be numbers
- fix(ui-shell): initialize
platformName
as empty string to prevent rendering as "undefined"
Refactoring
- refactor(ui-shell): remove redundant conditional in HeaderGlobalAction
Documentation
- new DataTable examples:
- fix(docgen): list both default and named slots in
COMPONENT_INDEX.md
Contributors