diff --git a/CHANGELOG.md b/CHANGELOG.md index 89b3cffe..5be3f38f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.64.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.64.0) - 2022-05-14 + +**Breaking Changes** + +- set `flatpickrProps.static` in `DatePicker` to be true by default +- use data attribute instead of id for `DataTable` headers/rows + +**Features** + +- support custom column widths in `DataTable` +- dispatch "expand" and "collapse" events in `CodeSnippet` + +**Fixes** + +- use `@see` tag for flatpickr options link in `DatePicker` +- pressing "Enter" in `DatePicker` should update the value +- dispatched event type without detail should be `null`, not `any` +- type missing "open" event in `HeaderAction` +- use small button in multi-line `CodeSnippet` + +**Documentation** + +- make calendar variants of `DatePicker` more prominent +- add `DataTable` example "Custom column widths" +- add `CodeSnippet` examples "Expanded by default" and "Reactive example" + ## [0.63.8](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.63.8) - 2022-05-07 **Fixes** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index 3811e23c..8a78cc4c 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 165 components exported from carbon-components-svelte@0.63.8. +> 165 components exported from carbon-components-svelte@0.64.0. ## Components diff --git a/package.json b/package.json index 49ce84d7..f78a6311 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.63.8", + "version": "0.64.0", "license": "Apache-2.0", "description": "Svelte implementation of the Carbon Design System", "svelte": "./src/index.js",