@ng-select/ng-select 11.1.1 → 11.2.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.
- package/README.md +10 -1
- package/esm2022/lib/ng-select.component.mjs +39 -10
- package/fesm2022/ng-select-ng-select.mjs +38 -9
- package/fesm2022/ng-select-ng-select.mjs.map +1 -1
- package/lib/ng-select.component.d.ts +4 -0
- package/package.json +1 -1
- package/scss/ant.design.theme.scss +4 -0
- package/scss/default.theme.scss +6 -0
- package/scss/material.theme.scss +4 -0
- package/themes/ant.design.theme.css +1 -1
- package/themes/default.theme.css +1 -1
- package/themes/material.theme.css +1 -1
package/README.md
CHANGED
|
@@ -28,7 +28,16 @@ See [Demo](https://ng-select.github.io/ng-select) page.
|
|
|
28
28
|
| v5.x.x | v1.x |
|
|
29
29
|
|
|
30
30
|
---
|
|
31
|
-
|
|
31
|
+
## Browser Support
|
|
32
|
+
`ng-select` supports all browsers supported by Angular. For current list, see https://angular.io/guide/browser-support#browser-support. This includes the following specific versions:
|
|
33
|
+
```angular2html
|
|
34
|
+
Chrome 2 most recent versions
|
|
35
|
+
Firefox latest and extended support release (ESR)
|
|
36
|
+
Edge 2 most recent major versions
|
|
37
|
+
Safari 2 most recent major versions
|
|
38
|
+
iOS 2 most recent major versions
|
|
39
|
+
Android 2 most recent major versions
|
|
40
|
+
```
|
|
32
41
|
Table of contents
|
|
33
42
|
=================
|
|
34
43
|
|