@pnp/spfx-controls-react 3.15.0-beta.4968986 → 3.15.0-beta.4969002
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
|
@@ -4,13 +4,16 @@
|
|
|
4
4
|
"version": "3.15.0",
|
|
5
5
|
"changes": {
|
|
6
6
|
"new": [],
|
|
7
|
-
"enhancements": [
|
|
7
|
+
"enhancements": [
|
|
8
|
+
"`FolderExplorer`: show files on folder explorer control [#1502](https://github.com/pnp/sp-dev-fx-controls-react/pull/1502)"
|
|
9
|
+
],
|
|
8
10
|
"fixes": [
|
|
9
11
|
"`FieldPicker`: Changed react import to fix `cannot be used as a JSX component` error [#1500](https://github.com/pnp/sp-dev-fx-controls-react/pull/1500)"
|
|
10
12
|
]
|
|
11
13
|
},
|
|
12
14
|
"contributions": [
|
|
13
|
-
"[Andreas Omayrat](https://github.com/andreasomayrat)"
|
|
15
|
+
"[Andreas Omayrat](https://github.com/andreasomayrat)",
|
|
16
|
+
"[Ayoub](https://github.com/ayoubqrt)"
|
|
14
17
|
]
|
|
15
18
|
},
|
|
16
19
|
{
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.15.0-beta.
|
|
1
|
+
export var version = "3.15.0-beta.4969002";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED