Breaking Changes
- remove
HeaderActionSlideTransition
interface fromHeaderAction
; type transition prop asSlideParams
(47866b1, #1163) - rename
Breakpoint
"on:match" event to "on:change" (2cd2872, #1092 contributed by @brunnerh) - move
Breakpoint
breakpoints tocarbon-components-svelte/src/Breakpoint/breakpoints
(5de0d9a, #1092 contributed by @brunnerh)
Features
- support
DataTable
non-selectable rows (95a1dfa, #1166) - expose
MultiSelect
highlightedId as a prop (9215e3b, #1153 contributed by @dominikg) - add
breakpointObserver
store as an alternative toBreakpoint
(5de0d9a, #1092 contributed by @brunnerh)
Fixes
- audit
HeaderAction
text styles (53853cf, #1162) - visually align
HeaderActionLink
icon withHeaderAction
icon (5d15360, #1161) - fix
MultiSelect
filterable selection error (9215e3b, #1153 contributed by @dominikg) - correctly type
FileUploaderDropContainer
validateFiles prop (853942f, #1149 contributed by @DanielPower) - inline
Popover
SCSS fromcarbon-components@10.47
(cc7b30a, #1139)
Refactor
- remove usage of deprecated
Icon
component (e2c980e, #1160) - use direct component imports where possible (48348df, #1158)
Documentation
- add
DataTable
"Non-selectable rows" example - add
OverflowMenu
"Disabled items" example - add
Breakpoint
"Store and Breakpoint Values" example