Releases: Harvest-Dev/ng-select2
Releases · Harvest-Dev/ng-select2
V13.0.5 (2023-08-23)
- update current value when data changes
V13.0.4 (2023-08-22)
Changes
- improve keyboard navigation
- fixed arrow navigation when there is no search field
- improve tab and input actions (fix when unfocus)
- add CSS variables:
--select2-selection-line-height
--select2-selection-padding
--select2-selection-multiple-gap
--select2-selection-multiple-padding
--select2-option-padding
V13.0.2 (2023-08-15)
Changes
Fix customSearchEnabled
V13.0.1 (2023-07-31)
V13.0.0 (2023-07-20)
Breaking Changes
- minimum required support has been upgraded to Angular
16.1
.
Changes
- rewrite
clickDetection
- fix template with
multiple
- refacto with
numberAttribute
&booleanAttribute
(Angular16.1
)
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
.