From 099fb847679afdc1f62ce2e09396391a3987c007 Mon Sep 17 00:00:00 2001 From: Eric Y Liu Date: Sat, 26 Jun 2021 07:20:54 -0700 Subject: [PATCH] v0.35.0 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ COMPONENT_INDEX.md | 2 +- package.json | 2 +- preprocess/api.json | 2 +- 4 files changed, 33 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ce5db36..625402a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.35.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.35.0) - 2021-06-26 + +**Features** + +- support expressive styles for `Button`, `UnorderedList`, `OrderedList` +- support large size for `Button` (`size="lg"`) +- support large, extra-large `ButtonSkeleton` sizes +- support field, small sizes for `FileUploaderItem` +- allow custom `Search` icon +- allow `NumberInput` input steppers to be hidden (`hideSteppers={true}`) +- add `icon` prop to `TooltipIcon` +- support disabled `TooltipIcon` + +**Fixes** + +- make `Tooltip` screenreader description less verbose + +**Documentation** + +- add Button examples "Large size", "Expressive styles" +- add OrderedList example "Expressive styles" +- add UnorderedList example "Expressive styles" +- add Search example "Custom search icon" +- add NumberInput example "Hidden steppers" +- add TooltipIcon example "Disabled" + +**Housekeeping** + +- upgrade `carbon-components` to version 10.35.0 + ## [0.34.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.34.0) - 2021-06-25 **Features** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index b58846ef..92cd5ed9 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 167 components exported from carbon-components-svelte@0.34.0. +> 167 components exported from carbon-components-svelte@0.35.0. ## Components diff --git a/package.json b/package.json index 07a2077d..f86a0e93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.34.0", + "version": "0.35.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 cc9e43ca..86d0ae10 100644 --- a/preprocess/api.json +++ b/preprocess/api.json @@ -1,5 +1,5 @@ { - "version": "0.34.0", + "version": "0.35.0", "components": { "Accordion": { "path": "carbon-components-svelte/src/Accordion/Accordion.svelte"