Releases: Harvest-Dev/ng-select2
Releases · Harvest-Dev/ng-select2
V17.2.7 (2025-06-13)
V17.2.6 (2025-05-08)
Change
- fix: when multiselect change fulldata (data & value) #91 (thanks @jcompagner)
V17.2.5 (2025-04-18)
Change
- fix: when data and value change at the same time
V17.2.4 (2025-04-06)
Change
- fix: remove logger
V17.2.3 (2025-04-06)
Change
- fix:
hideSelectedItems
on click option to not close the dropdown #58 - fix:
limitSelection
when value is not an array
V17.2.2 (2025-04-05)
Change
- fix: init value with formControl on init, on setValue, on reset #89
V17.2.1 (2025-03-21)
Change
- fix: regression on limit to 0
V17.2.0 (2025-03-20)
Change
- build: fix backward compatibility to Angular 18.1 (thanks @bborel-hvs)
- feat: new attribute
nativeKeyboard
- feat: add accessibility for
nativeKeyboard
(thanks @mbelin-hvs) - feat: improve scrolling behavior in results (thanks @mbelin-hvs)
- fix: multiple opening when overlay is not active
V17.1.1 (2025-02-04)
Change
- Fix value when switching between single and multiple
V17.1.0 (2024-12-26)
- Add attribute
multipleDrag
: drag'n drop list of items in selection