@pnp/spfx-controls-react 3.15.0-beta.5360574 → 3.15.0-beta.5360967
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
|
@@ -17,12 +17,14 @@
|
|
|
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
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
|
+
"`fast-serve`: Fix issue with File and Directory Entries API [#1555](https://github.com/pnp/sp-dev-fx-controls-react/issues/1555)",
|
|
21
|
+
"`FilePicker`: Tile view issue on first render [#1558](https://github.com/pnp/sp-dev-fx-controls-react/issues/1558)"
|
|
21
22
|
]
|
|
22
23
|
},
|
|
23
24
|
"contributions": [
|
|
24
25
|
"[Andreas Omayrat](https://github.com/andreasomayrat)",
|
|
25
26
|
"[Ayoub](https://github.com/ayoubqrt)",
|
|
27
|
+
"[Desislav](https://github.com/DMichev)",
|
|
26
28
|
"[Guido Zambarda](https://github.com/GuidoZam)",
|
|
27
29
|
"[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
|
|
28
30
|
"[Sharepointalist](https://github.com/sharepointalist)"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.15.0-beta.
|
|
1
|
+
export var version = "3.15.0-beta.5360967";
|
|
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.5360967",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "gulp build",
|
|
7
7
|
"clean": "gulp clean",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"nano-css": "^5.3.4",
|
|
63
63
|
"office-ui-fabric-react": "^7.199.1",
|
|
64
64
|
"react": "17.0.1",
|
|
65
|
-
"react-accessible-accordion": "^
|
|
65
|
+
"react-accessible-accordion": "^5.0.0",
|
|
66
66
|
"react-dom": "17.0.1",
|
|
67
67
|
"react-mentions": "^4.3.0",
|
|
68
68
|
"react-quill": "2.0.0",
|