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**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue