From 826b7096c80ea5401786c2e702031c9ad2dda5a5 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Mon, 21 Feb 2022 09:53:17 -0800 Subject: [PATCH] v0.58.4 --- CHANGELOG.md | 15 +++++++++++++++ COMPONENT_INDEX.md | 2 +- package.json | 2 +- preprocess/api.json | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c2b7131..7757f004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.58.4](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.58.4) - 2022-02-21 + +**Fixes** + +- dispatched events without a `detail` type should be `null` instead of `any` +- `FileUploader` `clearFiles` description should reflect that it's an accessor, not a prop +- `FileUploader` should correctly fire `add` and `remove` events +- `FileUploader` files should not be keyed by file name +- `FileUploader` change event detail signature should be `File[]` +- fix `DataTable` regression where sort icon indicators don't update + +**Refactor** + +- remove unnecessary JSDoc default type notation + ## [0.58.3](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.58.3) - 2022-02-20 **Fixes** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index e084be00..2e7595ed 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 172 components exported from carbon-components-svelte@0.58.3. +> 172 components exported from carbon-components-svelte@0.58.4. ## Components diff --git a/package.json b/package.json index b708bff8..ee444890 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.58.3", + "version": "0.58.4", "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 3b7e7b1c..8c65fff1 100644 --- a/preprocess/api.json +++ b/preprocess/api.json @@ -1,5 +1,5 @@ { - "version": "0.58.3", + "version": "0.58.4", "components": { "Accordion": { "path": "carbon-components-svelte/src/Accordion/Accordion.svelte"