Skip to content

Commit a23e41a

Browse files
committed
Commit changes to SPServices, change @PnP/js to SharePoint API
Commit changes to SPServices, change @PnP/js to SharePoint API
2 parents 70de2d4 + 36b2f12 commit a23e41a

File tree

128 files changed

+6340
-655
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+6340
-655
lines changed

CHANGELOG.JSON

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,54 @@
11
{
22
"versions": [
3+
{
4+
"version": "1.12.0",
5+
"changes": {
6+
"new": [
7+
"`IFramePanel`: New control added [#226](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/226)"
8+
],
9+
"enhancements": [
10+
"Added `Russian` localization [#214](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/214)"
11+
],
12+
"fixes": [
13+
"`TaxonomyPicker`: Terms are sorted incorrectly under the wrong parent [#199](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/199) [#229](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/229)",
14+
"`TaxonomyPicker`: Issue with custom sort order of items underneath root terms [#231](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/199) [#229](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/231)"
15+
]
16+
},
17+
"contributions": [
18+
"[Patrik Hellgren](https://github.com/patrikhellgren)",
19+
"[David Opdendries](https://github.com/spdavid)",
20+
"[Alex Terentiev](https://github.com/AJIXuMuK)"
21+
]
22+
},
23+
{
24+
"version": "1.11.0",
25+
"changes": {
26+
"new": [
27+
"`Map`: Newly introduced map control is available [#14](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/14)",
28+
"`ChartControl`: Newly introduced control to render charts [#15](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/15)"
29+
],
30+
"enhancements": [
31+
"`PeoplePicker`: Allow the people picker to search on site level and on tenant level [#97](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/97)",
32+
"`ListView`: Added support for filtering [#99](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/99)",
33+
"`PeoplePicker`: Make the titleText property not required [#184](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/184)",
34+
"`Placeholder`: Added the ability to specify if the button can be hidden [#206](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/206)",
35+
"Updated the `office-ui-fabric-react` to the same version as in SPFx 1.7.0"
36+
],
37+
"fixes": [
38+
"`IFrameDialog`: fix for spinner which keeps appearing on the iframe [#154](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/154)",
39+
"`PeoplePicker`: fix SharePoint groups which could not be retrieved [#161](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/161)",
40+
"`TaxonomyPicker`: fix sort order with lowercased terms [#205](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/205)"
41+
]
42+
},
43+
"contributions": [
44+
"[Hugo Bernier](https://github.com/hugoabernier)",
45+
"[Asish Padhy](https://github.com/AsishP)",
46+
"[Piotr Siatka](https://github.com/siata13)",
47+
"[Anoop Tatti](https://github.com/anoopt)",
48+
"[Alex Terentiev](https://github.com/AJIXuMuK)",
49+
"[Tse Kit Yam](https://github.com/tsekityam)"
50+
]
51+
},
352
{
453
"version": "1.10.0",
554
"changes": {

CHANGELOG.md

Lines changed: 80 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,56 @@
11
# Releases
22

3+
## 1.12.0
4+
5+
### New control(s)
6+
7+
- `IFramePanel`: New control added [#226](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/226)
8+
9+
### Enhancements
10+
11+
- Added `Russian` localization [#214](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/214)
12+
13+
### Fixes
14+
15+
- `TaxonomyPicker`: Terms are sorted incorrectly under the wrong parent [#199](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/199) [#229](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/229)
16+
- `TaxonomyPicker`: Issue with custom sort order of items underneath root terms [#231](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/199) [#229](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/231)
17+
18+
### Contributors
19+
20+
Special thanks to our contributors (in alphabetical order): [Patrik Hellgren](https://github.com/patrikhellgren), [David Opdendries](https://github.com/spdavid), [Alex Terentiev](https://github.com/AJIXuMuK).
21+
22+
## 1.11.0
23+
24+
### New control(s)
25+
26+
- `Map`: Newly introduced map control is available [#14](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/14)
27+
- `ChartControl`: Newly introduced control to render charts [#15](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/15)
28+
29+
### Enhancements
30+
31+
- `PeoplePicker`: Allow the people picker to search on site level and on tenant level [#97](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/97)
32+
- `ListView`: Added support for filtering [#99](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/99)
33+
- `PeoplePicker`: Make the titleText property not required [#184](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/184)
34+
- `Placeholder`: Added the ability to specify if the button can be hidden [#206](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/206)
35+
- Updated the `office-ui-fabric-react` to the same version as in SPFx 1.7.0
36+
37+
### Fixes
38+
39+
- `IFrameDialog`: fix for spinner which keeps appearing on the iframe [#154](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/154)
40+
- `PeoplePicker`: fix SharePoint groups which could not be retrieved [#161](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/161)
41+
- `TaxonomyPicker`: fix sort order with lowercased terms [#205](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/205)
42+
43+
### Contributors
44+
45+
Special thanks to our contributors (in alphabetical order): [Hugo Bernier](https://github.com/hugoabernier), [Asish Padhy](https://github.com/AsishP), [Piotr Siatka](https://github.com/siata13), [Anoop Tatti](https://github.com/anoopt), [Alex Terentiev](https://github.com/AJIXuMuK), [Tse Kit Yam](https://github.com/tsekityam).
46+
347
## 1.10.0
448

5-
**New control(s)**
49+
### New control(s)
650

751
- `ListItemPicker`: New field control [#165](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/165)
852

9-
**Enhancements**
53+
### Enhancements
1054

1155
- Dutch localization added [#100](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/100)
1256
- German localization added [#101](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/101)
@@ -25,11 +69,11 @@ Special thanks to our contributors (in alphabetical order): [Marc D Anderson](ht
2569

2670
## 1.9.0
2771

28-
**Enhancements**
72+
### Enhancements
2973

3074
- Optimize bundle size for latest SPFx version due to Office UI Fabric specific versioning [#136](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/136)
3175

32-
**Fixes**
76+
### Fixes
3377

3478
- `FieldLookupRenderer`: Lookup dialog is empty [#131](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/131)
3579
- `IFrameDialog`: Unnecessary horizontal scroll in IFrame dialog [#132](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/132)
@@ -41,7 +85,7 @@ Special thanks to our contributors (in alphabetical order): [Gautam Sheth](https
4185

4286
## 1.8.0
4387

44-
**Enhancements**
88+
### Enhancements
4589

4690
- `PeoplePicker`: Specify to hide or show the users/groups which are hidden in the UI [#122](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/122)
4791
- `WebPartTitle`: changing font-sizes on different resolutions [#114](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/114)
@@ -53,7 +97,7 @@ Special thanks to our contributors (in alphabetical order): [Gautam Sheth](https
5397
- `TaxonomyPicker`: Disable the terms which are set as deprecated or unavailable for tagging [#109](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/109)
5498
- `PeoplePicker`: Specify principle type to retrieve (users, groups, ...) [#94](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/94)
5599

56-
**Fixes**
100+
### Fixes
57101

58102
- `FieldLookupRenderer`: Fixed URL querystring params [#126](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/126)
59103
- `IFrameDialog`: dialog width is not correct in IE11 [#118](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/118)
@@ -65,14 +109,14 @@ Special thanks to our contributors (in alphabetical order): [Thomas Lamb](https:
65109

66110
## 1.7.0
67111

68-
**Enhancements**
112+
### Enhancements
69113

70114
- `PeoplePicker`: added functionality to initialize the control with person(s) or group(s) [#98](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/98)
71115
- `PeoplePicker`: support for searching on contains [#93](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/93)
72116
- `PeoplePicker`: find user based on email address [#95](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/95)
73117
- Bundle size: statically reference Office UI Fabric components in the FieldRenderer controls [#107](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/107)
74118

75-
**Fixes**
119+
### Fixes
76120

77121
- `FieldNameRenderer` onClick does not suppress default link behavior [#103](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/103)
78122

@@ -82,11 +126,11 @@ Special thanks to our contributors (in alphabetical order): Octavie van Haaften,
82126

83127
## 1.6.0
84128

85-
**Enhancements**
129+
### Enhancements
86130

87131
- Disabled property for PeoplePicker [#88](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/88)
88132

89-
**Fixes**
133+
### Fixes
90134

91135
- New telemetry approach which allows you to use Application Insights [#81](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/81)
92136
- PeoplePicker property selectedItems not implemented? [#90](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/90)
@@ -97,15 +141,15 @@ Special thanks to our contributor: Octavie van Haaften.
97141

98142
## 1.5.0
99143

100-
**New control(s)**
144+
### New control(s)
101145

102146
- New `PeoplePicker` control added [#19](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/19)
103147

104-
**Enhancements**
148+
### Enhancements
105149

106150
- Added properties to the `TaxonomyPicker` to specify which terms are disabled/not-selectable [#82](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/82)
107151

108-
**Fixes**
152+
### Fixes
109153

110154
- Bug in `TaxonomyPicker` where values are not updated by an async change [#83](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/83)
111155
- `FieldUserRenderer` uses email prop for `GetPropertiesFor` [#84](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/84)
@@ -117,128 +161,128 @@ Special thanks to our contributors (in alphabetical order): Asish Padhy, Alex Te
117161

118162
## 1.4.0
119163

120-
**New control(s)**
164+
### New control(s)
121165

122166
- `SecurityTrimmedControl` control got added [#74](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/74)
123167

124-
**Enhancements**
168+
### Enhancements
125169

126170
- Allow the `TaxonomyPicker` to also be used in Application Customizer [#77](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/77)
127171
- Add `npm postinstall` script to automatically add the locale config [#78](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/78)
128172

129-
**Fixes**
173+
### Fixes
130174

131175
- Icon not showing up in the `Placeholder` control [#76](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/76)
132176

133177
## 1.3.0
134178

135-
**Enhancements**
179+
### Enhancements
136180

137181
- `TaxonomyPicker` control got added [#22](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/22) [#63](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/63) [#64](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/64)
138182
- `ListPicker` control got added [#34](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/34)
139183

140-
**Fixes**
184+
### Fixes
141185

142186
- Issue fixed when the optional `selection` property was not provided to the `ListView` [#65](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/65)
143187

144188
## 1.2.5
145189

146-
**Fixes**
190+
### Fixes
147191

148192
- Undo `ListView` item selection after items array updates [#55](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/55)
149193

150194
## 1.2.4
151195

152-
**Enhancements**
196+
### Enhancements
153197

154198
- Hiding placeholder title on small zones
155199

156-
**Fixes**
200+
### Fixes
157201

158202
- iFrame dialog reference fix [#52](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/52)
159203

160204
## 1.2.3
161205

162-
**Enhancements**
206+
### Enhancements
163207

164208
- Optimized telemetry so that it only pushes control data
165209
- `WebPartTitle` hide control completely when empty
166210

167211
## 1.2.2
168212

169-
**Fixes**
213+
### Fixes
170214

171215
- Fixes an issue sorting in the `ListView` control while items were selected. Indexes were not updated.
172216

173217
## 1.2.1
174218

175-
**Fixes**
219+
### Fixes
176220

177221
- `FieldTaxonomyRenderer` got fixed to support single and multiple values
178222

179223
## 1.2.0
180224

181-
**New control(s)**
225+
### New control(s)
182226

183227
- Field controls are added to the project
184228
- `IFrameDialog` was added to the project
185229

186-
**Fixes**
230+
### Fixes
187231

188232
- Fixed theming in the `WebPartTitle` control
189233

190234
## 1.1.3
191235

192-
**Fixes**
236+
### Fixes
193237

194238
- `FileTypeIcon` icon fixed where it did not render an icon. This control should now works in SPFx extensions.
195239

196240
## 1.1.2
197241

198-
**Enhancements**
242+
### Enhancements
199243

200244
- Improved telemetry with some object checks
201245

202-
**Fixes**
246+
### Fixes
203247

204248
- Fix for `WebPartTitle` control to inherit color
205249

206250
## 1.1.1
207251

208-
**Enhancements**
252+
### Enhancements
209253

210254
- Removed operation name from telemetry
211255

212256
## 1.1.0
213257

214-
**Enhancements**
258+
### Enhancements
215259

216260
- Telemetry added
217261

218262
## 1.0.0
219263

220-
**New control(s)**
264+
### New control(s)
221265

222266
- `WebPartTitle` control got added
223267

224-
**Enhancements**
268+
### Enhancements
225269

226270
- ListView control got extended with the ability to specify a set of preselected items.
227271

228272
## Beta 1.0.0-beta.8
229273

230-
**Fixes**
274+
### Fixes
231275

232276
- Fix for the `ListView` control when selection is used in combination with `setState`.
233277

234278
## Beta 1.0.0-beta.7
235279

236-
**New control(s)**
280+
### New control(s)
237281

238282
- Grouping functionality added to the `ListView` control
239283

240284
## Beta 1.0.0-beta.6
241285

242-
**New control(s)**
286+
### New control(s)
243287

244288
- Initial release

0 commit comments

Comments
 (0)