Skip to content

Commit 56290d3

Browse files
committed
chore(data-widgets): update changelog
1 parent e6c4dce commit 56290d3

File tree

4 files changed

+26
-0
lines changed

4 files changed

+26
-0
lines changed

packages/modules/data-widgets/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [2.7.0] DataWidgets - 2023-03-29
10+
11+
### [2.7.0] Datagrid
12+
13+
#### Added
14+
15+
- With the new "Selection" property, it is now possible to make items in the grid selectable.
16+
17+
### [1.3.0] Gallery
18+
19+
#### Added
20+
21+
- With the new "Selection" property, it is now possible to make items in the gallery selectable. Additionally, it is possible to configure an "On selection change" action that runs when the selection changes.
22+
23+
### [1.0.0] SelectionHelper
24+
25+
#### Added
26+
27+
- We added Selection helper widget.
28+
929
## [2.6.1] DataWidgets - 2023-03-09
1030

1131
### [2.6.1] Datagrid

packages/pluggableWidgets/datagrid-web/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [2.7.0] - 2023-03-29
10+
911
### Added
1012

1113
- With the new "Selection" property, it is now possible to make items in the grid selectable.

packages/pluggableWidgets/gallery-web/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [1.3.0] - 2023-03-29
10+
911
### Added
1012

1113
- With the new "Selection" property, it is now possible to make items in the gallery selectable. Additionally, it is possible to configure an "On selection change" action that runs when the selection changes.

packages/pluggableWidgets/selection-helper-web/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [1.0.0] - 2023-03-29
10+
911
### Added
1012

1113
- We added Selection helper widget.

0 commit comments

Comments
 (0)