Skip to content

Commit 4fd2e30

Browse files
authored
[LTS 2.30] Data Widgets v2.30.8: Update changelog (#1830)
2 parents c29c6b1 + 4f86ac5 commit 4fd2e30

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

packages/modules/data-widgets/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.30.8] DataWidgets - 2025-08-14
10+
11+
### [2.30.0] 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+
923
## [2.30.7] DataWidgets - 2025-07-01
1024

1125
### [1.14.2] Gallery

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": "2.30.7",
4+
"version": "2.30.8",
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+
## [2.30.0] - 2025-08-14
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.

0 commit comments

Comments
 (0)