@pnp/spfx-controls-react 3.11.0-beta.3469797 → 3.11.0-beta.3469817
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
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"changes": {
|
|
6
6
|
"new": [],
|
|
7
7
|
"enhancements": [
|
|
8
|
-
"`DynamicForm`: support cretion of document sets [#1335](https://github.com/pnp/sp-dev-fx-controls-react/pull/1335)"
|
|
8
|
+
"`DynamicForm`: support cretion of document sets [#1335](https://github.com/pnp/sp-dev-fx-controls-react/pull/1335)",
|
|
9
|
+
"`SitePicker`: add HubId to filter to only sites within a hub [#1346](https://github.com/pnp/sp-dev-fx-controls-react/issues/1346)"
|
|
9
10
|
],
|
|
10
11
|
"fixes": [
|
|
11
12
|
"`FilePicker`: panel causes SharePoint to Throttle due to infinite loop fetching files [#1325](https://github.com/pnp/sp-dev-fx-controls-react/issues/1325)",
|
|
@@ -16,10 +17,12 @@
|
|
|
16
17
|
"`FolderPicker`: get folders of other site url instead of the current context/site [#1305](https://github.com/pnp/sp-dev-fx-controls-react/issues/1305)",
|
|
17
18
|
"`FilePicker`: browsing Site / Doclibs loops and floods SPO Service with requests and causes http 429 [#1350](https://github.com/pnp/sp-dev-fx-controls-react/issues/1350)",
|
|
18
19
|
"Remove invalid comma in tsconfig.json [#1341](https://github.com/pnp/sp-dev-fx-controls-react/pull/1341)",
|
|
19
|
-
"`TaxonomyPicker`: control allows select deprecated/untaggable terms when typing [#1093](https://github.com/pnp/sp-dev-fx-controls-react/issues/1093)"
|
|
20
|
+
"`TaxonomyPicker`: control allows select deprecated/untaggable terms when typing [#1093](https://github.com/pnp/sp-dev-fx-controls-react/issues/1093)",
|
|
21
|
+
"`SitePicker`: prevent infinite loop when fetching sites [#1346](https://github.com/pnp/sp-dev-fx-controls-react/issues/1346)"
|
|
20
22
|
]
|
|
21
23
|
},
|
|
22
24
|
"contributions": [
|
|
25
|
+
"[Carlos Marins Jr](https://github.com/kadu-jr)",
|
|
23
26
|
"[Edin Kapic](https://github.com/ekapic)",
|
|
24
27
|
"[Nello D'Andrea](https://github.com/ferrarirosso)",
|
|
25
28
|
"[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.11.0-beta.
|
|
1
|
+
export var version = "3.11.0-beta.3469817";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED