Skip to content

Commit 1c892ef

Browse files
committed
chore(@mendix/data-widgets): update changelog
1 parent 788ad95 commit 1c892ef

File tree

7 files changed

+62
-0
lines changed

7 files changed

+62
-0
lines changed

packages/modules/data-widgets/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.26.0] DataWidgets - 2024-10-31
10+
11+
### [2.10.3] DatagridDateFilter
12+
13+
#### Fixed
14+
15+
- We fixed an issue with grid wide filters not resetting.
16+
17+
### [2.9.2] DatagridDropdownFilter
18+
19+
#### Fixed
20+
21+
- We fixed an issue where onChange events were not being triggered on dropdown filter.
22+
23+
- We fixed an issue with dropdown filters in some cases not setting or resetting.
24+
25+
### [2.8.3] DatagridNumberFilter
26+
27+
#### Fixed
28+
29+
- We fixed an issue with grid wide filters not resetting.
30+
31+
### [2.8.3] DatagridTextFilter
32+
33+
#### Fixed
34+
35+
- We fixed an issue with grid wide filters not resetting.
36+
37+
### [2.26.1] Datagrid
38+
39+
#### Changed
40+
41+
- We improved our drop-down filter integration - now the drop-down can store its value in the personalization config. For best results, the new 'Use lazy load' property should be set to false.
42+
43+
#### Added
44+
45+
- We added new 'Use lazy load' property that can be used to improve the end-user experience.
46+
47+
#### Fixed
48+
49+
- We fixed an issue with grid wide filters not resetting.
50+
51+
### [1.12.2] Gallery
52+
53+
#### Fixed
54+
55+
- We resolved an issue where the gallery filter was not being applied at first.
56+
57+
- We fixed an issue with grid wide filters not resetting.
58+
959
## [2.24.1] DataWidgets - 2024-10-14
1060

1161
### Fixed

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.10.3] - 2024-10-31
10+
911
### Fixed
1012

1113
- We fixed an issue with grid wide filters not resetting.

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.9.2] - 2024-10-31
10+
911
### Fixed
1012

1113
- We fixed an issue where onChange events were not being triggered on dropdown filter.

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.8.3] - 2024-10-31
10+
911
### Fixed
1012

1113
- We fixed an issue with grid wide filters not resetting.

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.8.3] - 2024-10-31
10+
911
### Fixed
1012

1113
- We fixed an issue with grid wide filters not resetting.

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.26.1] - 2024-10-31
10+
911
### Changed
1012

1113
- We improved our drop-down filter integration - now the drop-down can store its value in the personalization config. For best results, the new 'Use lazy load' property should be set to false.

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.12.2] - 2024-10-31
10+
911
### Fixed
1012

1113
- We resolved an issue where the gallery filter was not being applied at first.

0 commit comments

Comments
 (0)