mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
v0.71.0
This commit is contained in:
parent
50066966da
commit
bdf0e109c8
3 changed files with 21 additions and 2 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
<!-- ## Unreleased -->
|
||||
|
||||
## [0.71.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.70.13) - 2022-12-08
|
||||
|
||||
**Breaking Changes**
|
||||
|
||||
- `Select`: rename dispatched `change` event to `update`
|
||||
- `Select`: forward `change` event
|
||||
- `PaginationNav`: use 1-indexing to be consistent with `Pagination`
|
||||
- `InlineNotification`: remove `iconDescription` prop (replaced with `closeButtonDescription` and `statusIconDescription`)
|
||||
|
||||
**Features**
|
||||
|
||||
- `Pagination`: dispatch `change` event when user interacts with previous/next buttons, or page/page size dropdowns
|
||||
- `InlineNotification`: add `iconDescription` and `closeButtonDescription` props
|
||||
|
||||
**Documentation**
|
||||
|
||||
- link 'source code' to folder for multiple components
|
||||
- `PaginationNav`: add description for `change` event
|
||||
|
||||
## [0.70.13](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.70.13) - 2022-12-08
|
||||
|
||||
**Fixes**
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Component Index
|
||||
|
||||
> 165 components exported from carbon-components-svelte@0.70.13.
|
||||
> 165 components exported from carbon-components-svelte@0.71.0.
|
||||
|
||||
## Components
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "carbon-components-svelte",
|
||||
"version": "0.70.13",
|
||||
"version": "0.71.0",
|
||||
"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