Skip to content

Commit d9f7627

Browse files
committed
chore(@mendix/data-widgets): update changelog
1 parent 82abb6d commit d9f7627

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

packages/modules/data-widgets/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.1.1] DataWidgets - 2025-08-05
10+
11+
### [3.0.4] DatagridDropdownFilter
12+
13+
#### Fixed
14+
15+
- We enhanced dropdown widget customization by separating texts for empty selection, empty option caption, and input placeholder. This change allows for more granular control over the widget's text configurations.
16+
17+
- We improved dropdown widget usability with enhanced keyboard navigation, visual feedback, and interaction behavior.
18+
19+
#### Breaking changes
20+
21+
- Text configurations for empty option, empty selection, and input placeholder need to be reviewed and reconfigured.
22+
23+
### [3.0.1] Datagrid
24+
25+
#### Fixed
26+
27+
- We fixed an issue where the filter values were restored from previously stored personalized configuration even when Store filters was set to No.
28+
929
## [3.1.0] DataWidgets - 2025-07-24
1030

1131
### Fixed

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.0.4] - 2025-08-05
10+
911
### Fixed
1012

1113
- We enhanced dropdown widget customization by separating texts for empty selection, empty option caption, and input placeholder. This change allows for more granular control over the widget's text configurations.

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.0.1] - 2025-08-05
10+
911
### Fixed
1012

1113
- We fixed an issue where the filter values were restored from previously stored personalized configuration even when Store filters was set to No.

0 commit comments

Comments
 (0)