Skip to content

Commit 07df6a9

Browse files
committed
chore(@mendix/combobox-web): update changelog
1 parent 4413c98 commit 07df6a9

File tree

1 file changed

+47
-45
lines changed

1 file changed

+47
-45
lines changed

packages/pluggableWidgets/combobox-web/CHANGELOG.md

Lines changed: 47 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -6,178 +6,180 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [1.7.3] - 2025-10-08
10+
911
### Fixed
1012

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.
1214

1315
## [1.7.2] - 2025-07-31
1416

1517
### Fixed
1618

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.
1820

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.
2022

2123
## [1.7.1] - 2025-01-28
2224

2325
### Fixed
2426

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.
2628

2729
## [1.7.0] - 2024-12-17
2830

2931
### Fixed
3032

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.
3234

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.
3436

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.
3638

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.
3840

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.
4042

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.
4244

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.
4446

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.
4648

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.
4850

4951
### Added
5052

51-
- We added support for attribute with **Long** type.
53+
- We added support for attribute with **Long** type.
5254

5355
### Changed
5456

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.
5658

57-
- We restructure **Attribute** group configuration and rename it as **Store value**.
59+
- We restructure **Attribute** group configuration and rename it as **Store value**.
5860

5961
## [1.6.3] - 2024-08-07
6062

6163
### Added
6264

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.
6466

6567
## [1.6.2] - 2024-07-16
6668

6769
### Changed
6870

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.
7072

7173
## [1.6.1] - 2024-06-28
7274

7375
### Changed
7476

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.
7678

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.
7880

7981
## [1.6.0] - 2024-06-19
8082

8183
### Changed
8284

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.
8486

8587
### Added
8688

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.
8890

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.
9092

9193
## # Breaking
9294

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.
9496

9597
## [1.5.0] - 2024-05-06
9698

9799
### Added
98100

99-
- We added readonly style to the combobox configuration.
101+
- We added readonly style to the combobox configuration.
100102

101103
## [1.4.0] - 2024-04-19
102104

103105
### Changed
104106

105-
- We made accessibility text as optional.
107+
- We made accessibility text as optional.
106108

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.
108110

109111
### Added
110112

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.
112114

113115
### Fixed
114116

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.
116118

117119
## [1.3.1] - 2024-04-08
118120

119121
### Fixed
120122

121-
- We fixed scrollbar click issue causing combobox to close.
123+
- We fixed scrollbar click issue causing combobox to close.
122124

123125
## [1.3.0] - 2024-04-03
124126

125127
### Fixed
126128

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.
128130

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.
130132

131133
### Added
132134

133-
- We added static values feature support.
135+
- We added static values feature support.
134136

135137
## [1.2.0] - 2024-02-27
136138

137139
### Fixed
138140

139-
- We fixed no options text not shown on single selection.
141+
- We fixed no options text not shown on single selection.
140142

141143
### Changed
142144

143-
- We made a minor change on the configuration labels.
145+
- We made a minor change on the configuration labels.
144146

145147
### Added
146148

147-
- We added database list feature support.
149+
- We added database list feature support.
148150

149151
## [1.1.3] - 2024-01-22
150152

151153
### Fixed
152154

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
154156

155157
## [1.1.2] - 2024-01-19
156158

157159
### Fixed
158160

159-
- We fixed selected options not showing for custom content type "yes"
161+
- We fixed selected options not showing for custom content type "yes"
160162

161163
## [1.1.1] - 2024-01-15
162164

163165
### Changed
164166

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
166168

167169
## [1.1.0] - 2024-01-14
168170

169171
### Added
170172

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.
172174

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.
174176

175177
### Fixed
176178

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.
178180

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.
180182

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.
182184

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

Comments
 (0)