ng-select2-component 16.0.0 → 17.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.
- package/AUTHORS.md +8 -8
- package/CHANGELOG.md +246 -150
- package/README.md +135 -121
- package/fesm2022/ng-select2-component.mjs +601 -597
- package/fesm2022/ng-select2-component.mjs.map +1 -1
- package/lib/select2-hint.component.d.ts +1 -1
- package/lib/select2-hint.component.d.ts.map +1 -1
- package/lib/select2-interfaces.d.ts +10 -6
- package/lib/select2-interfaces.d.ts.map +1 -1
- package/lib/select2-label.component.d.ts +1 -1
- package/lib/select2-label.component.d.ts.map +1 -1
- package/lib/select2-utils.d.ts +12 -8
- package/lib/select2-utils.d.ts.map +1 -1
- package/lib/select2.component.d.ts +128 -122
- package/lib/select2.component.d.ts.map +1 -1
- package/package.json +1 -1
- package/public_api.d.ts +2 -4
- package/public_api.d.ts.map +1 -1
- package/lib/select2.module.d.ts +0 -14
- package/lib/select2.module.d.ts.map +0 -1
package/AUTHORS.md
CHANGED
|
@@ -4,14 +4,14 @@ ng-select2 is written by York Yao with contributions from:
|
|
|
4
4
|
|
|
5
5
|
Main contributors:
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
7
|
+
- Célian Veyssière (aka Zéfling)
|
|
8
|
+
- Baptiste (aka BatMen)
|
|
9
9
|
|
|
10
10
|
Thanks for your contributions:
|
|
11
11
|
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
-
|
|
12
|
+
- ADesbois
|
|
13
|
+
- mbelin-hvs
|
|
14
|
+
- Varun Nambiar
|
|
15
|
+
- Khanh Ngo
|
|
16
|
+
- Johan Compagner
|
|
17
|
+
- majora2007
|