From 3283b9b4f5b3d35979422bd57a005642b05fc73e Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 22 Nov 2020 10:04:57 -0800 Subject: [PATCH] v0.23.1 --- CHANGELOG.md | 15 +++++++++++++++ COMPONENT_INDEX.md | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3db7c7a..80653ca4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.23.1](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.23.1) - 2020-11-22 + +**Fixes** + +- Fix `selected` prop reactivity in RadioButtonGroup so that it can be programmatically updated ([PR #407](https://github.com/IBM/carbon-components-svelte/pull/407), [issue #406](https://github.com/IBM/carbon-components-svelte/issues/406)) +- Allow click propagation in ListBox so that list box menus can close correctly; this fixes behavior in the ComboBox, Dropdown, and MultiSelect components ([PR #405](https://github.com/IBM/carbon-components-svelte/pull/405), [issue #388](https://github.com/IBM/carbon-components-svelte/issues/388)) + +**Documentation** + +- Add [programmatic RadioButton example](https://carbon-svelte.vercel.app/components/RadioButton#programmatic-usage) +- Add [multiple ComboBox example](https://carbon-svelte.vercel.app/components/ComboBox#multiple-combo-boxes) +- Add [multiple Dropdown example](https://carbon-svelte.vercel.app/components/Dropdown#multiple-dropdowns) +- Add [multiple MultiSelect example](https://carbon-svelte.vercel.app/components/MultiSelect#multiple-multi-select-dropdowns) +- Add [ExpandableAccordion recipe](https://carbon-svelte.vercel.app/recipes/ExpandableAccordion#expandable-accordion) + ## [0.23.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.23.0) - 2020-11-20 **Features** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index 49cc2b26..9b15e700 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 154 components exported from carbon-components-svelte@0.23.0. +> 154 components exported from carbon-components-svelte@0.23.1. ## Components diff --git a/package.json b/package.json index 6b8a81d0..5302fe6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.23.0", + "version": "0.23.1", "license": "Apache-2.0", "author": "IBM", "description": "Svelte implementation of the Carbon Design System",