@ng-select/ng-select 20.0.1 → 20.1.0

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 (2) hide show
  1. package/README.md +19 -17
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,23 +14,25 @@ See [Demo](https://ng-select.github.io/ng-select) page.
14
14
 
15
15
  ## Versions
16
16
 
17
- | Angular | ng-select |
18
- |------------------|:---------:|
19
- | >=20.0.0 <21.0.0 | v15.x |
20
- | >=19.0.0 <20.0.0 | v14.x |
21
- | >=18.0.0 <19.0.0 | v13.x |
22
- | >=17.0.0 <18.0.0 | v12.x |
23
- | >=16.0.0 <17.0.0 | v11.x |
24
- | >=15.0.0 <16.0.0 | v10.x |
25
- | >=14.0.0 <15.0.0 | v9.x |
26
- | >=13.0.0 <14.0.0 | v8.x |
27
- | >=12.0.0 <13.0.0 | v7.x |
28
- | >=11.0.0 <12.0.0 | v6.x |
29
- | >=10.0.0 <11.0.0 | v5.x |
30
- | >=9.0.0 <10.0.0 | v4.x |
31
- | >=8.0.0 <9.0.0 | v3.x |
32
- | >=6.0.0 <8.0.0 | v2.x |
33
- | v5.x.x | v1.x |
17
+ **Warning**: Do not use versions 15.2.0, 16.0.0, 17.0.0, 18.0.0, 19.0.0, 20.0.0 as they contain unresolved issues
18
+
19
+ | Angular | ng-select |
20
+ |------------------|:------------------:|
21
+ | >=20.0.0 <21.0.0 | <=15.1.3, >=20.0.1 |
22
+ | >=19.0.0 <20.0.0 | v14.x |
23
+ | >=18.0.0 <19.0.0 | v13.x |
24
+ | >=17.0.0 <18.0.0 | v12.x |
25
+ | >=16.0.0 <17.0.0 | v11.x |
26
+ | >=15.0.0 <16.0.0 | v10.x |
27
+ | >=14.0.0 <15.0.0 | v9.x |
28
+ | >=13.0.0 <14.0.0 | v8.x |
29
+ | >=12.0.0 <13.0.0 | v7.x |
30
+ | >=11.0.0 <12.0.0 | v6.x |
31
+ | >=10.0.0 <11.0.0 | v5.x |
32
+ | >=9.0.0 <10.0.0 | v4.x |
33
+ | >=8.0.0 <9.0.0 | v3.x |
34
+ | >=6.0.0 <8.0.0 | v2.x |
35
+ | v5.x.x | v1.x |
34
36
 
35
37
  ---
36
38
  ## Browser Support
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-select/ng-select",
3
- "version": "20.0.1",
3
+ "version": "20.1.0",
4
4
  "description": "Angular ng-select - All in One UI Select, Multiselect and Autocomplete",
5
5
  "author": "@ng-select/ng-select",
6
6
  "license": "MIT",