ng-select2-component 17.2.7 → 17.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/README.md +17 -17
  3. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog of ng-select2
2
2
 
3
+ ## V17.2.8 (2025-12-10)
4
+
5
+ ### Change
6
+
7
+ - add Angular `21.0` support.
8
+
3
9
  ## V17.2.7 (2025-06-13)
4
10
 
5
11
  ### Change
package/README.md CHANGED
@@ -14,29 +14,29 @@ npm i ng-select2-component --save
14
14
 
15
15
  - peerDependencies:
16
16
 
17
- - `angular` 18.1.0 and more
18
- - `angular/cdk` 18.1.0 and more
17
+ - `angular` `^18.1.0` to `^21.0.0`
18
+ - `angular/cdk` `^18.1.0` to `^21.0.0`
19
19
 
20
20
  - dependencies (include):
21
21
 
22
- - `ngx-infinite-scroll` 19.0.0 and more
22
+ - `ngx-infinite-scroll` `^19.0.0` to `^21.0.0`
23
23
 
24
24
  ### Notes
25
25
 
26
- | Version  | For **Angular** | Notes |
27
- | --------- | --------------- | ----------------- |
28
- | `17.2.0` | 18.1 and more | Ivy / Stand-alone |
29
- | `17.1.0` | 19 | Ivy / Stand-alone |
30
- | `16.0.0` | 19 | Ivy / Module |
31
- | `15.4.0` | 18 | Ivy |
32
- | `14.0.1` | 17 | Ivy |
33
- | `13.0.12` | 16.1 | Ivy |
34
- | `12.1.0` | 16 | Ivy |
35
- | `11.1.0` | 15 | Ivy |
36
- | `10.0.0` | 14 | Ivy |
37
- | `9.0.0` | 13 | Ivy |
38
- | `8.1.0` | 10, 11 and 12 | View Engine |
39
- | `7.3.1` | 7, 8 and 9 | View Engine |
26
+ | Version  | For **Angular** | Notes |
27
+ | --------- | ---------------- | ----------------- |
28
+ | `17.2.x` | 18.1, 19, 20, 21 | Ivy / Stand-alone |
29
+ | `17.1.0` | 19 | Ivy / Stand-alone |
30
+ | `16.0.0` | 19 | Ivy / Module |
31
+ | `15.4.0` | 18 | Ivy |
32
+ | `14.0.1` | 17 | Ivy |
33
+ | `13.0.12` | 16.1 | Ivy |
34
+ | `12.1.0` | 16 | Ivy |
35
+ | `11.1.0` | 15 | Ivy |
36
+ | `10.0.0` | 14 | Ivy |
37
+ | `9.0.0` | 13 | Ivy |
38
+ | `8.1.0` | 10, 11 and 12 | View Engine |
39
+ | `7.3.1` | 7, 8 and 9 | View Engine |
40
40
 
41
41
  ## Demo
42
42
 
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "ng-select2-component",
3
- "version": "17.2.7",
3
+ "version": "17.2.8",
4
4
  "description": "An Angular select2 component.",
5
5
  "author": "York Yao, Célian Veyssière",
6
6
  "license": "MIT",
7
7
  "dependencies": {
8
- "ngx-infinite-scroll": ">=18.0.0 || >=19.0.0 || >=20.0.0",
8
+ "ngx-infinite-scroll": ">=18.0.0 || >=19.0.0 || >=20.0.0 || >=21.0.0",
9
9
  "tslib": "^2.3.0"
10
10
  },
11
11
  "peerDependencies": {
12
- "@angular/cdk": ">=18.1.0 || >=19.0.0 || >=20.0.0",
13
- "@angular/common": ">=18.1.0 || >=19.0.0 || >=20.0.0",
14
- "@angular/core": ">=18.1.0 || >=19.0.0 || >=20.0.0"
12
+ "@angular/cdk": ">=18.1.0 || >=19.0.0 || >=20.0.0 || >=21.0.0",
13
+ "@angular/common": ">=18.1.0 || >=19.0.0 || >=20.0.0 || >=21.0.0",
14
+ "@angular/core": ">=18.1.0 || >=19.0.0 || >=20.0.0 || >=21.0.0"
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",