Skip to content

Releases: Harvest-Dev/ng-select2

V13.0.5 (2023-08-23)

28 Aug 07:03
Compare
Choose a tag to compare
  • update current value when data changes

V13.0.4 (2023-08-22)

21 Aug 23:02
Compare
Choose a tag to compare

Changes

  • improve keyboard navigation
    • fixed arrow navigation when there is no search field
    • improve tab and input actions (fix when unfocus)
  • add CSS variables:
    • --select2-selection-line-height
    • --select2-selection-padding
    • --select2-selection-multiple-gap
    • --select2-selection-multiple-padding
    • --select2-option-padding

V13.0.2 (2023-08-15)

15 Aug 21:54
Compare
Choose a tag to compare

Changes

Fix customSearchEnabled

V13.0.1 (2023-07-31)

01 Aug 09:41
Compare
Choose a tag to compare

Changes

  • add resetSelectedValue parameter #42
  • fix autoCreate with no search input #49

V13.0.0 (2023-07-20)

19 Jul 23:44
Compare
Choose a tag to compare

Breaking Changes

  • minimum required support has been upgraded to Angular 16.1.

Changes

  • rewrite clickDetection
  • fix template with multiple
  • refacto with numberAttribute & booleanAttribute (Angular 16.1)

V12.1.0 (2023-07-05)

05 Jul 21:18
Compare
Choose a tag to compare

Changes

  • improve search event (see Select2ScrollEvent)
  • add data on Select2ScrollEvent

V12.0.0 (2023-06-07)

07 Jun 13:21
Compare
Choose a tag to compare

Breaking Changes

  • minimum required support has been upgraded to Angular 16.0.
  • update ngx-infinite-scroll to 16.0.0.

V11.1.0 (2023-04-15)

17 Apr 07:14
Compare
Choose a tag to compare

Breaking Changes

  • By default the template is now used in the selection. To revert to previous behavior use noLabelTemplate.
  • Code removal for IE11 and Edge

Changes

  • add noLabelTemplate: do not use the template in the selection, stay in text mode.
  • add autoCreate: gives the possibility to add elements not present in the list. #48
  • add CSS variables : --select2-single-height, --select2-multiple-height

V11.0.0 (2023-04-06)

06 Apr 09:41
Compare
Choose a tag to compare

Breaking Changes

  • minimum required support has been upgraded to Angular 15.0.
  • update ngx-infinite-scroll to 15.0.0.

Changes

  • fix class select2-container--focus
  • add item keyboard remove (multiple)

V10.0.0 (2022-07-27)

27 Jul 07:51
Compare
Choose a tag to compare

Breaking Changes

  • minimum required support has been upgraded to Angular 14.0.
  • update ngx-infinite-scroll to 14.0.0.