Skip to content

Releases: Harvest-Dev/ng-select2

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

V7.1.6 (2020-10-13)

27 Oct 15:56
Compare
Choose a tag to compare

Changes

  • Added an id on the select options.
  • Allow to give a specific id to an option via Select2Option config.

Corrections

  • Remove the undefined class wrongly added to options when classes is not defined on Select2Option.

V7.1.5 (2020-10-06)

27 Oct 15:56
Compare
Choose a tag to compare

Corrections

  • fix update of list when value is null/undefined/empty

V7.1.4 (2020-09-18)

27 Oct 15:55
Compare
Choose a tag to compare

Changes

  • add limitSelection attribute to limit multiple selection. (By defaut 0 for no limit)

V7.1.3 (2020-05-07)

07 May 09:07
Compare
Choose a tag to compare

Breaking Changes

  • review the naming of all CSS variables and add new
  • no more predefined variables (it was impossible to overwrite them)

V7.1.2 (2020-04-27)

28 Apr 08:32
Compare
Choose a tag to compare

Changes

  • add event (focus) and (blur)

Corrections

  • fix the focused status which is not removed in some cases or called for the wrong reason