Skip to content

Commit 1209b90

Browse files
committed
chore(@mendix/data-widgets): update changelog
1 parent 12a26ca commit 1209b90

File tree

4 files changed

+31
-0
lines changed

4 files changed

+31
-0
lines changed

packages/modules/data-widgets/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.3.0] DataWidgets - 2025-08-28
10+
11+
### [3.3.0] DatagridDropdownFilter
12+
13+
#### Fixed
14+
15+
- We implemented ellipsis truncation to resolve option caption overflow issues.
16+
17+
- We fixed an issue where tooltips were not displayed correctly when hovering over options.
18+
19+
### [3.3.0] Datagrid
20+
21+
#### Added
22+
23+
- We implemented a new property to show a refresh indicator. With the refresh indicator, any datasource change shows a progress bar on top of Datagrid 2.
24+
25+
- We added a selection count display that shows the number of selected rows in the grid footer. The count appears automatically when items are selected and supports customizable text formats for singular and plural forms via the new "Row count singular" and "Row count plural" properties.
26+
27+
### [3.3.0] Gallery
28+
29+
#### Added
30+
31+
- We implemented a new property to show a refresh indicator. With the refresh indicator, any datasource change shows a progress bar on top of Gallery.
32+
933
## [3.2.0] DataWidgets - 2025-08-18
1034

1135
### [3.2.0] DatagridDateFilter

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+
## [3.3.0] - 2025-08-28
10+
911
### Fixed
1012

1113
- We implemented ellipsis truncation to resolve option caption overflow issues.

packages/pluggableWidgets/datagrid-web/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.3.0] - 2025-08-28
10+
911
### Added
1012

1113
- We implemented a new property to show a refresh indicator. With the refresh indicator, any datasource change shows a progress bar on top of Datagrid 2.
14+
1215
- We added a selection count display that shows the number of selected rows in the grid footer. The count appears automatically when items are selected and supports customizable text formats for singular and plural forms via the new "Row count singular" and "Row count plural" properties.
1316

1417
## [3.2.0] - 2025-08-18

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.3.0] - 2025-08-28
10+
911
### Added
1012

1113
- We implemented a new property to show a refresh indicator. With the refresh indicator, any datasource change shows a progress bar on top of Gallery.

0 commit comments

Comments
 (0)