This commit is contained in:
Eric Liu 2022-02-26 11:30:03 -08:00
commit bbd2cbe62c
4 changed files with 27 additions and 3 deletions

View file

@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- ## Unreleased -->
## [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**

View file

@ -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

View file

@ -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",

View file

@ -1,5 +1,5 @@
{
"version": "0.59.0",
"version": "0.60.0",
"components": {
"Accordion": {
"path": "carbon-components-svelte/src/Accordion/Accordion.svelte"