diff --git a/CHANGELOG.md b/CHANGELOG.md index 625402a9..b28ef8d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [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., ...) + +**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 **Features** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index 418bc5df..093d3222 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 167 components exported from carbon-components-svelte@0.35.0. +> 167 components exported from carbon-components-svelte@0.36.0. ## Components diff --git a/package.json b/package.json index fce832de..976a60a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.35.0", + "version": "0.36.0", "license": "Apache-2.0", "author": "IBM", "description": "Svelte implementation of the Carbon Design System", diff --git a/preprocess/api.json b/preprocess/api.json index 86d0ae10..bb90b0f6 100644 --- a/preprocess/api.json +++ b/preprocess/api.json @@ -1,5 +1,5 @@ { - "version": "0.35.0", + "version": "0.36.0", "components": { "Accordion": { "path": "carbon-components-svelte/src/Accordion/Accordion.svelte"