carbon-components-svelte 0.67.0 → 0.67.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.67.3](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.67.3) - 2022-07-26
11
+
12
+ **Fixes**
13
+
14
+ - correctly pluralize `Pagination` items display text
15
+ - prevent label text selection in `Toggle`
16
+ - add missing `hideLabel` prop to `Toggle`
17
+
18
+ ## [0.67.2](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.67.2) - 2022-07-23
19
+
20
+ **Fixes**
21
+
22
+ - display correct `ComboBox` value if using `itemToString` and `shouldFilterItem` props
23
+
24
+ ## [0.67.1](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.67.1) - 2022-07-12
25
+
26
+ **Fixes**
27
+
28
+ - set a high `z-index` on the `SideNav` overlay to avoid it being covered by other elements
29
+
10
30
  ## [0.67.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.67.0) - 2022-06-29
11
31
 
12
32
  **Breaking Changes**