Skip to content

Releases: Harvest-Dev/ng-select2

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

V7.1.1 (2020-04-24)

28 Apr 08:33
Compare
Choose a tag to compare

Changes

  • add event (close)

Corrections

  • fix dropdown position with hint

V7.1.0 (2020-04-23)

28 Apr 08:33
Compare
Choose a tag to compare

Breaking Changes

  • (update) : return object Select2UpdateValue change for Select2UpdateEvent object. Please, see the readme.

Changes

  • add CSS variables for colors (see the readme)
  • add new attributes : listPosition, minCharForSearch, noStyle
  • now, selection container use a flexbox layout (CSS symplification)
  • update the SearchBox status when the list change

V7.0.3 (2019-11-08)

12 Nov 16:04
Compare
Choose a tag to compare

Changes

  • options label accept HTML content

V7.0.2 (2019-08-09)

12 Nov 16:03
Compare
Choose a tag to compare

Corrections

  • fix scroll when opening the select to go to the selected option(s)
  • fix arrowUp/arrowDown to be able to jump disabled options within the list

v7.0.1

29 Jul 09:19
Compare
Choose a tag to compare

Corrections

  • fix spam issue on filteredData in some cases
  • refactoring the method to handle up/down arrows

Update to Angular 7

05 Dec 14:51
Compare
Choose a tag to compare
Fix version to 7.0.0

fix README & package.json

v6.0.0

10 Jul 15:21
Compare
Choose a tag to compare
  • support for Angular 6