Skip to content

Releases: ng-select/ng-select

v12.0.7

05 Feb 14:11
9b694ba
Compare
Choose a tag to compare

12.0.7 (2024-02-05)

Bug Fixes

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

v12.0.6

10 Jan 15:19
5549b67
Compare
Choose a tag to compare

12.0.6 (2024-01-10)

Bug Fixes

v12.0.5

10 Jan 15:14
c3bfd48
Compare
Choose a tag to compare

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

08 Nov 18:36
c611d94
Compare
Choose a tag to compare

12.0.4 (2023-11-08)

Bug Fixes

v12.0.3

08 Nov 17:22
2b57996
Compare
Choose a tag to compare

12.0.3 (2023-11-08)

Bug Fixes

v12.0.2

08 Nov 17:11
3c88a5c
Compare
Choose a tag to compare

12.0.2 (2023-11-08)

Bug Fixes

v12.0.1

08 Nov 16:56
6bebf52
Compare
Choose a tag to compare

12.0.1 (2023-11-08)

Bug Fixes

v12.0.0

08 Nov 14:12
765e167
Compare
Choose a tag to compare

12.0.0 (2023-11-08)

Features

BREAKING CHANGES

  • core: adds angular 17 support

v11.2.0

23 Oct 04:46
154c45d
Compare
Choose a tag to compare

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

22 Oct 12:57
ed429fb
Compare
Choose a tag to compare

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