You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/modules/data-widgets/CHANGELOG.md
+17-15
Original file line number
Diff line number
Diff line change
@@ -6,34 +6,38 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
7
7
## [Unreleased]
8
8
9
-
## [2.28.2] DataWidgets - 2024-12-12
10
-
11
-
### [2.28.2] Datagrid
12
-
13
-
#### Fixed
9
+
### Fixed
14
10
15
11
- We've stopped showing the loading indicator when all data were already loaded. The loading indicator was incorrectly displayed during client refresh operations involving a microflow.
16
12
17
-
## [2.28.1] DataWidgets - 2024-11-21
13
+
## [2.27.1] DataWidgets - 2024-11-21
18
14
19
15
### Fixed
20
16
21
17
- We fixed an issue where css selector "--brand-primary" gets overwrite by datagrid.
22
18
23
-
### [2.28.1] Datagrid
19
+
### [2.27.1] Datagrid
24
20
25
21
#### Fixed
26
22
27
23
- We fixed an issue where Export to Excel was not working in certain cases.
28
24
29
-
## [2.28.0] DataWidgets - 2024-11-13
25
+
## [2.27.0] DataWidgets - 2024-11-13
30
26
31
27
### [2.10.4] DatagridDateFilter
32
28
33
29
#### Changed
34
30
35
31
- We improved type mismatch filter error message.
36
32
33
+
## [2.25.1] DataWidgets - 2024-11-04
34
+
35
+
### [2.10.4] DatagridDateFilter
36
+
37
+
#### Fixed
38
+
39
+
- We fixed an issue with the widget failing to render in Design mode.
40
+
37
41
### [2.9.3] DatagridDropdownFilter
38
42
39
43
#### Fixed
@@ -90,7 +94,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
90
94
91
95
- We fixed an issue where Tree Nodes resetting it's collapse state while reloading data.
92
96
93
-
## [2.26.0] DataWidgets - 2024-10-31
97
+
## [2.25.0] DataWidgets - 2024-10-31
94
98
95
99
### [2.10.3] DatagridDateFilter
96
100
@@ -118,7 +122,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
118
122
119
123
- We fixed an issue with grid wide filters not resetting.
120
124
121
-
### [2.26.1] Datagrid
125
+
### [2.25.0] Datagrid
122
126
123
127
#### Changed
124
128
@@ -140,7 +144,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
140
144
141
145
- We fixed an issue with grid wide filters not resetting.
142
146
143
-
## [2.24.1] DataWidgets - 2024-10-14
147
+
## [2.23.2] DataWidgets - 2024-10-14
144
148
145
149
### Fixed
146
150
@@ -158,8 +162,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
158
162
159
163
- We fixed an issue where filters wouldn't reset.
160
164
161
-
## [2.24.0] DataWidgets - 2024-09-23
162
-
163
165
### [2.10.2] DatagridDateFilter
164
166
165
167
#### Changed
@@ -188,11 +190,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
188
190
189
191
- Widget maintenance.
190
192
191
-
### [2.24.0] Datagrid
193
+
### [2.23.1] Datagrid
192
194
193
195
#### Added
194
196
195
-
-We have introduced support for reference set associations in the linked attribute property.
Copy file name to clipboardExpand all lines: packages/pluggableWidgets/datagrid-web/CHANGELOG.md
+13-7
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
7
7
## [Unreleased]
8
8
9
-
## [2.28.2] - 2024-12-12
9
+
## [2.27.2] - 2024-12-12
10
10
11
11
### Fixed
12
12
13
13
- We've stopped showing the loading indicator when all data were already loaded. The loading indicator was incorrectly displayed during client refresh operations involving a microflow.
14
14
15
-
## [2.28.1] - 2024-11-21
15
+
## [2.27.1] - 2024-11-21
16
16
17
17
### Fixed
18
18
19
19
- We fixed an issue where Export to Excel was not working in certain cases.
20
20
21
-
## [2.28.0] - 2024-11-13
21
+
## [2.27.0] - 2024-11-13
22
22
23
23
### Fixed
24
24
@@ -32,7 +32,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
32
32
33
33
- We improved resizing behaviour of the widget. It is now saving personalization settings only at the end of the resizing.
34
34
35
-
## [2.26.1] - 2024-10-31
35
+
## [2.25.1] - 2024-11-04
36
+
37
+
### Fixed
38
+
39
+
- We fixed an issue with the widget failing to render in Design mode.
40
+
41
+
## [2.25.0] - 2024-10-31
36
42
37
43
### Changed
38
44
@@ -46,11 +52,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
46
52
47
53
- We fixed an issue with grid wide filters not resetting.
48
54
49
-
## [2.24.0] - 2024-09-23
55
+
## [2.23.1] - 2024-09-25
50
56
51
-
### Added
57
+
### Changed
52
58
53
-
-We have introduced support for reference set associations in the linked attribute property.
0 commit comments