carbon-components-svelte 0.69.0 → 0.70.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -2
- package/lib/index.js +1 -1
- package/lib/index.mjs +24 -15
- package/package.json +1 -1
- package/src/DataTable/ToolbarSearch.svelte +7 -0
- package/types/DataTable/ToolbarSearch.svelte.d.ts +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
<!-- ## Unreleased -->
|
|
9
9
|
|
|
10
|
+
## [0.70.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.70.0) - 2022-08-18
|
|
11
|
+
|
|
12
|
+
**Features**
|
|
13
|
+
|
|
14
|
+
- add `filteredRowIds` prop to `ToolbarSearch` to support pagination
|
|
15
|
+
|
|
10
16
|
## [0.69.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.69.0) - 2022-08-17
|
|
11
17
|
|
|
12
18
|
**Features**
|
|
13
19
|
|
|
14
|
-
- dispatch `on:click:
|
|
20
|
+
- dispatch `on:click:header--select` event in `DataTable`
|
|
21
|
+
- dispatch `on:click:row--select` event in `DataTable`
|
|
15
22
|
|
|
16
23
|
## [0.68.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.68.0) - 2022-08-15
|
|
17
24
|
|
|
@@ -887,7 +894,7 @@ Svelte version >=3.48.0 is required.
|
|
|
887
894
|
|
|
888
895
|
**Features**
|
|
889
896
|
|
|
890
|
-
- add `
|
|
897
|
+
- add `nonExpandableRowIds` prop to `DataTable` to specify rows that should not be expandable
|
|
891
898
|
|
|
892
899
|
## [0.46.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.46.0) - 2021-10-17
|
|
893
900
|
|