mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +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 -->
|
<!-- ## 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
|
## [0.63.8](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.63.8) - 2022-05-07
|
||||||
|
|
||||||
**Fixes**
|
**Fixes**
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Component Index
|
# Component Index
|
||||||
|
|
||||||
> 165 components exported from carbon-components-svelte@0.63.8.
|
> 165 components exported from carbon-components-svelte@0.64.0.
|
||||||
|
|
||||||
## Components
|
## Components
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "carbon-components-svelte",
|
"name": "carbon-components-svelte",
|
||||||
"version": "0.63.8",
|
"version": "0.64.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"description": "Svelte implementation of the Carbon Design System",
|
"description": "Svelte implementation of the Carbon Design System",
|
||||||
"svelte": "./src/index.js",
|
"svelte": "./src/index.js",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue