From f4512027a502bbf51034c733b50b00dfba0caa51 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Tue, 28 Dec 2021 14:04:22 -0800 Subject: [PATCH] v0.50.3 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- preprocess/api.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f05db37..cda81534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.50.3](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.50.3) - 2021-12-28 + +**Fixes** + +- do not dispatch "click", "click:row" `DataTable` events when selecting a checkbox or radio button +- render "labelText" slot if `labelText` prop or `$$slots.labelText` is truthy +- prevent default behavior in `Tabs` mobile variant when clicking a menu option +- coalesce nullish values to `""` for `TextInput`, `PasswordInput`, `TextArea` + ## [0.50.2](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.50.2) - 2021-11-27 **Fixes** diff --git a/package.json b/package.json index 06773232..a5f2adf3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.50.2", + "version": "0.50.3", "license": "Apache-2.0", "description": "Svelte implementation of the Carbon Design System", "svelte": "./src/index.js", diff --git a/preprocess/api.json b/preprocess/api.json index 60c907c5..54129914 100644 --- a/preprocess/api.json +++ b/preprocess/api.json @@ -1,5 +1,5 @@ { - "version": "0.50.2", + "version": "0.50.3", "components": { "Accordion": { "path": "carbon-components-svelte/src/Accordion/Accordion.svelte"