carbon-components-svelte 0.52.0 → 0.53.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,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  <!-- ## Unreleased -->
9
9
 
10
+ ## [0.53.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.53.0) - 2022-01-18
11
+
12
+ **Breaking Changes**
13
+
14
+ - replace `selectedIndex` with `selectedId` in `Dropdown`
15
+ - replace `selectedIndex` with `selectedId` in `ComboBox`
16
+
17
+ **Fixes**
18
+
19
+ - prevent `Dropdown` icon from being clickable when disabled
20
+
10
21
  ## [0.52.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.52.0) - 2022-01-17
11
22
 
12
23
  **Features**
@@ -22,7 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
33
  - restore explicit typing of `null | HTMLElement` for TypeScript strict mode
23
34
  - dispatch `click:button--primary` in `Modal` if `shouldSubmitOnEnter` is true
24
35
 
25
- - **Documentation**
36
+ **Documentation**
26
37
 
27
38
  - simplify reactive `RadioButton` example
28
39
  - add reactive `Select` example for `Select`