Breaking Changes
- if
TextInput
istype="number"
, value can be anumber
ornull
to signify "no value" (173d416, #1065) TextInput
dispatches instead of forwardsinput
,change
events (detail type:null | number | string
) (a15c1f5, #1065)
Features
- pass
rowIndex
,cellIndex
toDataTable
"cell" slot (1d861bd, #1086) - add
itemToInput
prop toMultiSelect
to customize name, title, labelText values (0f7349e, #1074) - add
open
prop toTooltipDefinition
; dispatchopen
,close
events (20e6172, #1057)
Fixes
DataTable
headers should be reactive (a5f5550, #1075)DataTable
batch selection checkbox should be reactive (0518fe6, #1085)MultiSelect
should correctly lose focus (8b39cca, #1077)- non-filterable
MultiSelect
should dispatch ablur
event (63f52b4, #1080) - resolve
MultiSelect
accessibility issues (30a5f2c, #1072) - toggle
HeaderNavMenu
when pressing "Enter" or "Space" (18eb1e2, #1073) - close
HeaderNavMenu
menu when pressing "Enter" on an item (c196ec0, #1073) - resolve
HeaderNavMenu
accessibility issues (1939e43, #1079) - fix
TextInput
reactivity by using nativebind:value
(173d416, #1065)
Documentation
- remove duplicate "Heading variant" example (cbecfd4, #1070 contributed by @canerakdas)
Housekeeping
- upgrade
carbon-components
to v10.52.0