@pnp/spfx-controls-react 3.15.0-beta.5474748 → 3.15.0-beta.5474766
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
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
"enhancements": [
|
|
10
10
|
"`FolderExplorer`: show files on folder explorer control [#1502](https://github.com/pnp/sp-dev-fx-controls-react/pull/1502)",
|
|
11
11
|
"`DynamicForm`: Fixed typo in property name [#1529](https://github.com/pnp/sp-dev-fx-controls-react/pull/1529)",
|
|
12
|
-
"`DynamicForm`: validation error dialog added [#1531](https://github.com/pnp/sp-dev-fx-controls-react/pull/1531/)"
|
|
12
|
+
"`DynamicForm`: validation error dialog added [#1531](https://github.com/pnp/sp-dev-fx-controls-react/pull/1531/)",
|
|
13
|
+
"`DateTimePicker`: Add new property initialPickerDate [#1581](https://github.com/pnp/sp-dev-fx-controls-react/pull/1581)"
|
|
13
14
|
|
|
14
15
|
],
|
|
15
16
|
"fixes": [
|
|
@@ -30,6 +31,7 @@
|
|
|
30
31
|
"[Desislav](https://github.com/DMichev)",
|
|
31
32
|
"[Guido Zambarda](https://github.com/GuidoZam)",
|
|
32
33
|
"[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
|
|
34
|
+
"[Rico van de Ven](https://github.com/RicoNL)",
|
|
33
35
|
"[Sharepointalist](https://github.com/sharepointalist)"
|
|
34
36
|
]
|
|
35
37
|
},
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.15.0-beta.
|
|
1
|
+
export var version = "3.15.0-beta.5474766";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED