@pnp/spfx-controls-react 3.11.0-beta.3457153 → 3.11.0-beta.3457174
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
|
@@ -15,10 +15,12 @@
|
|
|
15
15
|
"`ModernTaxonomyPicker`: improve display of the term path to align with out of the box control UI [#1343](https://github.com/pnp/sp-dev-fx-controls-react/pull/1343)",
|
|
16
16
|
"`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
17
|
"`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
|
-
"Remove invalid comma in tsconfig.json [#1341](https://github.com/pnp/sp-dev-fx-controls-react/pull/1341)"
|
|
18
|
+
"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)"
|
|
19
20
|
]
|
|
20
21
|
},
|
|
21
22
|
"contributions": [
|
|
23
|
+
"[Edin Kapic](https://github.com/ekapic)",
|
|
22
24
|
"[Nello D'Andrea](https://github.com/ferrarirosso)",
|
|
23
25
|
"[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
|
|
24
26
|
"[Nizar Grindi](https://github.com/NizarGrindi)",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.11.0-beta.
|
|
1
|
+
export var version = "3.11.0-beta.3457174";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED