@pnp/spfx-controls-react 3.8.0-beta.2192127 → 3.8.0-beta.2192144
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
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
"version": "3.8.0",
|
|
5
5
|
"changes": {
|
|
6
6
|
"new": [],
|
|
7
|
-
"enhancements": [
|
|
7
|
+
"enhancements": [
|
|
8
|
+
"`PeoplePicker`: Allow the use of multiple groupId-s [#1163](https://github.com/pnp/sp-dev-fx-controls-react/issues/1163)"
|
|
9
|
+
],
|
|
8
10
|
"fixes": [
|
|
9
11
|
"`LocationPicker`: Resolve issue when in root site [#1162](https://github.com/pnp/sp-dev-fx-controls-react/pull/1162)",
|
|
10
12
|
"`TreeView`: TreeView Control is broken after updating to v3.7.0 [#1170](https://github.com/pnp/sp-dev-fx-controls-react/issues/1170)",
|
|
@@ -16,6 +18,7 @@
|
|
|
16
18
|
]
|
|
17
19
|
},
|
|
18
20
|
"contributors": [
|
|
21
|
+
"[Andreas Omayrat](https://github.com/andreasomayrat)",
|
|
19
22
|
"[brianpmccullough](https://github.com/brianpmccullough)",
|
|
20
23
|
"[Gautam Sheth](https://github.com/gautamdsheth)",
|
|
21
24
|
"[Joel Lopes](https://github.com/Dixdjo)",
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
## 3.8.0
|
|
4
4
|
|
|
5
|
+
### Enhancements
|
|
6
|
+
|
|
7
|
+
- `PeoplePicker`: Allow the use of multiple groupId-s [#1163](https://github.com/pnp/sp-dev-fx-controls-react/issues/1163)
|
|
8
|
+
|
|
5
9
|
### Fixes
|
|
6
10
|
|
|
7
11
|
- `LocationPicker`: Resolve issue when in root site [#1162](https://github.com/pnp/sp-dev-fx-controls-react/pull/1162)
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.8.0-beta.
|
|
1
|
+
export var version = "3.8.0-beta.2192144";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED