From bbd2cbe62cae80f2653be84778265f123c9ac6e1 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 26 Feb 2022 11:30:03 -0800 Subject: [PATCH] v0.60.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ COMPONENT_INDEX.md | 2 +- package.json | 2 +- preprocess/api.json | 2 +- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c206757..31448227 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.60.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.60.0) - 2022-02-26 + +**Features** + +- add `RadioButtonGroup` `hiddenLegend` prop to visually hide the legend +- add `ProgressBar` `size` prop to support small size variant + +**Fixes** + +- update `DatePicker` calendar instance if options change + +**Refactor** + +- remove `StructuredList` `overflow-y` style monkey patch + +**Documentation** + +- add `RadioButton` "Hidden legend" example +- add `ProgressBar` "Small size" example + +**Housekeeping** + +- upgrade `carbon-components` to v10.54.0 + ## [0.59.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.59.0) - 2022-02-21 **Features** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index 69ad1f90..f23590a8 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 172 components exported from carbon-components-svelte@0.59.0. +> 172 components exported from carbon-components-svelte@0.60.0. ## Components diff --git a/package.json b/package.json index eef607bc..c185b9e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.59.0", + "version": "0.60.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 60509b35..c02276fd 100644 --- a/preprocess/api.json +++ b/preprocess/api.json @@ -1,5 +1,5 @@ { - "version": "0.59.0", + "version": "0.60.0", "components": { "Accordion": { "path": "carbon-components-svelte/src/Accordion/Accordion.svelte"