mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
v0.66.1
This commit is contained in:
parent
5a8bd9ca57
commit
3b3a9c9a29
3 changed files with 22 additions and 2 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
<!-- ## Unreleased -->
|
||||
|
||||
## [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**
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue