mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
v0.66.0
This commit is contained in:
parent
87bf6e9aaf
commit
d417eea82c
3 changed files with 18 additions and 2 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
<!-- ## Unreleased -->
|
||||
|
||||
## [0.66.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.66.0) - 2022-06-18
|
||||
|
||||
**Features**
|
||||
|
||||
- add `fullWidth` prop to `Slider`
|
||||
- support number type for `selected` prop in `Select`
|
||||
|
||||
**Fixes**
|
||||
|
||||
- only dispatch "change" in `Select` if `selected` value has changed
|
||||
- use first `SelectItem` value as default `selected` value in `Select` if `undefined`
|
||||
|
||||
**Documentation**
|
||||
|
||||
- revise `Select` example "Default" to demo usage without `selected` prop
|
||||
|
||||
## [0.65.3](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.65.3) - 2022-06-15
|
||||
|
||||
**Fixes**
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Component Index
|
||||
|
||||
> 165 components exported from carbon-components-svelte@0.65.3.
|
||||
> 165 components exported from carbon-components-svelte@0.66.0.
|
||||
|
||||
## Components
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "carbon-components-svelte",
|
||||
"version": "0.65.3",
|
||||
"version": "0.66.0",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Svelte implementation of the Carbon Design System",
|
||||
"svelte": "./src/index.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue