mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
v0.59.0
This commit is contained in:
parent
44d848c60d
commit
d90965c575
4 changed files with 29 additions and 3 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.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**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue