Releases: Harvest-Dev/ng-select2
Releases · Harvest-Dev/ng-select2
V12.1.0 (2023-07-05)
Changes
- improve
search
event (seeSelect2ScrollEvent
) - add data on
Select2ScrollEvent
V12.0.0 (2023-06-07)
Breaking Changes
- minimum required support has been upgraded to Angular
16.0
. - update ngx-infinite-scroll to
16.0.0
.
V11.1.0 (2023-04-15)
Breaking Changes
- By default the template is now used in the selection. To revert to previous behavior use
noLabelTemplate
. - Code removal for IE11 and Edge
Changes
- add
noLabelTemplate
: do not use the template in the selection, stay in text mode. - add
autoCreate
: gives the possibility to add elements not present in the list. #48 - add CSS variables :
--select2-single-height
,--select2-multiple-height
V11.0.0 (2023-04-06)
Breaking Changes
- minimum required support has been upgraded to Angular
15.0
. - update ngx-infinite-scroll to
15.0.0
.
Changes
- fix class
select2-container--focus
- add item keyboard remove (multiple)
V10.0.0 (2022-07-27)
Breaking Changes
- minimum required support has been upgraded to Angular
14.0
. - update ngx-infinite-scroll to
14.0.0
.
V9.0.0 (2022-03-10)
Breaking Changes
- minimum required support has been upgraded to Angular
13.2
. - update ngx-infinite-scroll to
13.0.2
.
V8.1.0 (2022-02-18)
Breaking Changes
- CSS variable
--select2-font-style-color
renamed in--select2-too-much-font-style
Changes
- add
maxResults
maximum results limit (0
= no limit, by default :0
). - add
maxResultsMessage
parameter, message when maximum results (by default :'Too many results…'
) - add CSS variable
--select2-too-much-result-color
and--select2-too-much-result-style
Corrections
- filtered data for group is now correct
V8.0.6 (2022-01-04)
Corrections
- Remove
×
for disabled & readonly - Update data when new sets come in.
V8.0.5 (2021-09-27)
Corrections
- Fix when
overlay
istrue
on start
V8.0.4 (2021-09-23)
Changes
- with
overlay
active, the valueauto
forlistPosition
is possible
Corrections
- Fix above position with overlay