diff --git a/CHANGELOG.md b/CHANGELOG.md index 87cf683a..066522ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.56.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.56.0) - 2022-01-27 + +**Breaking Changes** + +- type `NumberInput` value as `null | number` instead of `string | number` (`null` signifies "no value") + +**Fixes** + +- export `readonly` as a prop in `TextArea` +- fix `Checkbox` two-way binding for `checked`, `group` props + +**Documentation** + +- add `Checkbox` reactive example for `bind:checked` +- update `Checkbox` reactive example for `bind:group` to demo two-way binding +- simplify `Tabs` reactive example +- add `NumberInput` "No value" example + ## [0.55.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.55.0) - 2022-01-22 **Features** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index b146b397..98c97f55 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 172 components exported from carbon-components-svelte@0.55.0. +> 172 components exported from carbon-components-svelte@0.56.0. ## Components diff --git a/package.json b/package.json index 8a830d98..f013d05e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.55.0", + "version": "0.56.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 306810ac..50dbad74 100644 --- a/preprocess/api.json +++ b/preprocess/api.json @@ -1,5 +1,5 @@ { - "version": "0.55.0", + "version": "0.56.0", "components": { "Accordion": { "path": "carbon-components-svelte/src/Accordion/Accordion.svelte"