@pnp/spfx-controls-react 3.11.0-beta.3395584 → 3.11.0-beta.3395593
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
|
@@ -10,12 +10,14 @@
|
|
|
10
10
|
"fixes": [
|
|
11
11
|
"`FilePicker`: panel causes SharePoint to Throttle due to infinite loop fetching files [#1325](https://github.com/pnp/sp-dev-fx-controls-react/issues/1325)",
|
|
12
12
|
"`ContentTypePicker`: problem importing control [#1337](https://github.com/pnp/sp-dev-fx-controls-react/issues/1337)",
|
|
13
|
-
"`FilePicker`: correctly request data from provided `webAbsoluteUrl` [#1340](https://github.com/pnp/sp-dev-fx-controls-react/pull/1340)"
|
|
13
|
+
"`FilePicker`: correctly request data from provided `webAbsoluteUrl` [#1340](https://github.com/pnp/sp-dev-fx-controls-react/pull/1340)",
|
|
14
|
+
"Remove invalid comma in tsconfig.json [#1341](https://github.com/pnp/sp-dev-fx-controls-react/pull/1341)"
|
|
14
15
|
]
|
|
15
16
|
},
|
|
16
17
|
"contributions": [
|
|
17
18
|
"[Nizar Grindi](https://github.com/NizarGrindi)",
|
|
18
19
|
"[Paolo Pialorsi](https://github.com/PaoloPia)",
|
|
20
|
+
"[Patrik Hellgren](https://github.com/patrikhellgren)",
|
|
19
21
|
"[Peter Paul Kirschner](https://github.com/petkir)",
|
|
20
22
|
"[Victor Romanov](https://github.com/VRomanovTau)"
|
|
21
23
|
]
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.11.0-beta.
|
|
1
|
+
export var version = "3.11.0-beta.3395593";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED