From 503de8533c4b169e54abb1673941e33558ee3c69 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 17 Apr 2022 09:20:19 -0700 Subject: [PATCH] v0.63.0 --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b62f982..bc2a764a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.63.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.63.0) - 2022-04-17 + +**Breaking Changes** + +- remove deprecated components: `Icon`, `IconSkeleton`, `NotificationTextDetails`, `ToggleSmall`, `ToggleSmallSkeleton`, `HeaderActionSearch` +- remove deprecated component props +- remove `optimizeCarbonImports` preprocessor +- remove `GlobalHeader` and `SideNav` subfolders +- move `truncate` action from `actions` to `src/Truncate` + +**Features** + +- add `breakpointObserver`, `breakpoints` to base exports +- add `ProgressBar` `kind` prop to support inline, indented variants + +**Fixes** + +- add explicit `type="button"` attribute to interactive, filterable tag variants +- add TypeScript support for `sveltekit:` attributes for anchor elements +- `Link` types should extend `a` or `p` attributes +- prevent selectable `DataTable` with sticky header from jumping + +**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 + ## [0.62.3](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.62.3) - 2022-03-26 **Fixes** diff --git a/package.json b/package.json index ef0b47e8..2cbf8037 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.62.3", + "version": "0.63.0", "license": "Apache-2.0", "description": "Svelte implementation of the Carbon Design System", "svelte": "./src/index.js",