carbon-components-svelte 0.67.7 → 0.68.0

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,13 +7,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  <!-- ## Unreleased -->
9
9
 
10
- ## [0.67.7](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.67.7) - 2022-8-07
10
+ ## [0.68.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.68.0) - 2022-08-15
11
+
12
+ **Features**
13
+
14
+ - add `fullWidth` prop to `ToastNotification`
15
+ - dispatch cancelable `on:cancel` event in `ToolbarBatchActions`
16
+ - add `active` prop to `ToolbarBatchActions`
17
+
18
+ **Documentation**
19
+
20
+ - add `ToastNotification` example "Full width"
21
+ - add `DataTable` example "Batch selection with controlled toolbar"
22
+
23
+ ## [0.67.9](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.67.9) - 2022-08-11
24
+
25
+ **Fixes**
26
+
27
+ - `NotificationActionButton` types should extend `Button` props
28
+
29
+ ## [0.67.8](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.67.8) - 2022-08-10
30
+
31
+ **Fixes**
32
+
33
+ - remove `aria-checked="mixed"` if `InlineCheckbox` is indeterminate
34
+ - add `aria-labelledby` to `Slider` thumb
35
+ - add `role="switch"` to `Toggle` input
36
+
37
+ ## [0.67.7](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.67.7) - 2022-08-07
11
38
 
12
39
  **Fixes**
13
40
 
14
41
  - remove UI Shell `Content` left margin if `SideNav` is collapsed
15
42
 
16
- ## [0.67.6](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.67.6) - 2022-8-05
43
+ ## [0.67.6](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.67.6) - 2022-08-05
17
44
 
18
45
  **Refactor**
19
46
 
@@ -24,7 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
51
  - avoid dynamic class names in `NotificationButton`, `NotificationIcon`
25
52
  - forward keydown, keyup events to `NumberInput`
26
53
 
27
- ## [0.67.5](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.67.5) - 2022-8-04
54
+ ## [0.67.5](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.67.5) - 2022-08-04
28
55
 
29
56
  **Fixes**
30
57