Breaking Changes
Features
- add
sortKey
,sortDirection
props toDataTable
for programmatic sorting (72c24b8, #1337) - forward
paste
event toComboBox
,DatePicker
,MultiSelect
,NumberInput
,Search
,TextArea
,TextInput
,PasswordInput
,TimePicker
,HeaderSearch
(e230db8, #1332) - support disabled items in
Dropdown
,MultiSelect
,ComboBox
(f25a10c, #1328)
Fixes
- do not overwrite
cells
property inrows
object inDataTable
(d2cdb8e, #1336) - correctly toggle the body class if using nested modals (22f93ee, #1331; 37aa207, #1339 contributed by @brunnerh)
- remove useless
inline
prop fromDropdown
(0063c01, #1329) - remove redundant
Dropdown
list box role and id (e7a9064, #1327) - add missing
role="option"
andaria-selected
attributes toListBoxMenuItem
(319eb98, #1327)
Refactor
Documentation
- add
DataTable
example "Programmatic sorting" - add
Modal
example "Has scrolling content" - add
Modal
example "Custom focus" - add
Dropdown
example "Disabled items" - add
MultiSelect
example "Disabled items" - add
ComboBox
example "Disabled items"