Skip to content

Commit 84f0ea7

Browse files
committed
chore(@mendix/data-widgets): update changelog
1 parent 44d60db commit 84f0ea7

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed

packages/modules/data-widgets/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.30.0] DataWidgets - 2025-02-20
10+
11+
### [2.10.0] DatagridDropdownFilter
12+
13+
#### Added
14+
15+
- New set of settings allowing to make drop-down look and behave similar to combobox widget
16+
17+
#### Changed
18+
19+
- HTML is changed to meet modern accessibility requirements
20+
21+
### [2.30.0] Datagrid
22+
23+
#### Changed
24+
25+
- We have optimized some internal workings to improve export to Excel performance.
26+
27+
- Column settings related to drop-down filter are moved into dedicated group
28+
29+
#### Fixed
30+
31+
- Accessibility fix regarding keyboard navigation and focus
32+
33+
- Fixed issue with filters losing focus on refresh
34+
35+
- Fixed issue with loading indicator not being displayed in some scenarios
36+
37+
#### Breaking changes
38+
39+
- Drop-down filter is rewritten with new, more accurate HTML for better accessibility, which may break existing CSS styling for projects using drop-down filter
40+
41+
- HTML structure changed, which may affect some CSS and styling
42+
943
## [2.29.1] DataWidgets - 2025-01-24
1044

1145
### [2.29.1] Datagrid

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.10.0] - 2025-02-20
10+
911
### Added
1012

1113
- New set of settings allowing to make drop-down look and behave similar to combobox widget

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+
## [2.30.0] - 2025-02-20
10+
911
### Changed
1012

1113
- We have optimized some internal workings to improve export to Excel performance.

0 commit comments

Comments
 (0)