Skip to content

Releases: Harvest-Dev/ng-select2

V15.4.0 (2024-12-18)

18 Dec 08:12
f8d43ef
Compare
Choose a tag to compare

Changes

  • Added/modified accessibility attributes
  • New inputs for accessibility
    • title
    • ariaLabelledBy
    • ariaDescribedBy
    • ariaInvalid
    • ariaResetButtonDescription
  • Improved focus/blur
  • Fixed readonly
  • Added reset button to tab navigation
  • Keyboard interactions
    • Update
      • Escape: Improved focus after closing popup.
      • Tab: Navigates correctly when no searchbox.
    • New
      • Home: Opens popup. Goes to first option.
      • End: Opens popup. Goes to last option.
      • PageUp: Opens popup. Goes up 10 options.
      • PageDown: Opens popup. Goes down 10 options.
      • Space: Opens popup. Selects option when there is no search input.
      • Alt+Down, Alt+Up: Opens/closes popup.

Demo

  • Fixed bugs
  • Added accessibility exemples

V16.0.0 (2024-11-27)

27 Nov 00:36
271a73d
Compare
Choose a tag to compare

Breaking Changes

  • minimum required support has been upgraded to Angular 19.0.

V15.3.0 (2024-11-16)

16 Nov 12:59
4442541
Compare
Choose a tag to compare

Changes

  • Add properties:
    • selectionOverride: Change what is displayed in the selection area #79
    • selectionNoWrap: Force selection on one line #79
    • showSelectAll: Add an option to select all options c #80
    • selectAllText: Text when all options as not selected #80
    • removeAllText: Text when all options as selected #80
  • Fix labels of selected options #81

V15.2.1 (2024-08-22)

21 Aug 23:07
9c0cfb2
Compare
Choose a tag to compare

Changes

  • Delete a forgotten logger #75

V15.2.0 (2024-08-03)

03 Aug 20:14
7b6b7fb
Compare
Choose a tag to compare

Changes

  • Add templates for selection (see readme or code generator) #74

V15.1.0 (2024-08-02)

02 Aug 21:22
6ebd462
Compare
Choose a tag to compare

Changes

  • Add grid layout mode in dropdown #72
  • Fix init value in multiple mode #73
  • Fix reset value

V15.0.1 (2024-07-24)

24 Jul 02:21
343b081
Compare
Choose a tag to compare

Changes

  • Fix reset with multiple #69
  • Rewrite update event #69

V15.0.0 (2024-05-31)

03 Jun 09:03
850ad24
Compare
Choose a tag to compare

Breaking Changes

  • minimum required support has been upgraded to Angular 18.0.

Changes

  • manage blur event (overlay, click on option)

V14.0.1 (2024-03-04)

03 Jun 09:02
Compare
Choose a tag to compare
  • add borderless style

V13.0.10 (2024-03-04)

03 Jun 09:02
Compare
Choose a tag to compare
  • add borderless style