@pnp/spfx-controls-react 3.18.0-beta.8147843 → 3.18.0-beta.8147924
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
CHANGED
|
@@ -12,11 +12,13 @@
|
|
|
12
12
|
"fixes": [
|
|
13
13
|
"`FolderPicker`: Update documentation on how to use the control with siteAbsoluteUrl property [#1743](https://github.com/pnp/sp-dev-fx-controls-react/pull/1743)",
|
|
14
14
|
"Readme documents highlight extension does not work correctly [#1495](https://github.com/pnp/sp-dev-fx-controls-react/issues/1495)",
|
|
15
|
-
"`DynamicForm`: Error on rendering DynamicForm when having a Date Field with internal name starting with underscore ('_')[#1738](https://github.com/pnp/sp-dev-fx-controls-react/issues/1738)"
|
|
15
|
+
"`DynamicForm`: Error on rendering DynamicForm when having a Date Field with internal name starting with underscore ('_')[#1738](https://github.com/pnp/sp-dev-fx-controls-react/issues/1738)",
|
|
16
|
+
"`DynamicForm`: Dynamic form loading error in other site [#1758](https://github.com/pnp/sp-dev-fx-controls-react/issues/1758)"
|
|
16
17
|
]
|
|
17
18
|
},
|
|
18
19
|
"contributions": [
|
|
19
20
|
"[Guido Zambarda](https://github.com/GuidoZam)",
|
|
21
|
+
"[IRRDC](https://github.com/IRRDC)",
|
|
20
22
|
"[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
|
|
21
23
|
"[srpmtt](https://github.com/srpmtt)"
|
|
22
24
|
]
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.18.0-beta.
|
|
1
|
+
export var version = "3.18.0-beta.8147924";
|
|
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.8147924",
|
|
5
5
|
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "gulp build",
|