⚠️ If using optimizeImports
from carbon-preprocess-svelte
, you must upgrade to version 0.9.0.
Breaking Changes
- remove deprecated components:
Icon
,IconSkeleton
,NotificationTextDetails
,ToggleSmall
,ToggleSmallSkeleton
,HeaderActionSearch
(ba0ed0b, #1191) - remove deprecated component props (ba7eeda, #1191)
- remove
optimizeCarbonImports
preprocessor (6986aac, #1217) - remove
GlobalHeader
andSideNav
subfolders (62735d6, #1223) - move
truncate
action fromactions
tosrc/Truncate
(9143e50, #1224)
Features
- add
breakpointObserver
,breakpoints
to base exports (4d95590, #1216) - add
ProgressBar
kind
prop to support inline, indented variants (c998dbd, #1213)
Fixes
- add explicit
type="button"
attribute to interactive, filterable tag variants (7f9f45e, #1246) - add TypeScript support for
sveltekit:
attributes for anchor elements (ea38cd2, #1234) Link
types should extenda
orp
attributes (45c2726, #1233)- prevent selectable
DataTable
with sticky header from jumping (e8da9d7, #1230)
Refactor
- use icons from
carbon-icons-svelte
v11
Documentation
- add
DataTable
"Sticky header" example - refactor
Grid
examples - add note to
UIShell
that theming is not supported - add
ProgressBar
examples "Inline variant" and "Indented variant"
Housekeeping
- upgrade
carbon-components
to v10.56.0