Breaking Changes
- remove default
title
value inInlineNotification
- remove default
title
,caption
values inToastNotification
- remove
iconDescription
prop fromHeaderNavMenu
Features
- add
Popover
component - add
ContextMenu
component - add "container" type for
TabsSkeleton
- add warning state to
Select
- dispatch "on:click:button--next" and "on:click:button--previous" in
Pagination
Fixes
- replace chevron icons with "Add" and "Subtract" icons in
NumberInput
- fix
Slider
markup to use CSS to hide input ifhideTextInput
istrue
- remove hotfix inline style to center dropdown chevron
- add "rowgroup" role to
StructuredListBody
- fix type definition for
MultiSelect
: "clear" should be typed as a custom event - remove line breaks in anchor element in
Link
- only set
autofocus
attribute if the value istrue
Documentation
- add
Slider
hidden text input, invalid, disabled examples - add
Select
warning, invalid, helper text, skeleton (hidden label) examples - add
RadioButton
disabled buttons example - update sample copy in
ToastNotification
,InlineNotification
- update
Select
item groups example to use the hidden default option
Housekeeping
- upgrade
carbon-components
to version 10.31.0 - upgrade
carbon-icons-svelte
to version 10.27.0 (icons are correctly typed usingSvelteComponentTyped
)