carbon-components-svelte 0.62.2 → 0.62.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,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  <!-- ## Unreleased -->
9
9
 
10
+ ## [0.62.3](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.62.3) - 2022-03-26
11
+
12
+ **Fixes**
13
+
14
+ - fix `TreeView` filter logic in expandNodes/collapseNodes
15
+ - correctly render slotted label in `NumberInput`
16
+ - only render expandable `DataTable` row content when expanded
17
+
10
18
  ## [0.62.2](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.62.2) - 2022-03-23
11
19
 
12
20
  **Fixes**