File tree Expand file tree Collapse file tree 6 files changed +26
-2
lines changed Expand file tree Collapse file tree 6 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "version" : " 1.8.0" ,
5
+ "changes" : {
6
+ "new" : [],
7
+ "enhancements" : [
8
+ " `PeoplePicker`: ability to specify the source site to load users from [#110](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/110)"
9
+ ],
10
+ "fixes" : []
11
+ },
12
+ "contributions" : [" Joel Rodrigues" ]
13
+ },
3
14
{
4
15
"version" : " 1.7.0" ,
5
16
"changes" : {
Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
+ ## 1.8.0
4
+
5
+ ** Enhancements**
6
+
7
+ - ` PeoplePicker ` : ability to specify the source site to load users from [ #110 ] ( https://github.com/SharePoint/sp-dev-fx-controls-react/issues/110 )
8
+
3
9
## 1.7.0
4
10
5
11
** Enhancements**
Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
+ ## 1.8.0
4
+
5
+ ** Enhancements**
6
+
7
+ - ` PeoplePicker ` : ability to specify the source site to load users from [ #110 ] ( https://github.com/SharePoint/sp-dev-fx-controls-react/issues/110 )
8
+
3
9
## 1.7.0
4
10
5
11
** Enhancements**
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ The People picker control can be configured with the following properties:
67
67
| peoplePickerWPclassName | string | no | applies custom styling to the people picker element |
68
68
| peoplePickerCntrlclassName | string | no | applies custom styling to the people picker control only |
69
69
| defaultSelectedUsers | string[ ] | no | Default selected user emails |
70
+ | webAbsoluteUrl | string | no | Specify the site URL on which you want to perform the user query call. Default is the current site URL. |
70
71
71
72
72
73
![ ] ( https://telemetry.sharepointpnp.com/sp-dev-fx-controls-react/wiki/controls/PeoplePicker )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pnp/spfx-controls-react" ,
3
3
"description" : " Reusable React controls for SharePoint Framework solutions" ,
4
- "version" : " 1.7 .0" ,
4
+ "version" : " 1.8 .0" ,
5
5
"engines" : {
6
6
"node" : " >=0.10.0"
7
7
},
Original file line number Diff line number Diff line change 1
- export const version : string = "1.7 .0" ;
1
+ export const version : string = "1.8 .0" ;
You can’t perform that action at this time.
0 commit comments