Breaking Changes
- remove
Copy
component (e4800d9, #1174) - do not prevent default submit behavior in
Form
(ef46f35, #1170)
Features
- add
shouldFilterRows
prop toToolbarSearch
to support auto-filterableDataTable
rows (2df7b92, #1179) - make
SideNavLink
text slottable (1462b2e, #1187) - make
icon
prop slottable inContextMenuOption
,Link
,Tag
,HeaderAction
,HeaderActionLink
,SideNavLink
,SideNavMenu
(e23b121, #1186) - make
MultiSelect
slottable (1017e80, #1183) - make
Dropdown
slottable (f5594da, #1182) - make
ComboBox
slottable (2858776, #1181)
Fixes
Refactor
- inline
Copy
component inCopyButton
,CodeSnippet
(f8aecdb, #1175) - use native
bind:value
inSearch
(ba0abe8, #1173) - use native
bind:value
inTextArea
(59ecc53, #1169)
Documentation
- add
DataTable
"Filterable" and "Filterable (custom)" examples - add
MultiSelect
"Custom slot" example - add
Dropdown
"Custom slot" example - add
ComboBox
"Custom slot" example - add note that
items
object inComboBox
,Dropdown
,MultiSelect
requires a uniqueid
- add
ClickableTile
"Prevent default behavior" example - add
Form
"Prevent default behavior" example - fix broken link in
Checkbox
docs