From 87c35b1c40041d6e9d57e99df4a13f1c932e3c03 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 13 Mar 2022 07:07:44 -0700 Subject: [PATCH] v0.61.0 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ COMPONENT_INDEX.md | 2 +- package.json | 2 +- preprocess/api.json | 2 +- 4 files changed, 35 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31448227..2726989b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.61.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.61.0) - 2022-03-13 + +**Breaking Changes** + +- remove `HeaderActionSlideTransition` interface from `HeaderAction`; transition prop is typed as `SlideParams` from `svelte/transition` instead +- `Breakpoint` "on:match" event renamed to "on:change" + +**Features** + +- support `DataTable` non-selectable rows +- expose `MultiSelect` highlightedId as a prop +- add `breakpointObserver` store as an alternative to `Breakpoint` + +**Fixes** + +- audit `HeaderAction` text styles +- visually align `HeaderActionLink` icon with `HeaderAction` icon +- fix `MultiSelect` filterable selection error +- correctly type `FileUploaderDropContainer` validateFiles prop +- inline `Popover` SCSS from `carbon-components@10.47` + +**Refactor** + +- remove usage of deprecated `Icon` component +- use direct component imports where possible + +**Documentation** + +- add `DataTable` "Non-selectable rows" example +- add `OverflowMenu` "Disabled items" example +- add `Breakpoint` "Store and Breakpoint Values" example + ## [0.60.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.60.0) - 2022-02-26 **Features** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index 5910b3b8..16751f95 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 172 components exported from carbon-components-svelte@0.60.0. +> 172 components exported from carbon-components-svelte@0.61.0. ## Components diff --git a/package.json b/package.json index 8b6c704b..fc2a9aea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.60.0", + "version": "0.61.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 c02276fd..15c8ad46 100644 --- a/preprocess/api.json +++ b/preprocess/api.json @@ -1,5 +1,5 @@ { - "version": "0.60.0", + "version": "0.61.0", "components": { "Accordion": { "path": "carbon-components-svelte/src/Accordion/Accordion.svelte"