@pnp/spfx-controls-react 3.15.0-beta.4969021 → 3.15.0-beta.4969026
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
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
"new": [],
|
|
7
7
|
"enhancements": [
|
|
8
8
|
"`FolderExplorer`: show files on folder explorer control [#1502](https://github.com/pnp/sp-dev-fx-controls-react/pull/1502)",
|
|
9
|
-
"`Dynamic Form`: Fixed typo in property name [#1529](https://github.com/pnp/sp-dev-fx-controls-react/pull/1529)"
|
|
9
|
+
"`Dynamic Form`: Fixed typo in property name [#1529](https://github.com/pnp/sp-dev-fx-controls-react/pull/1529)",
|
|
10
|
+
"`Localization`: Fixes to italian localization [#1532](https://github.com/pnp/sp-dev-fx-controls-react/pull/1532)"
|
|
10
11
|
],
|
|
11
12
|
"fixes": [
|
|
12
13
|
"`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)"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.15.0-beta.
|
|
1
|
+
export var version = "3.15.0-beta.4969026";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED