mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
v0.60.0
This commit is contained in:
parent
a3d116215d
commit
bbd2cbe62c
4 changed files with 27 additions and 3 deletions
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -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**
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.59.0",
|
||||
"version": "0.60.0",
|
||||
"components": {
|
||||
"Accordion": {
|
||||
"path": "carbon-components-svelte/src/Accordion/Accordion.svelte"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue