Ng Select Versions Save

:star: Native angular select component

v12.0.7

2 months ago

12.0.7 (2024-02-05)

Bug Fixes

  • ng-select: isOpen is optional as noted in the README (#2322) (9b694ba)

v12.0.6

3 months ago

12.0.6 (2024-01-10)

Bug Fixes

v12.0.5

3 months ago

12.0.5 (2024-01-10)

Bug Fixes

  • Error while scrolling when encapsulated in shadow DOM (#2277) (2308f6d), closes #2271
  • revert yarn packageManager to 1.x (c3bfd48)

v12.0.4

5 months ago

12.0.4 (2023-11-08)

Bug Fixes

v12.0.3

5 months ago

12.0.3 (2023-11-08)

Bug Fixes

v12.0.2

5 months ago

12.0.2 (2023-11-08)

Bug Fixes

v12.0.1

5 months ago

12.0.1 (2023-11-08)

Bug Fixes

v12.0.0

5 months ago

12.0.0 (2023-11-08)

Features

BREAKING CHANGES

  • core: adds angular 17 support

v11.2.0

5 months ago

11.2.0 (2023-10-23)

Features

  • updates bootstrap 5 support and updates @ng-bootstrap/ng-bootstrap to v16 compatable version (#2299) (154c45d)

v11.1.2

5 months ago

11.1.2 (2023-10-22)

Bug Fixes

  • fix(ng-option): Remove event emits full ng-select model instead of direct value (#2289) (ed429fb)
  • fix(ng-option): feat: Make select with [searchable]="false" focused on click and with keyboard #2229
  • feat: Add Clear Button keyboard accessibility #2245