@pnp/spfx-controls-react 3.15.0-beta.5236262 → 3.15.0-beta.5267974
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
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
"`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)",
|
|
17
17
|
"`Localization`: Fixes to Italian localization [#1532](https://github.com/pnp/sp-dev-fx-controls-react/pull/1532)",
|
|
18
18
|
"`Localization`: Fixes to Netherlands localization [#1537](https://github.com/pnp/sp-dev-fx-controls-react/pull/1537)",
|
|
19
|
-
"`ListItemAttachments`: Fix the OnClick handler when clicking on the document card [#1541](https://github.com/pnp/sp-dev-fx-controls-react/issues/1541)"
|
|
19
|
+
"`ListItemAttachments`: Fix the OnClick handler when clicking on the document card [#1541](https://github.com/pnp/sp-dev-fx-controls-react/issues/1541)",
|
|
20
|
+
"`fast-serve`: Fix issue with File and Directory Entries API [#1555](https://github.com/pnp/sp-dev-fx-controls-react/issues/1555)"
|
|
20
21
|
]
|
|
21
22
|
},
|
|
22
23
|
"contributions": [
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.15.0-beta.
|
|
1
|
+
export var version = "3.15.0-beta.5267974";
|
|
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.15.0-beta.
|
|
4
|
+
"version": "3.15.0-beta.5267974",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "gulp build",
|
|
7
7
|
"clean": "gulp clean",
|
|
@@ -93,6 +93,7 @@
|
|
|
93
93
|
"@types/react-mentions": "^4.1.3",
|
|
94
94
|
"@types/sinon": "10.0.13",
|
|
95
95
|
"@types/webpack-env": "~1.15.2",
|
|
96
|
+
"@types/wicg-entries-api": "^2020.8.2",
|
|
96
97
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
|
|
97
98
|
"ajv": "6.12.5",
|
|
98
99
|
"amd-loader": "0.0.8",
|