mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
v0.65.0
This commit is contained in:
parent
37aa207c85
commit
566d64c970
3 changed files with 35 additions and 2 deletions
33
CHANGELOG.md
33
CHANGELOG.md
|
@ -7,6 +7,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
<!-- ## Unreleased -->
|
<!-- ## Unreleased -->
|
||||||
|
|
||||||
|
## [0.65.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.65.0) - 2022-06-07
|
||||||
|
|
||||||
|
**Breaking Changes**
|
||||||
|
|
||||||
|
- mark array-type props as read-only
|
||||||
|
|
||||||
|
**Features**
|
||||||
|
|
||||||
|
- add `sortKey`, `sortDirection` props to `DataTable` for programmatic sorting
|
||||||
|
- forward `paste` event to `ComboBox`, `DatePicker`, `MultiSelect`, `NumberInput`, `Search`, `TextArea`, `TextInput`, `PasswordInput`, `TimePicker`, `HeaderSearch`
|
||||||
|
- support disabled items in `Dropdown`, `MultiSelect`, `ComboBox`
|
||||||
|
|
||||||
|
**Fixes**
|
||||||
|
|
||||||
|
- do not overwrite `cells` property in `rows` object in `DataTable`
|
||||||
|
- correctly toggle the body class if using nested modals
|
||||||
|
- remove useless `inline` prop from `Dropdown`
|
||||||
|
- remove redundant `Dropdown` list box role and id
|
||||||
|
- add missing `role="option"` and `aria-selected` attributes to `ListBoxMenuItem`
|
||||||
|
|
||||||
|
**Refactor**
|
||||||
|
|
||||||
|
- set alert `Modal` attributes in markup instead of script
|
||||||
|
|
||||||
|
**Documentation**
|
||||||
|
|
||||||
|
- add `DataTable` example "Programmatic sorting"
|
||||||
|
- add `Modal` example "Has scrolling content"
|
||||||
|
- add `Modal` example "Custom focus"
|
||||||
|
- add `Dropdown` example "Disabled items"
|
||||||
|
- add `MultiSelect` example "Disabled items"
|
||||||
|
- add `ComboBox` example "Disabled items"
|
||||||
|
|
||||||
## [0.64.3](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.64.3) - 2022-05-29
|
## [0.64.3](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.64.3) - 2022-05-29
|
||||||
|
|
||||||
**Fixes**
|
**Fixes**
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Component Index
|
# Component Index
|
||||||
|
|
||||||
> 165 components exported from carbon-components-svelte@0.64.3.
|
> 165 components exported from carbon-components-svelte@0.65.0.
|
||||||
|
|
||||||
## Components
|
## Components
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "carbon-components-svelte",
|
"name": "carbon-components-svelte",
|
||||||
"version": "0.64.3",
|
"version": "0.65.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"description": "Svelte implementation of the Carbon Design System",
|
"description": "Svelte implementation of the Carbon Design System",
|
||||||
"svelte": "./src/index.js",
|
"svelte": "./src/index.js",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue