carbon-components-svelte 0.50.4 → 0.51.2

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,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  <!-- ## Unreleased -->
9
9
 
10
+ ## [0.51.2](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.51.2) - 2022-01-10
11
+
12
+ **Fixes**
13
+
14
+ - correctly reset values in `ComboBox` when manually clearing selection
15
+ - fix filterable `ComboBox` keyboard selection
16
+ - remove redundant role attributes from `Dropdown`, `Header` to fix a11y warnings
17
+ - fix `TileGroup` two-way binding on the `selected` prop
18
+
19
+ **Documentation**
20
+
21
+ - document `DatePicker` usage with a Rollup set-up
22
+ - add multiple modals example for `Modal`
23
+ - add reactive examples for `RadioTile`
24
+
25
+ ## [0.51.1](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.51.1) - 2022-01-03
26
+
27
+ **Fixes**
28
+
29
+ - add missing `required` prop to `Select`
30
+ - set global theme variable first in SCSS files
31
+
32
+ ## [0.51.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.51.0) - 2021-12-30
33
+
34
+ **Features**
35
+
36
+ - enhance `Checkbox` to support `bind:group`
37
+
38
+ ## [0.50.5](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.50.5) - 2021-12-30
39
+
40
+ **Fixes**
41
+
42
+ - filterable `MultiSelect` should blur when pressing "Tab"
43
+ - filterable `MultiSelect` menu should close when pressing "Escape"
44
+ - filterable `MultiSelect` menu should open when pressing "Space"
45
+ - `DatePicker` input should not lose focus when pressing "Enter"
46
+ - `ToolbarSearch` should expand if `value` is programmatically set
47
+
10
48
  ## [0.50.4](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.50.4) - 2021-12-30
11
49
 
12
50
  **Fixes**