From 3b3a9c9a298332de1f68f683aea2ea999c8311e2 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Mon, 27 Jun 2022 05:51:31 -0700 Subject: [PATCH] v0.66.1 --- CHANGELOG.md | 20 ++++++++++++++++++++ COMPONENT_INDEX.md | 2 +- package.json | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0830bd80..3edf04fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.66.1](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.66.1) - 2022-06-27 + +**Fixes** + +- support `PasswordInput` invalid state when used in a `FluidForm` +- remove title attribute from `SideNavMenu` icon +- remove tabindex attribute from `SideNavMenu` icon +- override max-height in an expanded `SideNavMenu` +- fix `ComposedModal` type error where the focus node is possibly `null` + +**Refactor** + +- pass required `text` prop from `CodeSnippet` to `CopyButton` to prevent development warning + +**Documentation** + +- add `PasswordInput` example "Invalid state" +- rename `ComboBox` example "Selected id" to "Initial selected id" +- revise `DatePicker` example "DatePicker in a modal" to prevent iframe from stealing focus + ## [0.66.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.66.0) - 2022-06-18 **Features** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index a5a0a3b4..134d599c 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 165 components exported from carbon-components-svelte@0.66.0. +> 165 components exported from carbon-components-svelte@0.66.1. ## Components diff --git a/package.json b/package.json index 30c31073..9e764287 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.66.0", + "version": "0.66.1", "license": "Apache-2.0", "description": "Svelte implementation of the Carbon Design System", "svelte": "./src/index.js",