diff --git a/CHANGELOG.md b/CHANGELOG.md index 316a2af9..99e256e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [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** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index 30e93290..fc22e2fe 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -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 diff --git a/package.json b/package.json index ea80a086..e93925f1 100644 --- a/package.json +++ b/package.json @@ -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",