mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
v0.52.0
This commit is contained in:
parent
b13bb8e09f
commit
c02b84edb2
4 changed files with 26 additions and 3 deletions
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
<!-- ## Unreleased -->
|
<!-- ## Unreleased -->
|
||||||
|
|
||||||
|
## [0.52.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.52.0) - 2022-01-17
|
||||||
|
|
||||||
|
**Features**
|
||||||
|
|
||||||
|
- make `Toggle` labels slottable
|
||||||
|
- add option to `ComboBox.clear` to not re-focus input (`clear({ focus: false })`)
|
||||||
|
|
||||||
|
**Fixes**
|
||||||
|
|
||||||
|
- break out of trap focus in `Tooltip` when pressing "Escape"
|
||||||
|
- pass "name" prop in `ComboBox` to input element
|
||||||
|
- emit `change` event in `Checkbox` after modifying state
|
||||||
|
- restore explicit typing of `null | HTMLElement` for TypeScript strict mode
|
||||||
|
- dispatch `click:button--primary` in `Modal` if `shouldSubmitOnEnter` is true
|
||||||
|
|
||||||
|
- **Documentation**
|
||||||
|
|
||||||
|
- simplify reactive `RadioButton` example
|
||||||
|
- add reactive `Select` example for `Select`
|
||||||
|
- fix grammar in `TreeView` "Expand all nodes" example
|
||||||
|
- note that `Search` clear event is also dispatched when pressing "Escape"
|
||||||
|
- demo reactivity in expandable `Search` example
|
||||||
|
|
||||||
## [0.51.3](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.51.3) - 2022-01-12
|
## [0.51.3](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.51.3) - 2022-01-12
|
||||||
|
|
||||||
**Fixes**
|
**Fixes**
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Component Index
|
# Component Index
|
||||||
|
|
||||||
> 172 components exported from carbon-components-svelte@0.51.3.
|
> 172 components exported from carbon-components-svelte@0.52.0.
|
||||||
|
|
||||||
## Components
|
## Components
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "carbon-components-svelte",
|
"name": "carbon-components-svelte",
|
||||||
"version": "0.51.3",
|
"version": "0.52.0",
|
||||||
"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",
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.51.3",
|
"version": "0.52.0",
|
||||||
"components": {
|
"components": {
|
||||||
"Accordion": {
|
"Accordion": {
|
||||||
"path": "carbon-components-svelte/src/Accordion/Accordion.svelte"
|
"path": "carbon-components-svelte/src/Accordion/Accordion.svelte"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue