carbon-components-svelte 0.67.7 → 0.67.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 +11 -3
- package/lib/index.js +1 -1
- package/lib/index.mjs +15 -5
- package/package.json +1 -1
- package/src/Checkbox/InlineCheckbox.svelte +1 -1
- package/src/Slider/Slider.svelte +1 -0
- package/src/Toggle/Toggle.svelte +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -7,13 +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.67.
|
|
10
|
+
## [0.67.8](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.67.8) - 2022-08-10
|
|
11
|
+
|
|
12
|
+
**Fixes**
|
|
13
|
+
|
|
14
|
+
- remove `aria-checked="mixed"` if `InlineCheckbox` is indeterminate
|
|
15
|
+
- add `aria-labelledby` to `Slider` thumb
|
|
16
|
+
- add `role="switch"` to `Toggle` input
|
|
17
|
+
|
|
18
|
+
## [0.67.7](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.67.7) - 2022-08-07
|
|
11
19
|
|
|
12
20
|
**Fixes**
|
|
13
21
|
|
|
14
22
|
- remove UI Shell `Content` left margin if `SideNav` is collapsed
|
|
15
23
|
|
|
16
|
-
## [0.67.6](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.67.6) - 2022-
|
|
24
|
+
## [0.67.6](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.67.6) - 2022-08-05
|
|
17
25
|
|
|
18
26
|
**Refactor**
|
|
19
27
|
|
|
@@ -24,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
24
32
|
- avoid dynamic class names in `NotificationButton`, `NotificationIcon`
|
|
25
33
|
- forward keydown, keyup events to `NumberInput`
|
|
26
34
|
|
|
27
|
-
## [0.67.5](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.67.5) - 2022-
|
|
35
|
+
## [0.67.5](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.67.5) - 2022-08-04
|
|
28
36
|
|
|
29
37
|
**Fixes**
|
|
30
38
|
|