From e04d6fa33a6e79c11079560af1cd76708d4b975d Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 19 Mar 2022 13:00:33 -0700 Subject: [PATCH] v0.62.0 --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ COMPONENT_INDEX.md | 2 +- package.json | 2 +- preprocess/api.json | 2 +- 4 files changed, 39 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 570c93ad..e021c884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.62.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.62.0) - 2022-03-19 + +**Breaking Changes** + +- remove `Copy` component +- do not prevent default submit behavior in `Form` + +**Features** + +- add `shouldFilterRows` prop to `ToolbarSearch` to support auto-filterable `DataTable` rows +- make `SideNavLink` text slottable +- make `icon` prop slottable in `ContextMenuOption`, `Link`, `Tag`, `HeaderAction`, `HeaderActionLink`, `SideNavLink`, `SideNavMenu` components +- make `MultiSelect` slottable +- make `Dropdown` slottable +- make `ComboBox` slottable + +**Fixes** + +- stop click propagation on `HeaderAction` button + +**Refactor** + +- inline `Copy` component in `CopyButton`, `CodeSnippet` +- use native `bind:value` in `Search` +- use native `bind:value` in `TextArea` + +**Documentation** + +- add `DataTable` "Filterable" and "Filterable (custom)" examples +- add `MultiSelect` "Custom slot" example +- add `Dropdown` "Custom slot" example +- add `ComboBox` "Custom slot" example +- add note that `items` object in `ComboBox`, `Dropdown`, `MultiSelect` requires a unique `id` +- add `ClickableTile` "Prevent default behavior" example +- fix broken link in `Checkbox` docs + ## [0.61.1](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.61.1) - 2022-03-13 **Fixes** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index ced3fbc4..97b0378d 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 171 components exported from carbon-components-svelte@0.61.1. +> 171 components exported from carbon-components-svelte@0.62.0. ## Components diff --git a/package.json b/package.json index 77a8cd31..516fbd96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.61.1", + "version": "0.62.0", "license": "Apache-2.0", "description": "Svelte implementation of the Carbon Design System", "svelte": "./src/index.js", diff --git a/preprocess/api.json b/preprocess/api.json index 27d7eaa1..a787a739 100644 --- a/preprocess/api.json +++ b/preprocess/api.json @@ -1,5 +1,5 @@ { - "version": "0.61.1", + "version": "0.62.0", "components": { "Accordion": { "path": "carbon-components-svelte/src/Accordion/Accordion.svelte"