@pnp/spfx-controls-react 3.8.0-beta.2192168 → 3.8.0-beta.2192186
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
|
-
"`PeoplePicker`: Allow the use of multiple groupId-s [#1163](https://github.com/pnp/sp-dev-fx-controls-react/issues/1163)"
|
|
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
10
|
],
|
|
10
11
|
"fixes": [
|
|
11
12
|
"`LocationPicker`: Resolve issue when in root site [#1162](https://github.com/pnp/sp-dev-fx-controls-react/pull/1162)",
|
|
@@ -24,7 +25,8 @@
|
|
|
24
25
|
"[Christophe Humbert](https://github.com/PathToSharePoint)",
|
|
25
26
|
"[Gautam Sheth](https://github.com/gautamdsheth)",
|
|
26
27
|
"[Joel Lopes](https://github.com/Dixdjo)",
|
|
27
|
-
"[Ravichandran Krishnasamy](https://github.com/ravichandran-blog)"
|
|
28
|
+
"[Ravichandran Krishnasamy](https://github.com/ravichandran-blog)",
|
|
29
|
+
"[Rico van de Ven](https://github.com/RicoNL)"
|
|
28
30
|
]
|
|
29
31
|
},
|
|
30
32
|
{
|
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
### Enhancements
|
|
6
6
|
|
|
7
7
|
- `PeoplePicker`: Allow the use of multiple groupId-s [#1163](https://github.com/pnp/sp-dev-fx-controls-react/issues/1163)
|
|
8
|
+
- `PeoplePicker`: search users in nested security groups [#1173](https://github.com/pnp/sp-dev-fx-controls-react/issues/1173)
|
|
8
9
|
|
|
9
10
|
### Fixes
|
|
10
11
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.8.0-beta.
|
|
1
|
+
export var version = "3.8.0-beta.2192186";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED