Skip to content

Commit 88af356

Browse files
committed
chore(@mendix/data-widgets): update changelog
1 parent 92a510d commit 88af356

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed

packages/modules/data-widgets/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.7.0] DataWidgets - 2025-11-11
10+
911
### Changed
1012

1113
- We enhanced datagrid selection UI with responsive container queries and improved layout styling for header and footer components.
14+
1215
- We enhanced gallery selection UI with responsive container queries and improved layout styling for header and footer components to match datagrid implementation.
1316

17+
### [3.7.0] Datagrid
18+
19+
#### Added
20+
21+
- We added configurable selection count visibility and clear selection button label template for improved row selection management.
22+
23+
- We fixed an issue where missing consistency checks for the captions were causing runtime errors instead of in Studio Pro
24+
25+
- We added a '"Select all" across pages' setting that, when enabled, allows users to select all rows across all pages.
26+
27+
#### Breaking changes
28+
29+
- The widget settings have been reorganized to make configuration easier.
30+
31+
#### Changed
32+
33+
- Selection count texts now have default value for en_US locale.
34+
35+
### [3.7.0] Gallery
36+
37+
#### Added
38+
39+
- We added configurable selection count visibility and clear selection button label template for improved row selection management.
40+
41+
- We introduced a new caption setting for the clear selection button.
42+
43+
#### Fixed
44+
45+
- We fixed an issue where setting the gallery gap to 0 caused an offset, which made the bottom border of items to dissapear.
46+
1447
## [3.6.1] DataWidgets - 2025-10-14
1548

1649
### [3.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+
## [3.7.0] - 2025-11-11
10+
911
### Added
1012

1113
- We added configurable selection count visibility and clear selection button label template for improved row selection management.

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+
## [3.7.0] - 2025-11-11
10+
911
### Added
1012

1113
- We added configurable selection count visibility and clear selection button label template for improved row selection management.

0 commit comments

Comments
 (0)