Skip to content

Releases: Harvest-Dev/ng-select2

V18.0.0 (2026-06-12)

12 Jun 21:53
930938c

Choose a tag to compare

  • update to Angular 22
    • use inject() and remove unnecessary params
    • move @HostBinding & @HostListener to host
  • refactor: replace ngx-infinite-scroll with native scroll listener
    • Remove ngx-infinite-scroll dependency from package.json and library package.json
    • Replace InfiniteScrollDirective with fromEvent-based native scroll listener

V17.3.2 (2026-05-24)

24 May 20:25
95610b7

Choose a tag to compare

  • feat: add Cyrillic, Greek Arabic and Hebrew for searches and highlight.
  • feat: add direction (rtl & ltr) for options & groups

V17.3.1 (2026-05-21)

21 May 19:14
e8bebcf

Choose a tag to compare

  • 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)

21 May 14:07
94794b6

Choose a tag to compare

Change

  • feat: highlighting ongoing research #95
    • add highlightText parameter on ng-select2 (select2) tag
    • add highlightText pipe (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

17.2.10 (2026-04-04)

03 Apr 22:43
b9f7fc2

Choose a tag to compare

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)

05 Mar 23:19
7f44ca7

Choose a tag to compare

Change

  • feat: include placeholder for auto create input #93 (thanks @shoboske)

V17.2.8 (2025-12-10)

10 Dec 19:28
53d4563

Choose a tag to compare

Change

  • add Angular 21.0 support.

V17.2.7 (2025-06-13)

13 Jun 21:44
7cd5b40

Choose a tag to compare

Change

  • feat: track by id (add id on groups) #92
  • add Angular 20.0 support.

V17.2.6 (2025-05-08)

08 May 20:14
2f6aa33

Choose a tag to compare

Change

  • fix: when multiselect change fulldata (data & value) #91 (thanks @jcompagner)

V17.2.5 (2025-04-18)

18 Apr 20:03
da5ff99

Choose a tag to compare

Change

  • fix: when data and value change at the same time