From 3ba5ba7ccbcf8e63e4e446376096828186e96833 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Thu, 8 Dec 2022 07:40:58 -0800 Subject: [PATCH] v0.70.13 --- CHANGELOG.md | 21 +++++++++++++++++++++ COMPONENT_INDEX.md | 2 +- package.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 315c63fc..316a2af9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.70.13](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.70.13) - 2022-12-08 + +**Fixes** + +- support `NumberInput` incrementing/decrementing floating point values +- allow arrow keys to open and navigate `Dropdown` menu +- only fire `Dropdown` "select" event on interaction +- avoid runtime error if `Dropdown` items is an empty array +- avoid runtime error if `MultiSelect` items is an empty array +- avoid runtime error if `ComboBox` items is an empty array +- fire `OverflowMenu` "close" event when clicking outside menu +- fire `Popover` "click:outside" event when clicking sibling elements +- forward `Toggle` "change" and "keyup" events after `toggled` updates +- fix `ProgressStep` label text if `vertical` +- make `ProgressStep` inherit unclickable styles if `preventChangeOnClick` +- add explicit `type="button"` to `TableHeader` button +- add explicit `type="button"` to `ProgressStep` button +- loosen `TreeView` text prop type from `string` to `any` +- make `TreeView` children prop type work recursively +- remove unused `derived` import from `DataTable` + ## [0.70.12](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.70.12) - 2022-10-13 **Fixes** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index 8ff0eea0..35693a94 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 165 components exported from carbon-components-svelte@0.70.12. +> 165 components exported from carbon-components-svelte@0.70.13. ## Components diff --git a/package.json b/package.json index c7555273..584f6474 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.70.12", + "version": "0.70.13", "license": "Apache-2.0", "description": "Svelte implementation of the Carbon Design System", "svelte": "./src/index.js",