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/pluggableWidgets/datagrid-number-filter-web/CHANGELOG.md
+36-32
Original file line number
Diff line number
Diff line change
@@ -6,164 +6,168 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
7
7
## [Unreleased]
8
8
9
+
### Fixed
10
+
11
+
- We fixed an issue with number filter not working in some locales
12
+
9
13
## [2.9.1] - 2025-03-20
10
14
11
15
### Fixed
12
16
13
-
-We fixed an issue where non-adjustable default filters were overridden by personalization settings.
17
+
- We fixed an issue where non-adjustable default filters were overridden by personalization settings.
14
18
15
19
## [2.8.4] - 2024-11-13
16
20
17
21
### Changed
18
22
19
-
-We improved type mismatch filter error message.
23
+
- We improved type mismatch filter error message.
20
24
21
25
### Fixed
22
26
23
-
-We fixed an issue where onChange wouldn't triggered on empty or not empty filter.
27
+
- We fixed an issue where onChange wouldn't triggered on empty or not empty filter.
24
28
25
29
### Breaking changes
26
30
27
-
-We improved accessibility for the filter type select button - the select menu shows on enter, space, and arrow keys.
31
+
- We improved accessibility for the filter type select button - the select menu shows on enter, space, and arrow keys.
28
32
29
33
### Added
30
34
31
-
-We improved screen reader integration.
35
+
- We improved screen reader integration.
32
36
33
37
## [2.8.3] - 2024-10-31
34
38
35
39
### Fixed
36
40
37
-
-We fixed an issue with grid wide filters not resetting.
41
+
- We fixed an issue with grid wide filters not resetting.
38
42
39
43
## [2.8.2] - 2024-10-14
40
44
41
45
### Fixed
42
46
43
-
-We fixed an issue where filters wouldn't reset.
47
+
- We fixed an issue where filters wouldn't reset.
44
48
45
49
## [2.8.1] - 2024-09-23
46
50
47
51
### Changed
48
52
49
-
-Widget maintenance.
53
+
- Widget maintenance.
50
54
51
55
## [2.8.0] - 2024-09-20
52
56
53
57
### Breaking changes
54
58
55
-
-We removed "Group key" property.
59
+
- We removed "Group key" property.
56
60
57
61
## [2.7.0] - 2024-09-13
58
62
59
63
### Changed
60
64
61
-
-Improved integration with parent widgets.
65
+
- Improved integration with parent widgets.
62
66
63
67
### Added
64
68
65
-
-Group key -- a new setting to associate the filter with the group (see "Filter groups" in docs for more information).
69
+
- Group key -- a new setting to associate the filter with the group (see "Filter groups" in docs for more information).
66
70
67
71
## [2.6.1] - 2024-08-15
68
72
69
73
### Fixed
70
74
71
-
-We fixed an issue with the filter unexpectedly focusing when combined with conditional visibility.
75
+
- We fixed an issue with the filter unexpectedly focusing when combined with conditional visibility.
72
76
73
77
## [2.6.0] - 2024-06-19
74
78
75
79
### Added
76
80
77
-
-A new hook that subscribes the widget to `Set_Filter` action.
81
+
- A new hook that subscribes the widget to `Set_Filter` action.
78
82
79
83
### Changed
80
84
81
-
-We update event listener for `Reset_Filter` to allow reset to default value.
85
+
- We update event listener for `Reset_Filter` to allow reset to default value.
82
86
83
87
## [2.5.1] - 2024-04-30
84
88
85
89
### Fixed
86
90
87
-
-We resolved an issue where the default value was not working in certain cases.
91
+
- We resolved an issue where the default value was not working in certain cases.
88
92
89
93
## [2.5.0] - 2024-03-27
90
94
91
95
### Added
92
96
93
-
-A new hook that subscribes the widget to external events.
97
+
- A new hook that subscribes the widget to external events.
94
98
95
99
## [2.4.3] - 2023-10-13
96
100
97
101
### Fixed
98
102
99
-
-We removed redundant code to improve widget load time in the browser.
103
+
- We removed redundant code to improve widget load time in the browser.
100
104
101
105
## [2.4.2] - 2023-06-21
102
106
103
107
### Fixed
104
108
105
-
-We fixed issue with initial filter condition.
109
+
- We fixed issue with initial filter condition.
106
110
107
111
## [2.4.1] - 2023-05-26
108
112
109
113
### Changed
110
114
111
-
-We updated the light and dark icons and tiles for the widget.
115
+
- We updated the light and dark icons and tiles for the widget.
112
116
113
-
-We changed colors in the structure mode preview for dark and light modes.
117
+
- We changed colors in the structure mode preview for dark and light modes.
114
118
115
119
## [2.4.0] - 2023-05-01
116
120
117
121
### Fixed
118
122
119
-
-We fixed an issue with widget rendering and performance.
123
+
- We fixed an issue with widget rendering and performance.
120
124
121
125
### Breaking changes
122
126
123
-
-We introduce a breaking change that affects how widget is reacting on default value changes. Starting with this version, widget use the default value attribute only as an initial value, and any further changes to the default value attribute will be ignored.
127
+
- We introduce a breaking change that affects how widget is reacting on default value changes. Starting with this version, widget use the default value attribute only as an initial value, and any further changes to the default value attribute will be ignored.
124
128
125
129
## [2.3.1] - 2022-08-11
126
130
127
131
### Fixed
128
132
129
-
-We fixed an issue with sync of widget defaultValue property and current filter value (#151789)
133
+
- We fixed an issue with sync of widget defaultValue property and current filter value (#151789)
130
134
131
135
## [2.3.0] - 2022-05-11
132
136
133
137
### Added
134
138
135
-
-We added the options to filter for empty and non-empty values.
139
+
- We added the options to filter for empty and non-empty values.
136
140
137
141
## [2.2.0] - 2021-12-23
138
142
139
143
### Added
140
144
141
-
-We added dark mode to Structure mode preview.
145
+
- We added dark mode to Structure mode preview.
142
146
143
-
-We added dark icons for Tile and List view.
147
+
- We added dark icons for Tile and List view.
144
148
145
149
## [2.0.2] - 2021-10-13
146
150
147
151
### Added
148
152
149
-
-We added the possibility to store the filter value in an attribute and trigger an onChange event on every filter change.
153
+
- We added the possibility to store the filter value in an attribute and trigger an onChange event on every filter change.
150
154
151
-
-We added a "Enable advanced options" toggle for Studio users.
155
+
- We added a "Enable advanced options" toggle for Studio users.
152
156
153
157
## [2.0.1] - 2021-10-07
154
158
155
159
### Fixed
156
160
157
-
-We fixed an issue where widgets get duplicate identifiers assigned under certain circumstances which causes inconsistencies in accessibility.
161
+
- We fixed an issue where widgets get duplicate identifiers assigned under certain circumstances which causes inconsistencies in accessibility.
158
162
159
163
## [2.0.0] - 2021-09-28
160
164
161
165
### Added
162
166
163
-
-We added the possibility to reuse the filter with Gallery.
167
+
- We added the possibility to reuse the filter with Gallery.
164
168
165
-
-We added a toolbox category and toolbox tile image for Studio & Studio Pro.
169
+
- We added a toolbox category and toolbox tile image for Studio & Studio Pro.
Copy file name to clipboardExpand all lines: packages/pluggableWidgets/datagrid-number-filter-web/src/components/__tests__/DatagridNumberFilter.spec.tsx
Copy file name to clipboardExpand all lines: packages/pluggableWidgets/datagrid-number-filter-web/src/components/__tests__/__snapshots__/DatagridNumberFilter.spec.tsx.snap
+2-2
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ exports[`Number Filter with single instance with multiple attributes renders cor
36
36
</div>
37
37
<input
38
38
class="form-control filter-input"
39
-
type="number"
39
+
type="text"
40
40
value=""
41
41
/>
42
42
</div>
@@ -89,7 +89,7 @@ exports[`Number Filter with single instance with single attribute renders correc
0 commit comments