Releases: Harvest-Dev/ng-select2
Releases · Harvest-Dev/ng-select2
V17.1.1 (2025-02-04)
V17.1.0 (2024-12-26)
- Add attribute
multipleDrag
: drag'n drop list of items in selection
V17.0.0 (2024-12-23)
Changes
- Rewrite the component to use all the advances of Angular:
- Switch to stand-alone component mode
- Use of signals for inputs & queries
- Removed a lot of setTimeout
- Improved the overlay with the CDK
- Fix autocreate with single option
- Add resettable with multiple mode
- Fix inconsistencies in the code
- Much stricter code rewriting
- Accessibility (from 15.4.0)
- 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.
- Update
Demo
- New demo
V15.4.0 (2024-12-18)
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.
- Update
Demo
- Fixed bugs
- Added accessibility exemples
V16.0.0 (2024-11-27)
Breaking Changes
- minimum required support has been upgraded to Angular
19.0
.
V15.3.0 (2024-11-16)
Changes
- Add properties:
- Fix labels of selected options #81
V15.2.1 (2024-08-22)
Changes
- Delete a forgotten logger #75
V15.2.0 (2024-08-03)
Changes
- Add templates for selection (see readme or code generator) #74