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