Skip to content

Commit fb351d8

Browse files
committed
Update 17.2.0 + demo
1 parent c600299 commit fb351d8

36 files changed

+64
-46
lines changed

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog of ng-select2
22

3+
## V17.2.0 (2025-03-20)
4+
5+
### Change
6+
7+
- build: fix backward compatibility to **Angular 18.1** (thanks @bborel-hvs)
8+
- feat: new attribute `nativeKeyboard`
9+
- feat: add accessibility for `nativeKeyboard` (thanks @mbelin-hvs)
10+
- feat: improve scrolling behavior in results (thanks @mbelin-hvs)
11+
- fix: multiple opening when overlay is not active
12+
313
## V17.1.1 (2025-02-04)
414

515
### Change
@@ -25,7 +35,7 @@
2535
- Add resettable with multiple mode
2636
- Fix inconsistencies in the code
2737
- Much stricter code rewriting
28-
- Accessibility (from 15.4.0)
38+
- Accessibility (from 15.4.0) (thanks @mbelin-hvs)
2939
- Added/modified accessibility attributes
3040
- New inputs for accessibility
3141
- `title`
@@ -140,7 +150,7 @@
140150

141151
### Changes
142152

143-
- manage blur event (overlay, click on option)
153+
- manage blur event (overlay, click on option) (thanks @bborel-hvs)
144154

145155
---
146156

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ npm i ng-select2-component --save
1414

1515
- peerDependencies:
1616

17-
- `angular` 19.0.0 and more
18-
- `angular/cdk` 19.0.0 and more
17+
- `angular` 18.1.0 and more
18+
- `angular/cdk` 18.1.0 and more
1919

2020
- dependencies (include):
2121

@@ -25,7 +25,8 @@ npm i ng-select2-component --save
2525

2626
| Version  | For **Angular** | Notes |
2727
| --------- | --------------- | ----------------- |
28-
| `17.1.0` | 19 and more | Ivy / Stand-alone |
28+
| `17.2.0` | 18.1 and more | Ivy / Stand-alone |
29+
| `17.1.0` | 19 | Ivy / Stand-alone |
2930
| `16.0.0` | 19 | Ivy / Module |
3031
| `15.4.0` | 18 | Ivy |
3132
| `14.0.1` | 17 | Ivy |
@@ -57,6 +58,8 @@ npm i ng-select2-component --save
5758
- material style
5859
- form binding
5960
- templating
61+
- drag'n drop
62+
- WAI (accessibility)
6063
- etc.
6164

6265
## Usage

dist/ng-select2/browser/assets/i18n/fr.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@
123123
"Update value to “undefined”": "Mise à jour de la valeur vers “undefined”",
124124

125125
"Multiple drag selection": "Sélection multiple par glissement",
126-
"Multiple selection with sortable selection": "Sélection multiple avec sélection triable"
127-
}
126+
"Multiple selection with sortable selection": "Sélection multiple avec sélection triable",
128127

128+
"Native keyboard navigation": "Navigation native au clavier",
129+
"<code>nativeKeyboard</code> attribute to have the same navigation as the native HTML select:": "L'attribut <code>nativeKeyboard</code> pour avoir une navigation comme le select HTML natif&nbsp;:",
130+
"the arrows don't open the drop down": "Les flèches n'ouvrent pas la liste des options",
131+
"the arrows update the selected value": "Les flèches mettent à jour la valeur sélectionnée"
132+
}

dist/ng-select2/browser/chunk-RAOGZMTA.js dist/ng-select2/browser/chunk-33FUPBZA.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ng-select2/browser/chunk-3CNRHRE7.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)