@pnp/spfx-controls-react 3.20.0-beta.1140258 → 3.20.0-beta.1140273
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 -2
- package/CHANGELOG.md +2 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"enhancements": [
|
|
8
8
|
"`Dashboard`: added new WidgetSize [#1845](https://github.com/pnp/sp-dev-fx-controls-react/pull/1845)",
|
|
9
9
|
"`Dashboard`: IWidgetLink improvements [#1813](https://github.com/pnp/sp-dev-fx-controls-react/pull/1813)",
|
|
10
|
-
"`DynamicForm`: custom sorting [#1802](https://github.com/pnp/sp-dev-fx-controls-react/pull/1802)"
|
|
10
|
+
"`DynamicForm`: custom sorting [#1802](https://github.com/pnp/sp-dev-fx-controls-react/pull/1802)",
|
|
11
|
+
"`ImagePicker`: new Control ImagePicker [#1820](https://github.com/pnp/sp-dev-fx-controls-react/pull/1820)"
|
|
11
12
|
],
|
|
12
13
|
"fixes": [
|
|
13
14
|
"Debug Controls in any language [#1882](https://github.com/pnp/sp-dev-fx-controls-react/pull/1882)",
|
|
@@ -18,7 +19,8 @@
|
|
|
18
19
|
"[Guido Zambarda](https://github.com/GuidoZam)",
|
|
19
20
|
"[Michaël Maillot](https://github.com/michaelmaillot)",
|
|
20
21
|
"[srpmtt](https://github.com/srpmtt)",
|
|
21
|
-
"[wilecoyotegenius](https://github.com/wilecoyotegenius)"
|
|
22
|
+
"[wilecoyotegenius](https://github.com/wilecoyotegenius)",
|
|
23
|
+
"[joaojmendes](https://github.com/joaojmendes)"
|
|
22
24
|
]
|
|
23
25
|
},
|
|
24
26
|
{
|
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
- `Dashboard`: added new WidgetSize [#1845](https://github.com/pnp/sp-dev-fx-controls-react/pull/1845)
|
|
8
8
|
- `Dashboard`: IWidgetLink improvements [#1813](https://github.com/pnp/sp-dev-fx-controls-react/pull/1813)
|
|
9
9
|
- `DynamicForm`: custom sorting [#1802](https://github.com/pnp/sp-dev-fx-controls-react/pull/1802)
|
|
10
|
+
- `ImagePicker`: new Control ImagePicker [#1820](https://github.com/pnp/sp-dev-fx-controls-react/pull/1820)
|
|
10
11
|
|
|
11
12
|
### Fixes
|
|
12
13
|
|
|
@@ -15,7 +16,7 @@
|
|
|
15
16
|
|
|
16
17
|
### Contributors
|
|
17
18
|
|
|
18
|
-
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).
|
|
19
|
+
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).
|
|
19
20
|
|
|
20
21
|
## 3.19.0
|
|
21
22
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.20.0-beta.
|
|
1
|
+
export var version = "3.20.0-beta.1140273";
|
|
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.1140273",
|
|
5
5
|
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "gulp build",
|