@pnp/spfx-controls-react 3.20.0-beta.1203360 → 3.20.0-beta.1203408
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 +4 -1
- package/CHANGELOG.md +2 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
"`DynamicForm`: custom sorting [#1802](https://github.com/pnp/sp-dev-fx-controls-react/pull/1802)",
|
|
11
11
|
"`ImagePicker`: new Control ImagePicker [#1820](https://github.com/pnp/sp-dev-fx-controls-react/pull/1820)",
|
|
12
12
|
"`UserPicker`: new Control UserPicker [#1675](https://github.com/pnp/sp-dev-fx-controls-react/pull/1675)",
|
|
13
|
-
"`DynamicForm`: DynamicForm storeLastActiveTab option #1879 [#1879](https://github.com/pnp/sp-dev-fx-controls-react/pull/1879)"
|
|
13
|
+
"`DynamicForm`: DynamicForm storeLastActiveTab option #1879 [#1879](https://github.com/pnp/sp-dev-fx-controls-react/pull/1879)",
|
|
14
|
+
"`FilePicker`: Image picker enhancements [#1805](https://github.com/pnp/sp-dev-fx-controls-react/pull/1805)"
|
|
14
15
|
],
|
|
15
16
|
"fixes": [
|
|
16
17
|
"Debug Controls in any language [#1882](https://github.com/pnp/sp-dev-fx-controls-react/pull/1882)",
|
|
@@ -24,6 +25,8 @@
|
|
|
24
25
|
]
|
|
25
26
|
},
|
|
26
27
|
"contributions": [
|
|
28
|
+
"[Alex Terentiev](https://github.com/AJIXuMuK)",
|
|
29
|
+
"[Antanina Druzhkina](https://github.com/Ateina)",
|
|
27
30
|
"[Guido Zambarda](https://github.com/GuidoZam)",
|
|
28
31
|
"[Michaël Maillot](https://github.com/michaelmaillot)",
|
|
29
32
|
"[srpmtt](https://github.com/srpmtt)",
|
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
- `ImagePicker`: new Control ImagePicker [#1820](https://github.com/pnp/sp-dev-fx-controls-react/pull/1820)
|
|
11
11
|
- `UserPicker`: new Control UserPicker [#1675](https://github.com/pnp/sp-dev-fx-controls-react/pull/1675)
|
|
12
12
|
- `DynamicForm`: DynamicForm storeLastActiveTab option #1879 [#1879](https://github.com/pnp/sp-dev-fx-controls-react/pull/1879)
|
|
13
|
+
- `FilePicker`: Image picker enhancements [#1805](https://github.com/pnp/sp-dev-fx-controls-react/pull/1805)
|
|
13
14
|
|
|
14
15
|
### Fixes
|
|
15
16
|
|
|
@@ -24,7 +25,7 @@
|
|
|
24
25
|
|
|
25
26
|
### Contributors
|
|
26
27
|
|
|
27
|
-
Special thanks to our contributors (in alphabetical order): [Guido Zambarda](https://github.com/GuidoZam), [Michaël Maillot](https://github.com/michaelmaillot), [srpmtt](https://github.com/srpmtt), [wilecoyotegenius](https://github.com/wilecoyotegenius), [joaojmendes](https://github.com/joaojmendes), [IRRDC](https://github.com/IRRDC), [wilecoyotegenius](https://github.com/wilecoyotegenius), [wuxiaojun514](https://github.com/wuxiaojun514), [Nishkalank Bezawada](https://github.com/NishkalankBezawada).
|
|
28
|
+
Special thanks to our contributors (in alphabetical order): [Alex Terentiev](https://github.com/AJIXuMuK), [Antanina Druzhkina](https://github.com/Ateina), [Guido Zambarda](https://github.com/GuidoZam), [Michaël Maillot](https://github.com/michaelmaillot), [srpmtt](https://github.com/srpmtt), [wilecoyotegenius](https://github.com/wilecoyotegenius), [joaojmendes](https://github.com/joaojmendes), [IRRDC](https://github.com/IRRDC), [wilecoyotegenius](https://github.com/wilecoyotegenius), [wuxiaojun514](https://github.com/wuxiaojun514), [Nishkalank Bezawada](https://github.com/NishkalankBezawada).
|
|
28
29
|
|
|
29
30
|
## 3.19.0
|
|
30
31
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.20.0-beta.
|
|
1
|
+
export var version = "3.20.0-beta.1203408";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/spfx-controls-react",
|
|
3
3
|
"description": "Reusable React controls for SharePoint Framework solutions",
|
|
4
|
-
"version": "3.20.0-beta.
|
|
4
|
+
"version": "3.20.0-beta.1203408",
|
|
5
5
|
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "gulp build",
|