Skip to content

Commit 8980096

Browse files
committed
chore(@mendix/data-widgets): update changelog
1 parent 45a911d commit 8980096

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

packages/modules/data-widgets/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.1.0] DataWidgets - 2025-07-24
10+
911
### Fixed
1012

1113
- We fixed an issue where datagrid styling being overwritten by table styling from atlas core.
14+
1215
- We fixed an issue where horizontal scrolling failed to show if width is too big.
1316

17+
### [3.0.3] DatagridDropdownFilter
18+
19+
#### Fixed
20+
21+
- We fixed an issue where the "Use Lazy Load" flag was not being read properly. This caused the widget to always load lazily in association mode.
22+
23+
### [3.1.0] Gallery
24+
25+
#### Added
26+
27+
- Similar to Data Grid 2, Gallery now can store filters and sort configurations in an attribute or browser. These new settings can be found in the "Personalization" tab.
28+
29+
#### Fixed
30+
31+
- We fixed an issue where the default sort order was not being applied.
32+
1433
## [3.0.2] DataWidgets - 2025-07-10
1534

1635
### [3.0.2] DatagridDropdownFilter

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.3] - 2025-07-24
10+
911
### Fixed
1012

1113
- We fixed an issue where the "Use Lazy Load" flag was not being read properly. This caused the widget to always load lazily in association mode.

packages/pluggableWidgets/gallery-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.1.0] - 2025-07-24
10+
911
### Added
1012

1113
- Similar to Data Grid 2, Gallery now can store filters and sort configurations in an attribute or browser. These new settings can be found in the "Personalization" tab.

0 commit comments

Comments
 (0)