Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c4d5a5e

Browse files
committed
chore(@mendix/data-widgets): update changelog
1 parent 93cc026 commit c4d5a5e

File tree

9 files changed

+72
-0
lines changed

9 files changed

+72
-0
lines changed

packages/modules/data-widgets/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.6.0] DataWidgets - 2025-10-01
10+
11+
### [3.6.0] DatagridDateFilter
12+
13+
#### Changed
14+
15+
- Internal improvements.
16+
17+
### [3.6.0] DatagridDropdownFilter
18+
19+
#### Changed
20+
21+
- Internal improvements.
22+
23+
### [3.6.0] DatagridNumberFilter
24+
25+
#### Changed
26+
27+
- Internal improvements.
28+
29+
### [3.6.0] DatagridTextFilter
30+
31+
#### Changed
32+
33+
- Internal improvements.
34+
35+
### [3.6.0] Datagrid
36+
37+
#### Fixed
38+
39+
- We fixed an issue where the calendar popup overlap with column header on virtual scrolling.
40+
41+
#### Breaking changes
42+
43+
- We changed datagrid styling display for `widget-datagrid-head` and `widget-datagrid-body` to use display grid instead of contents and adding `grid-template-column: subgrid` to make sure the columns aligned with the template defined in the global grid. This will also ensure that the scrollbar positioned on the grid body instead of the whole grid.
44+
45+
### [3.4.0] DropdownSort
46+
47+
#### Fixed
48+
49+
- We fixed an issue with Gallery widget causing errors when Mendix app is being used in an iframe.
50+
51+
- We fixed an issue with Dropdown sort widget not showing attribute captions correctly.
52+
53+
### [3.6.0] Gallery
54+
55+
#### Fixed
56+
57+
- We fixed an issue with Gallery widget causing errors when Mendix app is being used in an iframe.
58+
59+
### [3.6.0] TreeNode
60+
61+
#### Changed
62+
63+
- Internal improvements.
64+
965
## [3.5.0] DataWidgets - 2025-09-16
1066

1167
### Changed

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.6.0] - 2025-10-01
10+
911
### Changed
1012

1113
- Internal improvements.

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.6.0] - 2025-10-01
10+
911
### Changed
1012

1113
- Internal improvements.

packages/pluggableWidgets/datagrid-number-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.6.0] - 2025-10-01
10+
911
### Changed
1012

1113
- Internal improvements.

packages/pluggableWidgets/datagrid-text-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.6.0] - 2025-10-01
10+
911
### Changed
1012

1113
- Internal improvements.

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.6.0] - 2025-10-01
10+
911
### Fixed
1012

1113
- We fixed an issue where the calendar popup overlap with column header on virtual scrolling.

packages/pluggableWidgets/dropdown-sort-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.4.0] - 2025-10-01
10+
911
### Fixed
1012

1113
- We fixed an issue with Gallery widget causing errors when Mendix app is being used in an iframe.

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.6.0] - 2025-10-01
10+
911
### Fixed
1012

1113
- We fixed an issue with Gallery widget causing errors when Mendix app is being used in an iframe.

packages/pluggableWidgets/tree-node-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.6.0] - 2025-10-01
10+
911
### Changed
1012

1113
- Internal improvements.

0 commit comments

Comments
 (0)