mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
v0.50.3
This commit is contained in:
parent
ae96fdf3d9
commit
f4512027a5
3 changed files with 11 additions and 2 deletions
|
@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
<!-- ## Unreleased -->
|
||||
|
||||
## [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**
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.50.2",
|
||||
"version": "0.50.3",
|
||||
"components": {
|
||||
"Accordion": {
|
||||
"path": "carbon-components-svelte/src/Accordion/Accordion.svelte"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue