@pnp/spfx-controls-react 3.18.0-beta.7865428 → 3.18.0-beta.7865451
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 +5 -2
- package/CHANGELOG.md +5 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -7,10 +7,13 @@
|
|
|
7
7
|
"enhancements": [
|
|
8
8
|
"`DynamicField`: Added orderBy to DynamicField props for lookup fields"
|
|
9
9
|
],
|
|
10
|
-
"fixes": [
|
|
10
|
+
"fixes": [
|
|
11
|
+
"`FolderPicker`: Update documentation on how to use the control with siteAbsoluteUrl property"
|
|
12
|
+
]
|
|
11
13
|
},
|
|
12
14
|
"contributions": [
|
|
13
|
-
"[Guido Zambarda](https://github.com/GuidoZam)"
|
|
15
|
+
"[Guido Zambarda](https://github.com/GuidoZam)",
|
|
16
|
+
"[Nishkalank Bezawada](https://github.com/NishkalankBezawada)"
|
|
14
17
|
]
|
|
15
18
|
},
|
|
16
19
|
{
|
package/CHANGELOG.md
CHANGED
|
@@ -6,9 +6,13 @@
|
|
|
6
6
|
|
|
7
7
|
- `DynamicField`: Added orderBy to DynamicField props for lookup fields
|
|
8
8
|
|
|
9
|
+
### Fixes
|
|
10
|
+
|
|
11
|
+
- `FolderPicker`: Update documentation on how to use the control with siteAbsoluteUrl property
|
|
12
|
+
|
|
9
13
|
### Contributors
|
|
10
14
|
|
|
11
|
-
Special thanks to our
|
|
15
|
+
Special thanks to our contributors (in alphabetical order): [Guido Zambarda](https://github.com/GuidoZam), [Nishkalank Bezawada](https://github.com/NishkalankBezawada).
|
|
12
16
|
|
|
13
17
|
## 3.17.0
|
|
14
18
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.18.0-beta.
|
|
1
|
+
export var version = "3.18.0-beta.7865451";
|
|
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.18.0-beta.
|
|
4
|
+
"version": "3.18.0-beta.7865451",
|
|
5
5
|
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "gulp build",
|