Skip to content

Commit 8b407f1

Browse files
committed
chore(@mendix/data-widgets): update changelog
1 parent 994af95 commit 8b407f1

File tree

8 files changed

+90
-0
lines changed

8 files changed

+90
-0
lines changed

packages/modules/data-widgets/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.22.0] DataWidgets - 2024-09-13
10+
911
### Changed
1012

1113
- Improved filters in data widgets.
1214

15+
### [2.9.0] DatagridDateFilter
16+
17+
#### Changed
18+
19+
- Improved integration with parent widgets.
20+
21+
#### Added
22+
23+
- Group key -- a new setting to associate the filter with the group (see "Filter groups" in docs for more information).
24+
25+
### [2.8.0] DatagridDropdownFilter
26+
27+
#### Changed
28+
29+
- Improved integration with parent widgets.
30+
31+
#### Added
32+
33+
- Group key -- a new setting to associate the filter with the group (see "Filter groups" in docs for more information).
34+
35+
### [2.7.0] DatagridNumberFilter
36+
37+
#### Changed
38+
39+
- Improved integration with parent widgets.
40+
41+
#### Added
42+
43+
- Group key -- a new setting to associate the filter with the group (see "Filter groups" in docs for more information).
44+
45+
### [2.7.0] DatagridTextFilter
46+
47+
#### Changed
48+
49+
- Improved integration with parent widgets.
50+
51+
#### Added
52+
53+
- Group key -- a new setting to associate the filter with the group (see "Filter groups" in docs for more information).
54+
55+
### [2.22.0] Datagrid
56+
57+
#### Changed
58+
59+
- Major filter improvement.
60+
61+
#### Fixed
62+
63+
- Personalization and other fixes.
64+
65+
#### Added
66+
67+
- The “Filter groups” is a new way of configuring header filters of the widget. This way of configuring filters has four main advantages over previous “Grid wide filtering”: 1. More than 4 filters are allowed in the header at the same time. 2. No restriction on filter type. The header can have one, two or more filters of the same data type. 3. Dropdown filters can use associations. 4. If personalization is enabled, filter state is saved along with other widget settings.
68+
69+
### [1.2.0] DropdownSort
70+
71+
#### Changed
72+
73+
- Reworked and improved integration with gallery.
74+
75+
### [1.10.0] Gallery
76+
77+
#### Changed
78+
79+
- Major filter improvement.
80+
81+
#### Fixed
82+
83+
- Personalization sync and other minor fixes.
84+
85+
#### Added
86+
87+
- The “Filter groups” is a new way of configuring header filters of the widget. This way of configuring filters has three main advantages over previous “Grid wide filtering”: 1. More than 4 filters are allowed in the header at the same time. 2. No restriction on filter type. The header can have one, two or more filters of the same data type. 3. Dropdown filters can use associations.
88+
1389
## [2.21.4] DataWidgets - 2024-08-20
1490

1591
### [1.9.2] Gallery

packages/pluggableWidgets/datagrid-date-filter-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.9.0] - 2024-09-13
10+
911
### Changed
1012

1113
- Improved integration with parent widgets.

packages/pluggableWidgets/datagrid-dropdown-filter-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.8.0] - 2024-09-13
10+
911
### Changed
1012

1113
- Improved integration with parent widgets.

packages/pluggableWidgets/datagrid-number-filter-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] - 2024-09-13
10+
911
### Changed
1012

1113
- Improved integration with parent widgets.

packages/pluggableWidgets/datagrid-text-filter-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] - 2024-09-13
10+
911
### Changed
1012

1113
- Improved integration with parent widgets.

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.22.0] - 2024-09-13
10+
911
### Changed
1012

1113
- Major filter improvement.

packages/pluggableWidgets/dropdown-sort-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.2.0] - 2024-09-13
10+
911
### Changed
1012

1113
- Reworked and improved integration with gallery.

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.10.0] - 2024-09-13
10+
911
### Changed
1012

1113
- Major filter improvement.

0 commit comments

Comments
 (0)