Releases: Harvest-Dev/ng-select2
Releases · Harvest-Dev/ng-select2
V18.0.0 (2026-06-12)
- update to Angular 22
- use
inject()and remove unnecessary params - move
@HostBinding&@HostListenertohost
- use
- refactor: replace
ngx-infinite-scrollwith native scroll listener- Remove
ngx-infinite-scrolldependency frompackage.jsonand librarypackage.json - Replace
InfiniteScrollDirectivewith fromEvent-based native scroll listener
- Remove
V17.3.2 (2026-05-24)
- feat: add Cyrillic, Greek Arabic and Hebrew for searches and highlight.
- feat: add
direction(rtl<r) for options & groups
V17.3.1 (2026-05-21)
- feat: searches done in Japanese (e.g. はハばバぱパ are considered the same character)
- feat: highlight ongoing searches done in Japanese
V17.3.0 (2026-05-21)
Change
- feat: highlighting ongoing research #95
- add
highlightTextparameter onng-select2(select2) tag - add
highlightTextpipe (Select2HighlightPipe) - add CSS variables:
--select2-highlight-text-background--select2-highlight-text-color--select2-highlight-font-weight--select2-highlighted-highlight-text-background--select2-highlighted-highlight-text-color--select2-highlighted-highlight-font-weight
- add
17.2.10 (2026-04-04)
Added near-complete code coverage with Vitest.
Some of the code has been fixed (dead code, untestable code, etc.).
Change
- fix: improve the destruction of the component
V17.2.9 (2026-03-05)
V17.2.8 (2025-12-10)
Change
- add Angular
21.0support.
V17.2.7 (2025-06-13)
Change
- feat: track by
id(addidon groups) #92 - add Angular
20.0support.
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