Skip to content

Commit 08b0a80

Browse files
authored
Data Widgets v3.1.1: Update changelog (#1808)
2 parents 603c967 + d9f7627 commit 08b0a80

File tree

4 files changed

+25
-1
lines changed

4 files changed

+25
-1
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/modules/data-widgets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mendix/data-widgets",
33
"moduleName": "Data Widgets",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
66
"license": "Apache-2.0",
77
"private": true,

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)