mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
v0.70.13
This commit is contained in:
parent
fce92fb648
commit
3ba5ba7ccb
3 changed files with 23 additions and 2 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
<!-- ## Unreleased -->
|
<!-- ## Unreleased -->
|
||||||
|
|
||||||
|
## [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
|
## [0.70.12](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.70.12) - 2022-10-13
|
||||||
|
|
||||||
**Fixes**
|
**Fixes**
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Component Index
|
# Component Index
|
||||||
|
|
||||||
> 165 components exported from carbon-components-svelte@0.70.12.
|
> 165 components exported from carbon-components-svelte@0.70.13.
|
||||||
|
|
||||||
## Components
|
## Components
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "carbon-components-svelte",
|
"name": "carbon-components-svelte",
|
||||||
"version": "0.70.12",
|
"version": "0.70.13",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"description": "Svelte implementation of the Carbon Design System",
|
"description": "Svelte implementation of the Carbon Design System",
|
||||||
"svelte": "./src/index.js",
|
"svelte": "./src/index.js",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue