carbon-components-svelte 0.58.4 → 0.59.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  <!-- ## Unreleased -->
9
9
 
10
+ ## [0.59.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.59.0) - 2022-02-21
11
+
12
+ **Features**
13
+
14
+ - add `maxCount` prop to `TextArea`
15
+ - add `disabled` prop to `FileUploader`
16
+ - add `files` prop to `FileUploaderDropContainer`
17
+ - add `files` prop to `FileUploaderButton`
18
+
19
+ **Fixes**
20
+
21
+ - change `add`, `change` events in `FileUploaderDropContainer` to dispatch `File[]` instead of `FileList`
22
+ - update `files` prop description in `FileUploader`
23
+
24
+ **Documentation**
25
+
26
+ - add `TextArea` "Maximum character count" example
27
+ - add `FileUploader` disabled state example
28
+ - add `FileUploader` "Clear files" example
29
+ - document `validateFiles` prop for `FileUploaderDropContainer`
30
+ - add descriptions for `FileUploaderButton`, `FileUploader` examples
31
+
32
+ **Housekeeping**
33
+
34
+ - upgrade `carbon-components` to v10.53.0
35
+
10
36
  ## [0.58.4](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.58.4) - 2022-02-21
11
37
 
12
38
  **Fixes**