mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
v0.63.3
This commit is contained in:
parent
d40d238de5
commit
020b2e07b6
3 changed files with 14 additions and 2 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
<!-- ## Unreleased -->
|
||||
|
||||
## [0.63.3](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.63.3) - 2022-04-28
|
||||
|
||||
**Fixes**
|
||||
|
||||
- fix `FileUploaderItem` regression where `delete` event should be dispatched if status is "edit"
|
||||
|
||||
**Documentation**
|
||||
|
||||
- add `FileUploader` "Item (edit)" example
|
||||
- revise `FileUploader` "Item (edit status, invalid state)" example to include `on:delete` usage
|
||||
- add `FileUploader` "Item (edit status, invalid state with subject, body)" example
|
||||
|
||||
## [0.63.2](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.63.2) - 2022-04-23
|
||||
|
||||
**Fixes**
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Component Index
|
||||
|
||||
> 165 components exported from carbon-components-svelte@0.63.2.
|
||||
> 165 components exported from carbon-components-svelte@0.63.3.
|
||||
|
||||
## Components
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "carbon-components-svelte",
|
||||
"version": "0.63.2",
|
||||
"version": "0.63.3",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Svelte implementation of the Carbon Design System",
|
||||
"svelte": "./src/index.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue