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
+88
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,94 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
7
7
## [Unreleased]
8
8
9
+
## [2.25.1] DataWidgets - 2024-11-04
10
+
11
+
### [2.10.4] DatagridDateFilter
12
+
13
+
#### Fixed
14
+
15
+
- We fixed an issue with the widget failing to render in Design mode.
16
+
17
+
### [2.9.3] DatagridDropdownFilter
18
+
19
+
#### Fixed
20
+
21
+
- We fixed an issue with the widget failing to render in Design mode.
22
+
23
+
### [2.8.4] DatagridNumberFilter
24
+
25
+
#### Fixed
26
+
27
+
- We fixed an issue with the widget failing to render in Design mode.
28
+
29
+
### [2.8.4] DatagridTextFilter
30
+
31
+
#### Fixed
32
+
33
+
- We fixed an issue with the widget failing to render in Design mode.
34
+
35
+
### [2.25.1] Datagrid
36
+
37
+
#### Fixed
38
+
39
+
- We fixed an issue with the widget failing to render in Design mode.
40
+
41
+
### [1.12.3] Gallery
42
+
43
+
#### Fixed
44
+
45
+
- We fixed an issue with the widget failing to render in Design mode.
46
+
47
+
## [2.25.0] DataWidgets - 2024-10-31
48
+
49
+
### [2.10.3] DatagridDateFilter
50
+
51
+
#### Fixed
52
+
53
+
- We fixed an issue with grid wide filters not resetting.
54
+
55
+
### [2.9.2] DatagridDropdownFilter
56
+
57
+
#### Fixed
58
+
59
+
- We fixed an issue where onChange events were not being triggered on dropdown filter.
60
+
61
+
- We fixed an issue with dropdown filters in some cases not setting or resetting.
62
+
63
+
### [2.8.3] DatagridNumberFilter
64
+
65
+
#### Fixed
66
+
67
+
- We fixed an issue with grid wide filters not resetting.
68
+
69
+
### [2.8.3] DatagridTextFilter
70
+
71
+
#### Fixed
72
+
73
+
- We fixed an issue with grid wide filters not resetting.
74
+
75
+
### [2.25.0] Datagrid
76
+
77
+
#### Changed
78
+
79
+
- We improved our drop-down filter integration - now the drop-down can store its value in the personalization config. For best results, the new 'Use lazy load' property should be set to false.
80
+
81
+
#### Added
82
+
83
+
- We added new 'Use lazy load' property that can be used to improve the end-user experience.
84
+
85
+
#### Fixed
86
+
87
+
- We fixed an issue with grid wide filters not resetting.
88
+
89
+
### [1.12.2] Gallery
90
+
91
+
#### Fixed
92
+
93
+
- We resolved an issue where the gallery filter was not being applied at first.
94
+
95
+
- We fixed an issue with grid wide filters not resetting.
0 commit comments