@pnp/spfx-controls-react 3.8.0-beta.2192304 → 3.8.0-beta.2213564
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
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
"new": [],
|
|
7
7
|
"enhancements": [
|
|
8
8
|
"`PeoplePicker`: Allow the use of multiple groupId-s [#1163](https://github.com/pnp/sp-dev-fx-controls-react/issues/1163)",
|
|
9
|
-
"`PeoplePicker`: search users in nested security groups [#1173](https://github.com/pnp/sp-dev-fx-controls-react/issues/1173)"
|
|
9
|
+
"`PeoplePicker`: search users in nested security groups [#1173](https://github.com/pnp/sp-dev-fx-controls-react/issues/1173)",
|
|
10
|
+
"`ModenrTaxonomyPicker`: Add more complete example of TaxonomyTree usage [#1190](https://github.com/pnp/sp-dev-fx-controls-react/pull/1190)"
|
|
10
11
|
],
|
|
11
12
|
"fixes": [
|
|
12
13
|
"`LocationPicker`: Resolve issue when in root site [#1162](https://github.com/pnp/sp-dev-fx-controls-react/pull/1162)",
|
|
@@ -26,6 +27,7 @@
|
|
|
26
27
|
"[Christophe Humbert](https://github.com/PathToSharePoint)",
|
|
27
28
|
"[Gautam Sheth](https://github.com/gautamdsheth)",
|
|
28
29
|
"[Joel Lopes](https://github.com/Dixdjo)",
|
|
30
|
+
"[Patrik Hellgren](https://github.com/patrikhellgren)",
|
|
29
31
|
"[Ravichandran Krishnasamy](https://github.com/ravichandran-blog)",
|
|
30
32
|
"[Rico van de Ven](https://github.com/RicoNL)",
|
|
31
33
|
"[Russell gove](https://github.com/russgove)"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.8.0-beta.
|
|
1
|
+
export var version = "3.8.0-beta.2213564";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED