@pnp/spfx-controls-react 3.22.0-beta.1642180 → 3.22.0-beta.1642191
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/CHANGELOG.json +2 -1
- package/CHANGELOG.md +5 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"version": "3.22.0",
|
|
5
5
|
"changes": {
|
|
6
6
|
"new": [
|
|
7
|
-
|
|
7
|
+
"`WorldMap`: new control `WorldMap` [#2023](https://github.com/pnp/sp-dev-fx-controls-react/pull/2023)"
|
|
8
8
|
],
|
|
9
9
|
"enhancements": [
|
|
10
10
|
"SharePoint Framework v1.21.1 support [#1998](https://github.com/pnp/sp-dev-fx-controls-react/pull/1998)",
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
"[Antanina Druzhkina](https://github.com/Ateina)",
|
|
37
37
|
"[Floris Pleegzorg Oost-Vlaanderen](https://github.com/Floris-Pleegzorg-Oost-Vlaanderen)",
|
|
38
38
|
"[Guido Zambarda](https://github.com/GuidoZam)",
|
|
39
|
+
"[joaojmendes](https://github.com/joaojmendes)",
|
|
39
40
|
"[Joseph Jang](https://github.com/heesungjang)",
|
|
40
41
|
"[Michał Kornet](https://github.com/mkm17)",
|
|
41
42
|
"[Michaël Maillot](https://github.com/michaelmaillot)",
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
## 3.22.0
|
|
4
4
|
|
|
5
|
+
### New control(s)
|
|
6
|
+
|
|
7
|
+
- `WorldMap`: new control `WorldMap` [#2023](https://github.com/pnp/sp-dev-fx-controls-react/pull/2023)
|
|
8
|
+
|
|
5
9
|
### Enhancements
|
|
6
10
|
|
|
7
11
|
- SharePoint Framework v1.21.1 support [#1998](https://github.com/pnp/sp-dev-fx-controls-react/pull/1998)
|
|
@@ -29,7 +33,7 @@
|
|
|
29
33
|
|
|
30
34
|
### Contributors
|
|
31
35
|
|
|
32
|
-
Special thanks to our contributors (in alphabetical order): [Alberto Gutierrez Perez](https://github.com/albegut), [Alex Terentiev](https://github.com/AJIXuMuK), [Antanina Druzhkina](https://github.com/Ateina), [Floris Pleegzorg Oost-Vlaanderen](https://github.com/Floris-Pleegzorg-Oost-Vlaanderen), [Guido Zambarda](https://github.com/GuidoZam), [Joseph Jang](https://github.com/heesungjang), [Michał Kornet](https://github.com/mkm17), [Michaël Maillot](https://github.com/michaelmaillot), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Patrik Hellgren](https://github.com/PatrikHellgren), [Sandeep P S](https://github.com/Sandeep-FED), [Valeras Narbutas](https://github.com/ValerasNarbutas), [wuxiaojun514](https://github.com/wuxiaojun514).
|
|
36
|
+
Special thanks to our contributors (in alphabetical order): [Alberto Gutierrez Perez](https://github.com/albegut), [Alex Terentiev](https://github.com/AJIXuMuK), [Antanina Druzhkina](https://github.com/Ateina), [Floris Pleegzorg Oost-Vlaanderen](https://github.com/Floris-Pleegzorg-Oost-Vlaanderen), [Guido Zambarda](https://github.com/GuidoZam), [joaojmendes](https://github.com/joaojmendes), [Joseph Jang](https://github.com/heesungjang), [Michał Kornet](https://github.com/mkm17), [Michaël Maillot](https://github.com/michaelmaillot), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Patrik Hellgren](https://github.com/PatrikHellgren), [Sandeep P S](https://github.com/Sandeep-FED), [Valeras Narbutas](https://github.com/ValerasNarbutas), [wuxiaojun514](https://github.com/wuxiaojun514).
|
|
33
37
|
|
|
34
38
|
## 3.21.0
|
|
35
39
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.22.0-beta.
|
|
1
|
+
export var version = "3.22.0-beta.1642191";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED