mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
v0.36.0
This commit is contained in:
parent
8ddf2def8b
commit
2f5d01d0c0
4 changed files with 29 additions and 3 deletions
26
CHANGELOG.md
26
CHANGELOG.md
|
@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
<!-- ## Unreleased -->
|
<!-- ## Unreleased -->
|
||||||
|
|
||||||
|
## [0.36.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.36.0) - 2021-06-26
|
||||||
|
|
||||||
|
**Features**
|
||||||
|
|
||||||
|
- add condensed, flush props to `StructuredList`
|
||||||
|
- support `SideNav` rail
|
||||||
|
- add isSelected prop to `HeaderNavItem`
|
||||||
|
- make components with `labelText` prop slottable (e.g., <span slot="labelText">...</span>)
|
||||||
|
|
||||||
|
**Fixes**
|
||||||
|
|
||||||
|
- set min/max height for multi-line `CodeSnippet`
|
||||||
|
- make `ImageLoader` SSR compatible by using a window type check guard
|
||||||
|
- default isSelected to false in `SideNavMenuItem`
|
||||||
|
- forward keydown event to `TextArea`
|
||||||
|
- deprecate border prop in `StructuredList`
|
||||||
|
|
||||||
|
**Documentation**
|
||||||
|
|
||||||
|
- add separate disabled example for filterable/interactive tags
|
||||||
|
- update number of supported chart types from 17 to 20
|
||||||
|
|
||||||
|
**Housekeeping**
|
||||||
|
|
||||||
|
- upgrade `carbon-components` to version 10.36.0
|
||||||
|
|
||||||
## [0.35.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.35.0) - 2021-06-26
|
## [0.35.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.35.0) - 2021-06-26
|
||||||
|
|
||||||
**Features**
|
**Features**
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Component Index
|
# Component Index
|
||||||
|
|
||||||
> 167 components exported from carbon-components-svelte@0.35.0.
|
> 167 components exported from carbon-components-svelte@0.36.0.
|
||||||
|
|
||||||
## Components
|
## Components
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "carbon-components-svelte",
|
"name": "carbon-components-svelte",
|
||||||
"version": "0.35.0",
|
"version": "0.36.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"author": "IBM",
|
"author": "IBM",
|
||||||
"description": "Svelte implementation of the Carbon Design System",
|
"description": "Svelte implementation of the Carbon Design System",
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.35.0",
|
"version": "0.36.0",
|
||||||
"components": {
|
"components": {
|
||||||
"Accordion": {
|
"Accordion": {
|
||||||
"path": "carbon-components-svelte/src/Accordion/Accordion.svelte"
|
"path": "carbon-components-svelte/src/Accordion/Accordion.svelte"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue