forked from pnp/sp-dev-fx-controls-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.JSON
614 lines (614 loc) · 33.6 KB
/
CHANGELOG.JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
{
"versions": [
{
"version": "1.17.0",
"changes": {
"new": [
"`ComboBoxListItemPicker` component [#292](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/292)",
"`Localization`: Project now supports localization of all SharePoint Online languages (auto translation via Cognitive Services) [#456](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/456)",
"`IconPicker`: component [#485](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/485)",
"`FolderExplorer` component [#499](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/499)"
],
"enhancements": [
"`SecurityTrimmedControl`: Added the option to show a control when the user doesn't have permissions [307](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/307)",
"`PnP Telemetry` service opt-out support [#475](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/475)",
"`TaxonomyPicker`: Possibility to hide deprecated and \"Available for Tagging\"= false terms [#421](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/421)",
"`FilePicker` - French translation [#449](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/449)",
"Slovak localization [#457](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/457)",
"`TaxonomyPicker`: Placeholder for Taxonomy Picker [#464](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/464)",
"`ListItemPicker`, `PeoplePicker`: Placeholder for `ListItemPicker` and `PeoplePicker` [#486](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/486)",
"`FilePicker`: Do not store active tab in url's hash [#488](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/488)",
"`DateTimePicker`: Placeholder property option added [#503](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/503)"
],
"fixes": [
"`RichText`: problem with edit mode [#445](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/445)",
"`ListView` documentation: Typo - the first occurrence of maxWidth should be minWidth [#400](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/400)",
"`RichText`: Text indent buttons were copy-paste of subscript and superscript buttons. Clicking on the text-indent buttons would call subscript or superscript instead. [#454](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/454)",
"`RichText`: Fix of removing text and inserting link instead [#455](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/455)",
"`FilePicker`: Read file content in IE11 [#444](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/444)",
"`ListPicker`: listPicker always return \"test\" when multiple allowed [#458](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/458)",
"`FilePicker`: Button text overflow fix + global classnames and properties",
"`FieldUserRenderer`: implementation of `api/SP.UserProfiles.PeopleManager/GetPropertiesFor` is not working on on-prem [#468](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/468)",
"`Placeholder`: Placeholder component is not rendering after a string change in it's properties [#469](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/469)",
"`ListView` documentation update: `minWidth` instead of `maxWidth` [#480](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/480)",
"`DateTimePicker`: Minutes and Seconds validation [#495](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/495)",
"`FilePicker`: bingAPIKey not working [#489](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/489)"
]
},
"contributions": [
"[Richard Gigan](https://github.com/PooLP)",
"[Reginald Johnson](https://github.com/LastGunslinger)",
"[JonasBjerke89](https://github.com/JonasBjerke89)",
"[Prasad Kasireddy](https://github.com/PrasadKasireddy)",
"[Alexander Kleshcheov](https://github.com/SharePickle)",
"[Konradox](https://github.com/Konradox)",
"[Léo Maradan](https://github.com/Leomaradan)",
"[Matej](https://github.com/Matej4386)",
"[mgwojciech](https://github.com/mgwojciech)",
"[Joel Rodrigues](https://github.com/joelfmrodrigues)",
"[Jason S](https://github.com/jason-appliedis)",
"[Piotr Siatka](https://github.com/siata13)",
"[Rabia Williams](https://github.com/rabwill)"
]
},
{
"version": "1.16.0",
"changes": {
"new": [],
"enhancements": [
"`FilePicker`: Fixes for OneDrive CORS issues [#407](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/407)",
"`ListItemPicker`: added new control property `filter` [#392](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/392)",
"allowing to use context from any type of SPFx extensions: [#419](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/419)",
"`Placeholder`: remove unused and vendor specific CSS [#426](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/426)"
],
"fixes": [
"Documentation fix for `FilePicker`: updated `accepts` value in props [#404](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/404)",
"The `FilePicker` control doesn't work in many languages due to missing localization keys [#412](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/412)",
"Documentation fix for broken links of Property Controls landing page [#388](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/388)",
"Documentation fix to include new components from v 1.15.0 [#394](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/394)",
"`DateTimePicker`: dropdown for time not handling AM/PM correctly [#405](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/409)",
"Documentation fix for `index` page: updated link to Chart controls [#417](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/417)",
"Documentation update for SPFx On Premises notice: [#418](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/418)",
"Documentation update for `ListItemPicker`: `valueColumnInternalName` should be `keyColumnInternalName`",
"`RichText`: Fix \"Align Left\" button [#429](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/429)",
"Documentation update for `FilePicker`: misspelling [#432](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/432)",
"`IFramePanel`: Fix doubled scroll issue when iframe content is higher than frame height [#431](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/431)",
"`PeoplePicker`: `errorMessage` not showing [#420](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/420)",
"`IFrameDialog`: `commitPopUp` typo causes popups with classic forms to not close after hitting save [#433](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/433)"
]
},
"contributions": [
"[Piotr Siatka](https://github.com/siata13)",
"[Dani Domínguez](https://github.com/danidz96)",
"[Siddharth Vaghasia](https://github.com/siddharth-vaghasia)",
"[João Mendes](https://github.com/joaojmendes)",
"[PrasadKasireddy](https://github.com/PrasadKasireddy)",
"[Chad Eiserloh](https://github.com/c-eiser13)",
"[Koen Zomers](https://github.com/KoenZomers)",
"[Dmitry Rogozhny](https://github.com/dmitryrogozhny)",
"[Alexander Kleshcheov](https://github.com/SharePickle)",
"[Hugo Bernier](https://github.com/hugoabernier)",
"[Beniamin](https://github.com/bbronisz)",
"[Giovani Martini](https://github.com/giovanibm)"
]
},
{
"version": "1.15.0",
"changes": {
"new": [
"`FilePicker`: New control added to the library [#366](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/366)",
"`GridLayout`: New control added to the library [#350](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/350)",
"`Carousel`: New control added to the library [#227](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/227)"
],
"enhancements": [
"`TaxonomyPicker`: Localization keys added to the buttons [#361](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/361)",
"Swedish localization support added [#359](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/359)",
"Improved German translations [#338](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/338)",
"`DateTimePicker`: added options to render time part as mask or dropdown [#330](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/330)",
"`ListItemPicker`: option to select a key column [#350](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/355), [#381](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/381)",
"Improved Russian translations [#384](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/384)",
"`RichText`: Added the ability to add a third Color Swatch Group called custom. This will allow you to add custom colors to the font color selector. [#385](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/385)"
],
"fixes": [
"`TaxonomyPicker`: Tags icon styling issue on IE11 [#356](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/356)",
"`DateTimePicker`: Does not respect dateLabel and timeLabel [#346](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/346)",
"`PeoplePicker`: Get loginName with ensureUser [#342](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/342)",
"`PeoplePicker`: Fix missing required field label [#371](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/371)"
]
},
"contributions": [
"[amortsell](https://github.com/amortsell)",
"[Hugo Bernier](https://github.com/hugoabernier)",
"[Robert Lindström](https://github.com/robert-lindstrom)",
"[pfc2k8](https://github.com/pfc2k8)",
"[Piotr Siatka](https://github.com/siata13)",
"[Alex Terentiev](https://github.com/AJIXuMuK)",
"[Luis Robertto Mello](https://github.com/mellolr1)",
"[eweintraub](https://github.com/eweintraub)"
]
},
{
"version": "1.14.0",
"changes": {
"new": [],
"enhancements": [
"German translations added for attachment and RichText controls [#333](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/333)",
"`SecurityTrimmedControl`: Added a wrapper `className` property for the parent element [#325](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/325)",
"`ListPicker`: Add ability to filter the control via OData [#319](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/319)",
"`IFrameDialog`: closing dialog on commit [#313](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/313)",
"`WebPartTitle` add support for section background color [#258](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/258)"
],
"fixes": [
"Fix in return type of onClick and onDoubleClick events [#321](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/321)",
"`ListPicker`: Fix for available dropdown selection after selection was done [#315](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/315)",
"Fixes to French translations [#312](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/312)",
"`RichText`: Issue on rendering the control in view mode [#287](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/287)"
]
},
"contributions": [
"[Amr Fouad](https://github.com/ministainer)",
"[Joel Jeffery](https://github.com/joeljeffery)",
"[Mark Powney](https://github.com/mpowney)",
"[Dominik Schmieder](https://github.com/DominikSchmieder)",
"[Alex Terentiev](https://github.com/AJIXuMuK)",
"[Zhephyr](https://github.com/Zhephyr54)"
]
},
{
"version": "1.13.2",
"changes": {
"new": [],
"enhancements": [
"Improvements to the `Lithuanian` localization [#285](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/285)"
],
"fixes": [
"`IFrameDialog`: dimensions issue [#303](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/303)",
"`DateTimePicker`: IE11 layout issue [#301](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/301)",
"`FileTypeIcon`: Only displays PDF's in SPFx `1.8.2` [#300](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/300)",
"`FieldNameRenderer`: Fails to encode URI when `hasPreview` [#296](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/296)",
"`TaxonomyPicker`: Cannot find name `TermLabelAction [#293](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/293)",
"`ListItemAttachments`: Move deleted attachments to the recycle bin [#291](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/291)",
"`DateTimePicker`: Does not respect `isMonthPickerVisible` prop [#283](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/283)",
"`ListItemAttachments`: Render issue fixed + improvements to the attachment API calls [#282](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/282)",
"`RichText`: Fixes an issue when hitting enter in the control [#277](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/277)"
]
},
"contributions": [
"[Tautvydas Duda](https://github.com/ltdu)",
"[Thomas Granheim](https://github.com/ThomasGranheim)",
"[Robert Lindström](https://github.com/robert-lindstrom)",
"[Alex Terentiev](https://github.com/AJIXuMuK)"
]
},
{
"version": "1.13.1",
"changes": {
"new": [],
"enhancements": [],
"fixes": [
"`WebPartTitle`: Fix for className property which is not defined [#281](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/281)",
"`RichText`: Fix issue where control turns drop-downs black [#279](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/279)"
]
},
"contributions": [
"[Hugo Bernier](https://github.com/hugoabernier)"
]
},
{
"version": "1.13.0",
"changes": {
"new": [
"`Progress`: New control added [#230](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/230)",
"`DateTimePicker`: New control added [#21](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/21)",
"`RichText`: New control added [#20](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/20)"
],
"enhancements": [
"`SecurityTrimmedControl`: Support for item and folder permission checks added [#271](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/271)",
"Retrieve the user its profile picture from SharePoint instead of Office 365 / Outlook [#248](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/248)",
"Added `Lithuanian` localization [#247](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/247)",
"`FileTypeIcon`: Added support for PDF icon file types [#260](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/260)",
"`WebPartTitle`: Added the ability to render a `see all` link or custom component [#228](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/228)"
],
"fixes": [
"`PeoplePicker`: Fix for single quotes around the ms-peoplepicker class [#275](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/275)",
"`RichText`: Fix for toolbar that appears at top of the page [#265](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/265)",
"`ListItemAttachments`: Updated import statement reference in the documentation [#254](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/254)",
"`ListView`: Updated documentation for the `iconFieldName` property [#245](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/245)"
]
},
"contributions": [
"[Francis](https://github.com/PzKfWg)",
"[Fredrik Andreasson](https://github.com/Varuuna)",
"[Hugo Bernier](https://github.com/hugoabernier)",
"[Tautvydas Duda](https://github.com/ltdu)",
"[Özgür Ersoy](https://github.com/moersoy)",
"[Robert Lindström](https://github.com/robert-lindstrom)",
"[Alex Terentiev](https://github.com/AJIXuMuK)"
]
},
{
"version": "1.12.0",
"changes": {
"new": [
"`ListItemAttachments`: New control added [#177](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/177)",
"`IFramePanel`: New control added [#226](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/226)"
],
"enhancements": [
"Added `Russian` localization [#214](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/214)",
"`TaxonomyPicker`: Ability to specify term actions [#237](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/237)"
],
"fixes": [
"`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)",
"`TaxonomyPicker`: Issue with custom sort order of items underneath root terms [#231](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/231)",
"`PeoplePicker`: Fix for issue where values couldn't be cleared [#234](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/234)"
]
},
"contributions": [
"[Patrik Hellgren](https://github.com/patrikhellgren)",
"[João Mendes](https://github.com/joaojmendes)",
"[David Opdendries](https://github.com/spdavid)",
"[Piotr Siatka](https://github.com/siata13)",
"[Alex Terentiev](https://github.com/AJIXuMuK)",
"[Tse Kit Yam](https://github.com/tsekityam)"
]
},
{
"version": "1.11.0",
"changes": {
"new": [
"`Map`: Newly introduced map control is available [#14](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/14)",
"`ChartControl`: Newly introduced control to render charts [#15](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/15)"
],
"enhancements": [
"`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)",
"`ListView`: Added support for filtering [#99](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/99)",
"`PeoplePicker`: Make the titleText property not required [#184](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/184)",
"`Placeholder`: Added the ability to specify if the button can be hidden [#206](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/206)",
"Updated the `office-ui-fabric-react` to the same version as in SPFx 1.7.0"
],
"fixes": [
"`IFrameDialog`: fix for spinner which keeps appearing on the iframe [#154](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/154)",
"`PeoplePicker`: fix SharePoint groups which could not be retrieved [#161](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/161)",
"`TaxonomyPicker`: fix sort order with lowercased terms [#205](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/205)"
]
},
"contributions": [
"[Hugo Bernier](https://github.com/hugoabernier)",
"[joaojmendes](https://github.com/joaojmendes)",
"[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)"
]
},
{
"version": "1.10.0",
"changes": {
"new": [
"`ListItemPicker`: New field control [#165](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/165)"
],
"enhancements": [
"Dutch localization added [#100](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/100)",
"German localization added [#101](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/101)",
"French localization added [#102](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/102)",
"`PeoplePicker`: Move defaultSelectedUsers from ComponentWillMount to ComponentDidUpdate Lifecycle [#135](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/135)",
"`PeoplePicker`: Initialize with users from a list item [#138](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/138)",
"`PeoplePicker`: Remove Messagebar error handling to match Office UI Fabric field error styling [#140](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/140)",
"`PeoplePicker`: REST API filter and nometadata header added to reduce payload [#139](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/139)",
"`PeoplePicker`: Allow to set the maximum number of suggestions `suggestionsLimit` [#143](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/143) [#148](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/148)",
"`TaxonomyPicker`: retreiving the terms in the correct custom sort order [#146](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/146)",
"`PeoplePicker`: Documentation format updated to make it easier to check the default values [#159](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/159)"
],
"fixes": []
},
"contributions": [
"[Marc D Anderson](https://github.com/sympmarc)",
"[Ole Bergtun](https://github.com/trillian74)",
"[João Mendes](https://github.com/joaojmendes)",
"[Markus Möller](https://github.com/mmsharepoint)",
"[Asish Padhy](https://github.com/AsishP)",
"[PooLP](https://github.com/PooLP)",
"[Gautam Sheth](https://github.com/gautamdsheth)",
"[Tse Kit Yam](https://github.com/tsekityam)"
]
},
{
"version": "1.9.0",
"changes": {
"new": [],
"enhancements": [
"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)"
],
"fixes": [
"`FieldLookupRenderer`: Lookup dialog is empty [#131](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/131)",
"`IFrameDialog`: Unnecessary horizontal scroll in IFrame dialog [#132](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/132)",
"`PeoplePicker`: Suggested People not loading after first selection [#134](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/134)"
]
},
"contributions": [
"[Gautam Sheth](https://github.com/gautamdsheth)",
"[Alex Terentiev](https://github.com/AJIXuMuK)"
]
},
{
"version": "1.8.0",
"changes": {
"new": [],
"enhancements": [
"`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)",
"`WebPartTitle`: changing font-sizes on different resolutions [#114](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/114)",
"`WebPartTitle`: Added accessibility tags for web part title [#121](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/121)",
"`ListView`: Resizable columns - introduced a `isResizable` property [#119](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/119)",
"`FieldNameRenderer` double click support added [#116](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/116)",
"`TaxonomyPicker`: table markup changed to DIV [#113](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/113)",
"`PeoplePicker`: ability to specify the source site to load users from [#110](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/110)",
"`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)",
"`PeoplePicker`: Specify principle type to retrieve (users, groups, ...) [#94](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/94)"
],
"fixes": [
"`FieldLookupRenderer`: Fixed URL querystring params [#126](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/126)",
"`IFrameDialog`: dialog width is not correct in IE11 [#118](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/118)",
"`PeoplePicker`: fix freezes when typing in search values [#117](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/117)"
]
},
"contributions": [
"[Thomas Lamb](https://github.com/ThomasLamb)",
"[Joel Rodrigues](https://github.com/joelfmrodrigues)",
"[Mikael Svenson](https://github.com/wobba)",
"[Alex Terentiev](https://github.com/AJIXuMuK)"
]
},
{
"version": "1.7.0",
"changes": {
"new": [],
"enhancements": [
"`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)",
"`PeoplePicker`: support for searching on contains [#93](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/93)",
"`PeoplePicker`: find user based on email address [#95](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/95)",
"Bundle size: statically reference Office UI Fabric components in the FieldRenderer controls [#107](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/107)"
],
"fixes": [
"`FieldNameRenderer` onClick does not suppress default link behavior [#103](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/103)"
]
},
"contributions": [
"Octavie van Haaften",
"Asish Padhy",
"Mikael Svenson",
"Alex Terentiev"
]
},
{
"version": "1.6.0",
"changes": {
"new": [],
"enhancements": [
"Disabled property for PeoplePicker [#88](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/88)"
],
"fixes": [
"New telemetry approach which allows you to use Application Insights [#81](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/81)",
"PeoplePicker property selectedItems not implemented? [#90](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/90)"
]
},
"contributions": [
"Octavie van Haaften"
]
},
{
"version": "1.5.0",
"changes": {
"new": [
"New `PeoplePicker` control added [#19](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/19)"
],
"enhancements": [
"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)"
],
"fixes": [
"Bug in `TaxonomyPicker` where values are not updated by an async change [#83](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/83)",
"`FieldUserRenderer` uses email prop for `GetPropertiesFor` [#84](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/84)",
"Fixed issue in single selection mode when all group items were selected in the `ListView` when user clicked on the group header [#86](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/86)"
]
},
"contributions": [
"Asish Padhy",
"Alex Terentiev"
]
},
{
"version": "1.4.0",
"changes": {
"new": [
"`SecurityTrimmedControl` control got added [#74](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/74)"
],
"enhancements": [
"Allow the `TaxonomyPicker` to also be used in Application Customizer [#77](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/77)",
"Add `npm postinstall` script to automatically add the locale config [#78](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/78)"
],
"fixes": [
"Icon not showing up in the `Placeholder` control [#76](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/76)"
]
},
"contributions": []
},
{
"version": "1.3.0",
"changes": {
"new": [],
"enhancements": [
"`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)",
"`ListPicker` control got added [#34](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/34)"
],
"fixes": [
"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)"
]
},
"contributions": []
},
{
"version": "1.2.5",
"changes": {
"new": [],
"enhancements": [],
"fixes": [
"Undo `ListView` item selection after items array updates [#55](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/55)"
]
},
"contributions": []
},
{
"version": "1.2.4",
"changes": {
"new": [],
"enhancements": [
"Hiding placeholder title on small zones"
],
"fixes": [
"iFrame dialog reference fix [#52](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/52)"
]
},
"contributions": []
},
{
"version": "1.2.3",
"changes": {
"new": [],
"enhancements": [
"Optimized telemetry so that it only pushes control data",
"`WebPartTitle` hide control completely when empty"
],
"fixes": []
},
"contributions": []
},
{
"version": "1.2.2",
"changes": {
"new": [],
"enhancements": [],
"fixes": [
"Fixes an issue sorting in the `ListView` control while items were selected. Indexes were not updated."
]
},
"contributions": []
},
{
"version": "1.2.1",
"changes": {
"new": [],
"enhancements": [],
"fixes": [
"`FieldTaxonomyRenderer` got fixed to support single and multiple values"
]
},
"contributions": []
},
{
"version": "1.2.0",
"changes": {
"new": [
"Field controls are added to the project",
"`IFrameDialog` was added to the project"
],
"enhancements": [],
"fixes": [
"Fixed theming in the `WebPartTitle` control"
]
},
"contributions": []
},
{
"version": "1.1.3",
"changes": {
"new": [],
"enhancements": [],
"fixes": [
"`FileTypeIcon` icon fixed where it did not render an icon. This control should now works in SPFx extensions."
]
},
"contributions": []
},
{
"version": "1.1.2",
"changes": {
"new": [],
"enhancements": [
"Improved telemetry with some object checks"
],
"fixes": [
"Fix for `WebPartTitle` control to inherit color"
]
},
"contributions": []
},
{
"version": "1.1.1",
"changes": {
"new": [],
"enhancements": [
"Removed operation name from telemetry"
],
"fixes": []
},
"contributions": []
},
{
"version": "1.1.0",
"changes": {
"new": [],
"enhancements": [
"Telemetry added"
],
"fixes": []
},
"contributions": []
},
{
"version": "1.0.0",
"changes": {
"new": [
"`WebPartTitle` control got added"
],
"enhancements": [
"ListView control got extended with the ability to specify a set of preselected items."
],
"fixes": []
},
"contributions": []
},
{
"version": "Beta 1.0.0-beta.8",
"changes": {
"new": [],
"enhancements": [],
"fixes": [
"Fix for the `ListView` control when selection is used in combination with `setState`."
]
},
"contributions": []
},
{
"version": "Beta 1.0.0-beta.7",
"changes": {
"new": [
"Grouping functionality added to the `ListView` control"
],
"enhancements": [],
"fixes": []
},
"contributions": []
},
{
"version": "Beta 1.0.0-beta.6",
"changes": {
"new": [
"Initial release"
],
"enhancements": [],
"fixes": []
},
"contributions": []
}
]
}