Skip to content

Commit 1f3fa8c

Browse files
committed
chore(data-widgets): update changelog
1 parent c091bef commit 1f3fa8c

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

packages/modules/data-widgets/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [2.6.0] DataWidgets - 2023-02-17
10+
11+
### [2.3.0] DatagridDropdownFilter
12+
13+
#### Changed
14+
15+
- We added support for association filtering.
16+
17+
### [2.6.0] Datagrid
18+
19+
#### Changed
20+
21+
- Property change: Filtering tab renamed to Grid wide filtering.
22+
23+
- Property change: Show header filters property renamed to Grid wide filters and now have a description.
24+
25+
- Property change: Filters property now have a description.
26+
27+
#### Added
28+
29+
- We added new column properties for Drop-down filter that allow filtering over associations.
30+
931
## [2.5.9] DataWidgets - 2023-01-09
1032

1133
### [2.4.4] Datagrid

packages/pluggableWidgets/datagrid-dropdown-filter-web/CHANGELOG.md

+2
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.3.0] - 2023-02-17
10+
911
### Changed
1012

1113
- We added support for association filtering.

packages/pluggableWidgets/datagrid-web/CHANGELOG.md

+2
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.6.0] - 2023-02-17
10+
911
### Changed
1012

1113
- Property change: Filtering tab renamed to Grid wide filtering.

0 commit comments

Comments
 (0)