carbon-components-svelte 0.58.3 → 0.58.4

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,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  <!-- ## Unreleased -->
9
9
 
10
+ ## [0.58.4](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.58.4) - 2022-02-21
11
+
12
+ **Fixes**
13
+
14
+ - dispatched events without a `detail` type should be `null` instead of `any`
15
+ - `FileUploader` `clearFiles` description should reflect that it's an accessor, not a prop
16
+ - `FileUploader` should correctly fire `add` and `remove` events
17
+ - `FileUploader` files should not be keyed by file name
18
+ - `FileUploader` change event detail signature should be `File[]`
19
+ - fix `DataTable` regression where sort icon indicators don't update
20
+
21
+ **Refactor**
22
+
23
+ - remove unnecessary JSDoc default type notation
24
+
10
25
  ## [0.58.3](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.58.3) - 2022-02-20
11
26
 
12
27
  **Fixes**
package/css/.DS_Store ADDED
Binary file