mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
v0.64.0
This commit is contained in:
parent
4a052afcb5
commit
d5a3557530
3 changed files with 28 additions and 2 deletions
26
CHANGELOG.md
26
CHANGELOG.md
|
@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
<!-- ## Unreleased -->
|
||||
|
||||
## [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**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue