carbon-components-svelte 0.50.2 → 0.50.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,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  <!-- ## Unreleased -->
9
9
 
10
+ ## [0.50.3](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.50.3) - 2021-12-28
11
+
12
+ **Fixes**
13
+
14
+ - do not dispatch "click", "click:row" `DataTable` events when selecting a checkbox or radio button
15
+ - render "labelText" slot if `labelText` prop or `$$slots.labelText` is truthy
16
+ - prevent default behavior in `Tabs` mobile variant when clicking a menu option
17
+ - coalesce nullish values to `""` for `TextInput`, `PasswordInput`, `TextArea`
18
+
10
19
  ## [0.50.2](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.50.2) - 2021-11-27
11
20
 
12
21
  **Fixes**