Skip to content

Releases: Harvest-Dev/ng-select2

V8.0.0 (2021-06-30)

30 Jun 14:57
Compare
Choose a tag to compare

Breaking Changes

  • minimum required support has been upgraded to Angular 10.0.
  • remove parameters material and noStyle, use styleMode.

Changes

  • add overlay parameter with Angular CDK, to change the display method of the dropdown list to the root of the DOM. (See README).
  • add noResultMessage parameter, to display a message if there is no result.
  • add styleMode parameter, to choose an alternative predefined style of the component.

V7.3.1 (2021-04-24)

30 Apr 10:32
Compare
Choose a tag to compare

Corrections

  • fix placeholder overflow (ellipsis)

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