carbon-components-svelte 0.63.5 → 0.63.8

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.63.8](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.63.8) - 2022-05-07
11
+
12
+ **Fixes**
13
+
14
+ - elevate `Toolbar` z-index so overflow menu is not clipped by the table
15
+
16
+ ## [0.63.7](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.63.7) - 2022-05-04
17
+
18
+ **Fixes**
19
+
20
+ - strongly type `translateWithId` prop in `Dropdown`
21
+
22
+ ## [0.63.6](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.63.6) - 2022-05-04
23
+
24
+ **Fixes**
25
+
26
+ - add `translateWithIdsSelection` prop to `ComboBox`, `MultiSelect` to customize clear selection description
27
+ - use default values in `ListBoxMenuIcon` if `translateWithIds` is undefined
28
+ - use default values in `ListBoxSelection` if `translateWithIds` is undefined
29
+
10
30
  ## [0.63.5](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.63.5) - 2022-05-02
11
31
 
12
32
  **Fixes**