Skip to content

Commit f5f4ca7

Browse files
committed
chore(@mendix/data-widgets): update changelog
1 parent ef36406 commit f5f4ca7

5 files changed

Lines changed: 40 additions & 0 deletions

File tree

packages/modules/data-widgets/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.10.0] DataWidgets - 2026-05-06
10+
911
### Changed
1012

1113
- We changed some stylings hardcoded values to have a better support for css variables.
1214

15+
### [3.10.0] DatagridDateFilter
16+
17+
#### Fixed
18+
19+
- We fixed an issue with filter selector dropdown not choosing the best placement on small viewports.
20+
21+
### [3.10.0] DatagridDropdownFilter
22+
23+
#### Fixed
24+
25+
- We fixed an issue with filter selector dropdown not choosing the best placement on small viewports.
26+
27+
### [3.10.0] DatagridNumberFilter
28+
29+
#### Fixed
30+
31+
- We fixed an issue with filter selector dropdown not choosing the best placement on small viewports.
32+
33+
- We fixed an issue where selecting Empty or Not empty could cause keyboard focus to jump away from the filter controls.
34+
35+
### [3.10.0] DatagridTextFilter
36+
37+
#### Fixed
38+
39+
- We fixed an issue with filter selector dropdown not choosing the best placement on small viewports.
40+
41+
- We fixed an issue where selecting Empty or Not empty could cause keyboard focus to jump away from the filter controls.
42+
1343
## [3.9.0] DataWidgets - 2026-03-23
1444

1545
### [3.9.0] DatagridDropdownFilter

packages/pluggableWidgets/datagrid-date-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.10.0] - 2026-05-06
10+
911
### Fixed
1012

1113
- We fixed an issue with filter selector dropdown not choosing the best placement on small viewports.

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.10.0] - 2026-05-06
10+
911
### Fixed
1012

1113
- We fixed an issue with filter selector dropdown not choosing the best placement on small viewports.

packages/pluggableWidgets/datagrid-number-filter-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.10.0] - 2026-05-06
10+
911
### Fixed
1012

1113
- We fixed an issue with filter selector dropdown not choosing the best placement on small viewports.
14+
1215
- We fixed an issue where selecting Empty or Not empty could cause keyboard focus to jump away from the filter controls.
1316

1417
## [3.9.0] - 2026-03-23

packages/pluggableWidgets/datagrid-text-filter-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.10.0] - 2026-05-06
10+
911
### Fixed
1012

1113
- We fixed an issue with filter selector dropdown not choosing the best placement on small viewports.
14+
1215
- We fixed an issue where selecting Empty or Not empty could cause keyboard focus to jump away from the filter controls.
1316

1417
## [3.8.1] - 2026-02-19

0 commit comments

Comments
 (0)