Releases: carbon-design-system/carbon-components-svelte
Releases · carbon-design-system/carbon-components-svelte
v0.85.3
What's Changed
- fix: address Svelte 5 warnings by @metonym, @brunnerh in #2011
- chore(telemetry): update metrics endpoint by @IgnacioBecerra in #2008
New Contributors
- @IgnacioBecerra made their first contribution in #2007
Full Changelog: v0.85.2...v0.85.3
v0.85.2
v0.85.1
What's Changed
- fix(multi-select): fix
filterItem
return type by @eytanProxi in #1972 - fix(search): collapse expandable search if value is falsy by @jmeurice in #1987
- fix(text-area): type
value
prop as nullable by @CordlessWool in #1933
New Contributors
- @eytanProxi made their first contribution in #1972
- @jmeurice made their first contribution in #1987
- @CordlessWool made their first contribution in #1933
Full Changelog: v0.85.0...v0.85.1
v0.85.0
This release includes changes needed for the latest version of carbon-preprocess-svelte
, which is a from-scratch rewrite of the optimizeImports
preprocessor and optimizeCss
plugin.
If using pre-compiled CSS from carbon-components-svelte
, the optimizeCss
plugin can greatly reduce the outputted CSS bundle by remove unused Carbon CSS selectors.
See examples for usage.
export default defineConfig({
plugins: [sveltekit(), optimizeCss()],
});
Optimized index-CU4gbKFa.css
- Before: 606.26 kB
+ After: 53.22 kB (-91.22%)
What's Changed
Full Changelog: v0.84.1...v0.85.0
v0.84.1
What's Changed
- fix(data-table): loosen
sort
return type to be anumber
by @berndfuhrmann in #1935 - fix(checkbox): forward
focus
,blur
events toCheckbox
andInlineCheckbox
by @wickning1 in #1937
New Contributors
- @berndfuhrmann made their first contribution in #1935
- @wickning1 made their first contribution in #1937
Full Changelog: v0.84.0...v0.84.1
v0.84.0
What's Changed
- feat(ui-shell): support button tooltip in
HeaderGlobalAction
by @spburtsev in #1894 - fix(exports): resolve imports with explicit *.js extension by @metonym in #1927
New Contributors
- @spburtsev made their first contribution in #1894
Full Changelog: v0.83.0...v0.84.0
v0.83.0
What's Changed
⚠️ BREAKING CHANGE: fix(link)!: do not render p for disabled link by @metonym in #1926- fix: avoid using reserved $ for Svelte 5 compat by @metonym and @Sahasrara in #1926
- fix(search): hoist ignore a11y autofocus comment by @metonym in #1926
Full Changelog: v0.82.11...v0.83.0
v0.82.11
What's Changed
- fix(code-snippet):
showMoreLess={false}
should hide button by @metonym in #1917 - fix(image-loader): updated
src
should update the image by @metonym in #1919 - fix(overflow-menu): use
offsetWidth
,offsetHeight
to compute menu dimensions by @Sahasrara in #1913 - fix(toast-notification): clear
autoclose
timeout correctly by @metonym, @brunnerh in #1915
New Contributors
- @Sahasrara made their first contribution in #1913
Full Changelog: v0.82.10...v0.82.11