Skip to content

Releases: Harvest-Dev/ng-select2

V7.3.0 (2021-04-23)

23 Apr 15:12
Compare
Choose a tag to compare

Changes

  • add ngx-infinite-scroll support (See README)
  • add (removedOption) event, triggered when an option is removed from the list of selected options options list

Corrections

  • remove a forgotten logger

V7.2.3 (2021-03-11)

11 Mar 13:29
Compare
Choose a tag to compare

Corrections

  • fix crash when switching between multiple and non-multiple

Demo

  • add html generator

V7.2.2 (2021-03-05)

05 Mar 10:26
Compare
Choose a tag to compare

Corrections

  • hidden options are no longer selectable with keyboard

V7.2.1 (2021-03-04)

04 Mar 11:02
Compare
Choose a tag to compare

Changes

  • add a possibility to hide an option
  • add an argument resettable to display a reset button (in single mode)

V7.2.0 (2020-12-09)

09 Dec 10:49
Compare
Choose a tag to compare

Changes

  • formating options & groups with template

Corrections

  • crash when data is empty

V7.1.11 (2020-11-12)

12 Nov 14:01
20c697e
Compare
Choose a tag to compare

Corrections

  • support for Angular versions up to 11

V7.1.10 (2020-11-11)

12 Nov 08:52
Compare
Choose a tag to compare

Corrections

  • also call markForCheck() on the change detector when the filtered values are set
  • support for Angular versions up to 10

V7.1.9 (2020-11-02)

02 Nov 17:20
Compare
Choose a tag to compare

Corrections

  • Change event is stopped for input
  • Fix CSS for outline
  • Fix infinite valueChange sometimes because of asynchronous test

V7.1.8 (2020-10-26)

27 Oct 15:57
Compare
Choose a tag to compare

Changes

  • change the return of these events:
    • (open): void to Select2
    • (close): void to Select2
    • (focus): void to Select2
    • (blur): void to Select2
    • (search): string to Select2SearchEvent

Corrections

  • Fix multiple events for (update) when value changes

V7.1.7 (2020-10-19)

27 Oct 15:57
Compare
Choose a tag to compare

Corrections

  • Fix case with 0 in value