From ced7a258805f3033fa3b78991f6b5d0a945dc98c Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 22 Jan 2022 09:16:05 -0800 Subject: [PATCH] v0.55.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ COMPONENT_INDEX.md | 2 +- package.json | 2 +- preprocess/api.json | 8 +++++++- 4 files changed, 33 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa358f7c..87cf683a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.55.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.55.0) - 2022-01-22 + +**Features** + +- forward `focus`, `blur` events to `NumberInput` +- update `ProgressStep` icons for current, incomplete steps +- type `id` as `any` instead of `string` in `ComboBox`, `Dropdown`, `MultiSelect` + +**Fixes** + +- do not coerce empty value to `0` in `NumberInput` if `allowEmpty` is true +- label `Slider` input if `aria-label` not explicitly defined +- add missing `required` prop to `RadioButton` +- add missing `required` prop to `Checkbox` +- include `@default undefined` annotations for props that are `undefined` by default + +**Refactor** + +- remove hotfix in `DatePicker` to prevent disabled icon from being clickable + +**Housekeeping** + +- upgrade `carbon-components` to v10.51.0 + ## [0.54.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.54.0) - 2022-01-19 **Features** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index a7c9b987..f62a2e36 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 172 components exported from carbon-components-svelte@0.54.0. +> 172 components exported from carbon-components-svelte@0.55.0. ## Components diff --git a/package.json b/package.json index b19c2737..6426e485 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.54.0", + "version": "0.55.0", "license": "Apache-2.0", "description": "Svelte implementation of the Carbon Design System", "svelte": "./src/index.js", diff --git a/preprocess/api.json b/preprocess/api.json index b9e94ff6..306810ac 100644 --- a/preprocess/api.json +++ b/preprocess/api.json @@ -1,5 +1,5 @@ { - "version": "0.54.0", + "version": "0.55.0", "components": { "Accordion": { "path": "carbon-components-svelte/src/Accordion/Accordion.svelte" @@ -244,6 +244,9 @@ "ChevronRight16": { "path": "carbon-components-svelte/src/icons/ChevronRight16.svelte" }, + "CircleDash16": { + "path": "carbon-components-svelte/src/icons/CircleDash16.svelte" + }, "Close16": { "path": "carbon-components-svelte/src/icons/Close16.svelte" }, @@ -262,6 +265,9 @@ "ErrorFilled20": { "path": "carbon-components-svelte/src/icons/ErrorFilled20.svelte" }, + "Incomplete16": { + "path": "carbon-components-svelte/src/icons/Incomplete16.svelte" + }, "Information16": { "path": "carbon-components-svelte/src/icons/Information16.svelte" },