carbon-components-svelte 0.65.0 → 0.65.3

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,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  <!-- ## Unreleased -->
9
9
 
10
+ ## [0.65.3](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.65.3) - 2022-06-15
11
+
12
+ **Fixes**
13
+
14
+ - fix `TreeView` type error when keyboard navigating an expanded node
15
+
16
+ ## [0.65.2](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.65.2) - 2022-06-12
17
+
18
+ **Fixes**
19
+
20
+ - `DataTable` header keys should be reactive
21
+ - use native binding for value prop in `TimePicker`
22
+ - use native binding for value prop in `ComboBox`, `MultiSelect`
23
+
24
+ ## [0.65.1](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.65.1) - 2022-06-09
25
+
26
+ **Fixes**
27
+
28
+ - `DataTable` column sort direction order should be independent
29
+
10
30
  ## [0.65.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.65.0) - 2022-06-07
11
31
 
12
32
  **Breaking Changes**