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/combobox-web/CHANGELOG.md
+47-45Lines changed: 47 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,178 +6,180 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
7
7
## [Unreleased]
8
8
9
+
## [1.7.3] - 2025-10-08
10
+
9
11
### Fixed
10
12
11
-
- We fixed an issue where validation was not connected to combobox, causing issues for screenreaders.
13
+
-We fixed an issue where validation was not connected to combobox, causing issues for screenreaders.
12
14
13
15
## [1.7.2] - 2025-07-31
14
16
15
17
### Fixed
16
18
17
-
- We fixed an issue where combobox does not show initial caption correctly for database source.
19
+
-We fixed an issue where combobox does not show initial caption correctly for database source.
18
20
19
-
- We fixed an issue where combobox caption expression does not load correctly.
21
+
-We fixed an issue where combobox caption expression does not load correctly.
20
22
21
23
## [1.7.1] - 2025-01-28
22
24
23
25
### Fixed
24
26
25
-
- We fixed an issue where database onchange failed to trigger, if you have set your onChange event using database source on v1.7.0 previously, it will clear again upon upgrade, but it will be seamless upgrade from 1.6.x version.
27
+
-We fixed an issue where database onchange failed to trigger, if you have set your onChange event using database source on v1.7.0 previously, it will clear again upon upgrade, but it will be seamless upgrade from 1.6.x version.
26
28
27
29
## [1.7.0] - 2024-12-17
28
30
29
31
### Fixed
30
32
31
-
- We fixed an issue where placeholder failed to shown on database source.
33
+
-We fixed an issue where placeholder failed to shown on database source.
32
34
33
-
- We fixed an issue where onchange event on database source triggered directly onload.
35
+
-We fixed an issue where onchange event on database source triggered directly onload.
34
36
35
-
- We fixed an issue where selected value sometimes shows unavailable text on lazy loaded content.
37
+
-We fixed an issue where selected value sometimes shows unavailable text on lazy loaded content.
36
38
37
-
- We fixed an issue where database optional value attribute breaks on runtime when not being set.
39
+
-We fixed an issue where database optional value attribute breaks on runtime when not being set.
38
40
39
-
- We fixed an issue where custom content not shown on design preview and runtime for database datasource.
41
+
-We fixed an issue where custom content not shown on design preview and runtime for database datasource.
40
42
41
-
- We fixed an issue where the onChange event was not being triggered when selecting an item for the first time.
43
+
-We fixed an issue where the onChange event was not being triggered when selecting an item for the first time.
42
44
43
-
- We fixed an issue where the combo box values would not refresh after toggling its read-only state.
45
+
-We fixed an issue where the combo box values would not refresh after toggling its read-only state.
44
46
45
-
- We fixed an issue with the toolbar visibility when a combobox menu overlays it.
47
+
-We fixed an issue with the toolbar visibility when a combobox menu overlays it.
46
48
47
-
- We fixed a11y issue where aria-required not applied in the widget.
49
+
-We fixed a11y issue where aria-required not applied in the widget.
48
50
49
51
### Added
50
52
51
-
- We added support for attribute with **Long** type.
53
+
-We added support for attribute with **Long** type.
52
54
53
55
### Changed
54
56
55
-
- We make **Value** no longer required if the **Target attribute** is not set for database datasource.
57
+
-We make **Value** no longer required if the **Target attribute** is not set for database datasource.
56
58
57
-
- We restructure **Attribute** group configuration and rename it as **Store value**.
59
+
-We restructure **Attribute** group configuration and rename it as **Store value**.
58
60
59
61
## [1.6.3] - 2024-08-07
60
62
61
63
### Added
62
64
63
-
- We added a new filter type, 'Contains (exact),' as an option to provide a more strict search ranking.
65
+
-We added a new filter type, 'Contains (exact),' as an option to provide a more strict search ranking.
64
66
65
67
## [1.6.2] - 2024-07-16
66
68
67
69
### Changed
68
70
69
-
- Due to technical limitation, it is not possible to use lazy load on caption type = expression. Thus, we removed lazy loading for this configuration.
71
+
-Due to technical limitation, it is not possible to use lazy load on caption type = expression. Thus, we removed lazy loading for this configuration.
70
72
71
73
## [1.6.1] - 2024-06-28
72
74
73
75
### Changed
74
76
75
-
- We changed the default value for lazy loading. From now on, lazy loading will be true by default.
77
+
-We changed the default value for lazy loading. From now on, lazy loading will be true by default.
76
78
77
-
- We fixed an issue where in some cases the clear button is rendered outside of a combobox.
79
+
-We fixed an issue where in some cases the clear button is rendered outside of a combobox.
78
80
79
81
## [1.6.0] - 2024-06-19
80
82
81
83
### Changed
82
84
83
-
- We changed how input filtering works for lazy loading. if set to true, then the filter will works by retrieving directly from datasource, otherwise it works by scanning the current loaded data.
85
+
-We changed how input filtering works for lazy loading. if set to true, then the filter will works by retrieving directly from datasource, otherwise it works by scanning the current loaded data.
84
86
85
87
### Added
86
88
87
-
- We added Spinner and Skeleton loaders in addition to lazy loading feature. The default loader is spinner, and skeleton can also be selected. This improves UX when loading more content.
89
+
-We added Spinner and Skeleton loaders in addition to lazy loading feature. The default loader is spinner, and skeleton can also be selected. This improves UX when loading more content.
88
90
89
-
- We added lazy loading feature. By default it is turned off. When turned on, the items will be loaded in batches when scrolling.
91
+
-We added lazy loading feature. By default it is turned off. When turned on, the items will be loaded in batches when scrolling.
90
92
91
93
## # Breaking
92
94
93
-
- The Combo box now uses Atlas variables for its styling. This may change how the widget looks depending on the custom variables.
95
+
-The Combo box now uses Atlas variables for its styling. This may change how the widget looks depending on the custom variables.
94
96
95
97
## [1.5.0] - 2024-05-06
96
98
97
99
### Added
98
100
99
-
- We added readonly style to the combobox configuration.
101
+
-We added readonly style to the combobox configuration.
100
102
101
103
## [1.4.0] - 2024-04-19
102
104
103
105
### Changed
104
106
105
-
- We made accessibility text as optional.
107
+
-We made accessibility text as optional.
106
108
107
-
- We are no longer retrieving full dropdown options list if the combobox is readonly.
109
+
-We are no longer retrieving full dropdown options list if the combobox is readonly.
108
110
109
111
### Added
110
112
111
-
- We improved accessibility on combobox by removing a duplicated aria-expanded from combobox widget.
113
+
-We improved accessibility on combobox by removing a duplicated aria-expanded from combobox widget.
112
114
113
115
### Fixed
114
116
115
-
- We fixed an issue with the sorting of the displayed selected items in Multi Selection, where the sorting of selected items did not match the sorting in the menu.
117
+
-We fixed an issue with the sorting of the displayed selected items in Multi Selection, where the sorting of selected items did not match the sorting in the menu.
116
118
117
119
## [1.3.1] - 2024-04-08
118
120
119
121
### Fixed
120
122
121
-
- We fixed scrollbar click issue causing combobox to close.
123
+
-We fixed scrollbar click issue causing combobox to close.
122
124
123
125
## [1.3.0] - 2024-04-03
124
126
125
127
### Fixed
126
128
127
-
- We fixed sorting on combobox, now the sorting follows the default when the combobox opens, and follow a sorted ranking when any input is given.
129
+
-We fixed sorting on combobox, now the sorting follows the default when the combobox opens, and follow a sorted ranking when any input is given.
128
130
129
-
- We fixed focusable element not able to have focus if being placed on custom footer.
131
+
-We fixed focusable element not able to have focus if being placed on custom footer.
130
132
131
133
### Added
132
134
133
-
- We added static values feature support.
135
+
-We added static values feature support.
134
136
135
137
## [1.2.0] - 2024-02-27
136
138
137
139
### Fixed
138
140
139
-
- We fixed no options text not shown on single selection.
141
+
-We fixed no options text not shown on single selection.
140
142
141
143
### Changed
142
144
143
-
- We made a minor change on the configuration labels.
145
+
-We made a minor change on the configuration labels.
144
146
145
147
### Added
146
148
147
-
- We added database list feature support.
149
+
-We added database list feature support.
148
150
149
151
## [1.1.3] - 2024-01-22
150
152
151
153
### Fixed
152
154
153
-
- We fixed dropdown options directly closing when clicking on scrollbar if placed in popup dialog
155
+
-We fixed dropdown options directly closing when clicking on scrollbar if placed in popup dialog
154
156
155
157
## [1.1.2] - 2024-01-19
156
158
157
159
### Fixed
158
160
159
-
- We fixed selected options not showing for custom content type "yes"
161
+
-We fixed selected options not showing for custom content type "yes"
160
162
161
163
## [1.1.1] - 2024-01-15
162
164
163
165
### Changed
164
166
165
-
- We changed **Select/Unselect button** caption into **Show Select all** for easier understanding
167
+
-We changed **Select/Unselect button** caption into **Show Select all** for easier understanding
166
168
167
169
## [1.1.0] - 2024-01-14
168
170
169
171
### Added
170
172
171
-
- We added a new property named **Show footer**, enabling the Combobox widget to display a footer within its menu. When **Show footer** is set to **Yes**, developers can include custom footer content such as text, buttons, links, etc.
173
+
-We added a new property named **Show footer**, enabling the Combobox widget to display a footer within its menu. When **Show footer** is set to **Yes**, developers can include custom footer content such as text, buttons, links, etc.
172
174
173
-
- We added a new property named **Select/Unselect button**, enabling the Combobox widget to display a select/unselect all button on the top of the menu list.
175
+
-We added a new property named **Select/Unselect button**, enabling the Combobox widget to display a select/unselect all button on the top of the menu list.
174
176
175
177
### Fixed
176
178
177
-
- Sorting of the search results now follow the sort order set for Selectable objects.
179
+
-Sorting of the search results now follow the sort order set for Selectable objects.
178
180
179
-
- We removed the clear button on selected item labels in read-only state.
181
+
-We removed the clear button on selected item labels in read-only state.
180
182
181
-
- We fixed the positioning of the menu when it is flipped and collides with top of the viewport.
183
+
-We fixed the positioning of the menu when it is flipped and collides with top of the viewport.
182
184
183
-
- We fixed single selection combo box losing focus after selecting an item.
185
+
-We fixed single selection combo box losing focus after selecting an item.
0 commit comments