From d90965c575da4274e54cdf20460b2f5b17a1b574 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Mon, 21 Feb 2022 14:27:12 -0800 Subject: [PATCH] v0.59.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ COMPONENT_INDEX.md | 2 +- package.json | 2 +- preprocess/api.json | 2 +- 4 files changed, 29 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7757f004..9c206757 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.59.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.59.0) - 2022-02-21 + +**Features** + +- add `maxCount` prop to `TextArea` +- add `disabled` prop to `FileUploader` +- add `files` prop to `FileUploaderDropContainer` +- add `files` prop to `FileUploaderButton` + +**Fixes** + +- change `add`, `change` events in `FileUploaderDropContainer` to dispatch `File[]` instead of `FileList` +- update `files` prop description in `FileUploader` + +**Documentation** + +- add `TextArea` "Maximum character count" example +- add `FileUploader` disabled state example +- add `FileUploader` "Clear files" example +- document `validateFiles` prop for `FileUploaderDropContainer` +- add descriptions for `FileUploaderButton`, `FileUploader` examples + +**Housekeeping** + +- upgrade `carbon-components` to v10.53.0 + ## [0.58.4](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.58.4) - 2022-02-21 **Fixes** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index c06f3057..7668f9e1 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 172 components exported from carbon-components-svelte@0.58.4. +> 172 components exported from carbon-components-svelte@0.59.0. ## Components diff --git a/package.json b/package.json index 76f93841..94873507 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.58.4", + "version": "0.59.0", "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 8c65fff1..60509b35 100644 --- a/preprocess/api.json +++ b/preprocess/api.json @@ -1,5 +1,5 @@ { - "version": "0.58.4", + "version": "0.59.0", "components": { "Accordion": { "path": "carbon-components-svelte/src/Accordion/Accordion.svelte"