forked from pnp/sp-dev-fx-property-controls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.json
809 lines (809 loc) · 41.3 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
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
{
"versions": [
{
"version": "3.7.0",
"changes": {
"new": [],
"enhancements": [
"`PropertyFieldListPicker`: ability to provide content type id [#441](https://github.com/pnp/sp-dev-fx-property-controls/pull/441)",
"`PropertyFieldColorPicker`: provide preview of the current selected color [#447](https://github.com/pnp/sp-dev-fx-property-controls/issues/447)"
],
"fixes": []
},
"contributions": [
"[Milan Holemans](https://github.com/milanholemans)",
"[Russell gove](https://github.com/russgove)"
]
},
{
"version": "3.6.0",
"changes": {
"new": [
"`PropertyFieldMonacoEditor`: new control - Monaco editor [#439](https://github.com/pnp/sp-dev-fx-property-controls/pull/439)"
],
"enhancements": [
"SharePoint Framework v1.14.0 support",
"Improved documentation"
],
"fixes": [
"`PropertyFieldCollectionData`: Add button is disabled when it should not be [#436](https://github.com/pnp/sp-dev-fx-property-controls/issues/436)"
]
},
"contributions": [
"[Chad Eiserloh](https://github.com/c-eiser13)",
"[GuidoZam](https://github.com/GuidoZam)",
"[João Mendes](https://github.com/joaojmendes)"
]
},
{
"version": "3.5.0",
"changes": {
"new": [],
"enhancements": [],
"fixes": [
"Multiple controls: Update imports to support controls in ACEs [#431](https://github.com/pnp/sp-dev-fx-property-controls/issues/431)"
]
},
"contributions": []
},
{
"version": "3.4.0",
"changes": {
"new": [],
"enhancements": [
"`PropertyFieldFilePicker`: ability to set default tab [#412](https://github.com/pnp/sp-dev-fx-property-controls/issues/412)",
"`PropertyFieldCollectionData`: ability to use `IconPicker` for icon field [#423](https://github.com/pnp/sp-dev-fx-property-controls/pull/423)",
"`PropertyFieldFilePicker`: Added a feature to allow external links / Added a feature to show the Site Pages in the Site tab [#421](https://github.com/pnp/sp-dev-fx-property-controls/pull/421)"
],
"fixes": [
"`PropertyFieldSearch`: documentation fix [#417](https://github.com/pnp/sp-dev-fx-property-controls/pull/417)",
"`FilePicker`: cannot find library by its name in multilingual sites [#389](https://github.com/pnp/sp-dev-fx-property-controls/issues/389)",
"`PropertyFieldDateTimePicker`: `formatDate` property doesn't apply to the textbox value in the property pane [#388](https://github.com/pnp/sp-dev-fx-property-controls/issues/388)",
"`PropertyFieldCollectionData`: number input shows placeholder instead of 0 [#379](https://github.com/pnp/sp-dev-fx-property-controls/issues/379)",
"`PropertyFieldChoiceGroupWithCallout`: iconProps not working [#424](https://github.com/pnp/sp-dev-fx-property-controls/issues/424)"
]
},
"contributions": [
"[19ahmed99](https://github.com/19ahmed99)",
"[Christian Frizell](https://github.com/chrisfriz)",
"[GuidoZam](https://github.com/GuidoZam)"
]
},
{
"version": "3.3.0",
"changes": {
"new": [],
"enhancements": [
"SharePoint Framework v1.13.* support",
"`PropertyPanePropertyEditor`: Add translations for property editor control button and header [#399](https://github.com/pnp/sp-dev-fx-property-controls/pull/399)",
"`PropertyFieldCollectionData`: Adds conditional column visibility [#394](https://github.com/pnp/sp-dev-fx-property-controls/pull/394)",
"Include `mystrings.d.ts` in definition output [#393](https://github.com/pnp/sp-dev-fx-property-controls/pull/393)",
"`PropertyFieldCollectionData`: `onGetErrorMessage` support for boolean, custom and color fields. [#395](https://github.com/pnp/sp-dev-fx-property-controls/pull/395)",
"`PropertyFieldCodeEditor`: Added `panelWidth` property [#404](https://github.com/pnp/sp-dev-fx-property-controls/issues/404)",
"`PropertyFieldCollectionData`: Allow falsey keys as dropdown options [#397](https://github.com/pnp/sp-dev-fx-property-controls/pull/397)",
"`PropertyFieldFilePicker`: Add a handler to close a filepicker [#401](https://github.com/pnp/sp-dev-fx-property-controls/issues/401)"
],
"fixes": [
"`PropertyPanePropertyEditor`: Minor fix to allow PropertyEditor control to update properties when their current value is blank [#384](https://github.com/pnp/sp-dev-fx-property-controls/pull/384)",
"`PropertyFieldSitePicker`: Some sites do not show up in Property Field Site Picker control [#402](https://github.com/pnp/sp-dev-fx-property-controls/issues/402)",
"`PropertyFieldOrder`: Not working with array of objects [#396](https://github.com/pnp/sp-dev-fx-property-controls/issues/396)"
]
},
"contributions": [
"[ellinge](https://github.com/ellinge)",
"[M365Bass](https://github.com/M365Bass)",
"[Patrik Hellgren](https://github.com/patrikhellgren)"
]
},
{
"version": "3.2.0",
"changes": {
"new": [],
"enhancements": [
"`PropertyFieldColorPicker`: Add debounce property to color picker control [#352](https://github.com/pnp/sp-dev-fx-property-controls/issues/352)",
"`fast-serve`: Add fast-serve support [#370](https://github.com/pnp/sp-dev-fx-property-controls/pull/370/files)"
],
"fixes": [
"`PropertyFieldFilePicker`: Stock images url is getting a 404 server error [#364](https://github.com/pnp/sp-dev-fx-property-controls/issues/364)",
"`PropertyFieldColumnPicker`: Filter not working properly [#356](https://github.com/pnp/sp-dev-fx-property-controls/issues/356)",
"`PropertyFieldTextWithCallout`: Fix TextWithCallout read-only in SPFx 1.12.1 [#372](https://github.com/pnp/sp-dev-fx-property-controls/pull/372)",
"`PropertyFieldFilePicker`: React crash on large folders [#371](https://github.com/pnp/sp-dev-fx-property-controls/pull/371)",
"`PropertyFieldFilePicker`: documentation formatting fix [#368](https://github.com/pnp/sp-dev-fx-property-controls/pull/368)",
"`PropertyFieldCollectionData`: PropertyFieldCollectionData is not setting sortIdx on resulting collection when using Add and Save [#369](https://github.com/pnp/sp-dev-fx-property-controls/issues/369)"
]
},
"contributions": [
"[Ari Gunawan](https://github.com/AriGunawan)",
"[Chrisrb05](https://github.com/Chrisrb05)",
"[Gautam Sheth](https://github.com/gautamdsheth)",
"[Konrad K.](https://github.com/wilecoyotegenius)",
"[Mark Bice](https://github.com/mbice)",
"[Sergei Sergeev](https://github.com/s-KaiNet)"
]
},
{
"version": "3.1.0",
"changes": {
"new": [],
"enhancements": [
"SharePoint Framework v1.12.1 support",
"`PropertyFieldColumnPicker`: Multiselect dropdown option [#354](https://github.com/pnp/sp-dev-fx-property-controls/pull/354)"
],
"fixes": [
"`PropertyFieldSitePicker`: Site Picker doesn't return sites with title starting from the typed string [#355](https://github.com/pnp/sp-dev-fx-property-controls/issues/355)"
]
},
"contributions": [
"[Sudharsan Kesavanarayanan](https://github.com/sudharsank)"
]
},
{
"version": "3.0.0",
"changes": {
"new": [],
"enhancements": [
"SharePoint Framework v1.12 support (Breaking change)",
"FLuent UI v7 support"
],
"fixes": []
},
"contributions": []
},
{
"version": "2.7.0",
"changes": {
"new": [],
"enhancements": [
"`PropertyFieldColorPicker`: Add debounce property to color picker control [#352](https://github.com/pnp/sp-dev-fx-property-controls/issues/352)"
],
"fixes": [
"`PropertyFieldFilePicker`: Stock images url is getting a 404 server error [#364](https://github.com/pnp/sp-dev-fx-property-controls/issues/364)",
"`PropertyFieldColumnPicker`: Filter not working properly [#356](https://github.com/pnp/sp-dev-fx-property-controls/issues/356)",
"`PropertyFieldFilePicker`: React crash on large folders [#371](https://github.com/pnp/sp-dev-fx-property-controls/pull/371)",
"`PropertyFieldCollectionData`: PropertyFieldCollectionData is not setting sortIdx on resulting collection when using Add and Save [#369](https://github.com/pnp/sp-dev-fx-property-controls/issues/369)"
]
},
"contributions": [
"[Chrisrb05](https://github.com/Chrisrb05)",
"[Konrad K.](https://github.com/wilecoyotegenius)",
"[Mark Bice](https://github.com/mbice)"
]
},
{
"version": "2.6.0",
"changes": {
"new": [],
"enhancements": [],
"fixes": [
"`PropertyFieldSitePicker`: Site Picker doesn't return sites with title starting from the typed string [#355](https://github.com/pnp/sp-dev-fx-property-controls/issues/355)"
]
},
"contributions": []
},
{
"version": "2.5.0",
"changes": {
"new": [
"`PropertyFieldEditableComboBox`: new editable combobox control based on Fluent ComboBox. [#339](https://github.com/pnp/sp-dev-fx-property-controls/pull/339)",
"`PropertyFieldColumnPicker`: new column picker control [#343](https://github.com/pnp/sp-dev-fx-property-controls/pull/343)"
],
"enhancements": [],
"fixes": [
"`PropertyFieldNumber`: The property field number is loosing decimal value on futher edits of the properties. [#344](https://github.com/pnp/sp-dev-fx-property-controls/issues/344)",
"`PropertyFieldCollectionData`: validation error persists after item deletion [#341](https://github.com/pnp/sp-dev-fx-property-controls/issues/341)",
"`FolderPicker`: Correct FolderPicker link alignment"
]
},
"contributions": [
"[Mike Homol](https://github.com/mhomol)",
"[Sudharsan Kesavanarayanan](https://github.com/sudharsank)",
"[Victor Pollet](https://github.com/TheThor59)"
]
},
{
"version": "2.4.0",
"changes": {
"new": [],
"enhancements": [
"`PropertyFieldCodeEditor`: Added an `options` property to the CodeEditor. Allows setting of any of the Ace Editor options outlined [here](https://github.com/ajaxorg/ace/wiki/Configuring-Ace) [#322](https://github.com/pnp/sp-dev-fx-property-controls/pull/322)",
"`PropertyFieldCollectionData`: Support for a Color Picker control [#326](https://github.com/pnp/sp-dev-fx-property-controls/issues/326)",
"Support for nested web part properties (example: `targetProperty`: 'a.b.c') in all controls",
"`PropertyFieldSitePicker`: display site URL [#330](https://github.com/pnp/sp-dev-fx-property-controls/issues/330)",
"`PropertyPanePropertyEditor`: Support of dynamic properties (`DynamicData`) [#331](https://github.com/pnp/sp-dev-fx-property-controls/issues/331)"
],
"fixes": [
"Documentation fix for `PropertyFIeldPassword`: `value` is of type `string`, not `number`. [#324](https://github.com/pnp/sp-dev-fx-property-controls/pull/324)",
"`PropertyFieldCollectionData`: Dropdown validation not working as expected [#321](https://github.com/pnp/sp-dev-fx-property-controls/issues/321)",
"`PropertyFieldPeoplePicker`: targetProperty is not updated properly when using nested/complex attributes [#221](https://github.com/pnp/sp-dev-fx-property-controls/issues/221)",
"`PropertyFieldSitePicker`: if a single subsite is selected all others are selected as well [#329](https://github.com/pnp/sp-dev-fx-property-controls/issues/329)"
]
},
"contributions": [
"[Corey Roth](https://github.com/coreyroth)",
"[kflogdev](https://github.com/kflogdev)"
]
},
{
"version": "2.3.0",
"changes": {
"new": [
"`PropertyFieldIconPicker`: new icon picker control [#319](https://github.com/pnp/sp-dev-fx-property-controls/pull/319)"
],
"enhancements": [
"`PropertyFieldTermPicker`: two properties: `areTermsSelectable` and `areTermsHidden` [#313](https://github.com/pnp/sp-dev-fx-property-controls/pull/313)",
"`PropertyFieldListPicker`: ability to return Title and relative URL of the list [#281](https://github.com/pnp/sp-dev-fx-property-controls/issues/281)"
],
"fixes": [
"Documentation fix: spelling fix on `index.md` [#320](https://github.com/pnp/sp-dev-fx-property-controls/pull/320)"
]
},
"contributions": [
"[Corey Roth](https://github.com/coreyroth)",
"[Gautam Sheth](https://github.com/gautamdsheth)",
"[Jonathan Cardy](https://github.com/johnnycardy)",
"[Konrad K.](https://github.com/wilecoyotegenius)"
]
},
{
"version": "2.2.0",
"changes": {
"new": [
"`PropertyFieldTeamPicker`: new Teams picker control [#303](https://github.com/pnp/sp-dev-fx-property-controls/pull/303)"
],
"enhancements": [],
"fixes": []
},
"contributions": [
"[João Mendes](https://github.com/joaojmendes)"
]
},
{
"version": "2.1.1",
"changes": {
"new": [],
"enhancements": [],
"fixes": [
"Localizations fix [#311](https://github.com/pnp/sp-dev-fx-property-controls/issues/311)"
]
},
"contributions": []
},
{
"version": "2.1.0",
"changes": {
"new": [],
"enhancements": [
"Auto-generated localizations",
"`PropertyFieldNumber`: ability to set float values [#299](https://github.com/pnp/sp-dev-fx-property-controls/pull/299)",
"`PropertyFieldGuid`: new GUID editor control [#300](https://github.com/pnp/sp-dev-fx-property-controls/pull/300)",
"`FolderExplorerService`: support special characters if folder name [#305](https://github.com/pnp/sp-dev-fx-property-controls/pull/305)",
"`FilePicker`: Stock Images support [#306](https://github.com/pnp/sp-dev-fx-property-controls/pull/306)"
],
"fixes": [
"Documentation: Fixed formatting of list of Controls [#298](https://github.com/pnp/sp-dev-fx-property-controls/pull/298)",
"`PropertyFieldNumber`: gives \"Maximum update depth exceeded\" error [#282](https://github.com/pnp/sp-dev-fx-property-controls/issues/282)",
"Documentation fix: `PropertyFieldCollectionData` - required custom field should call `onUpdate` before `onError` to correctly display required error message [#284](https://github.com/pnp/sp-dev-fx-property-controls/issues/284)",
"`PropertyFieldNumber`: Improper handling of falsey minValue or maxValue [#150](https://github.com/pnp/sp-dev-fx-property-controls/issues/150)",
"`PropertyFieldFilePicker`: Org Assets library is not displayed [#295](https://github.com/pnp/sp-dev-fx-property-controls/issues/295)"
]
},
"contributions": [
"[Anoop Tatti](https://github.com/anoopt)",
"[Gautam Sheth](https://github.com/gautamdsheth)",
"[Jim Love](https://github.com/jimmywim)"
]
},
{
"version": "2.0.0",
"changes": {
"new": [
"`Office UI Fabric` version 6 support"
],
"enhancements": [],
"fixes": []
},
"contributions": []
},
{
"version": "1.20.0",
"changes": {
"new": [
"`PropertyFieldRoleDefinitionPicker`: new Role Definition Picker control [#268](https://github.com/pnp/sp-dev-fx-property-controls/pull/268)",
"`PropertyFieldFolderPicker`: new Folder Picker control [#272](https://github.com/pnp/sp-dev-fx-property-controls/issues/272)",
"`PropertyPaneMarkdownContent`: new Markdown Content control [#162](https://github.com/pnp/sp-dev-fx-property-controls/issues/162)"
],
"enhancements": [
"`PropertyFieldCollectionData`: Dynamic options [#260](https://github.com/pnp/sp-dev-fx-property-controls/issues/260)"
],
"fixes": [
"Documentation fix: Link to `PropertyFieldListPicker` control points to `PropertyFieldMessage` [#269](https://github.com/pnp/sp-dev-fx-property-controls/issues/269)",
"Readme fix: fixed link to project guides [#271](https://github.com/pnp/sp-dev-fx-property-controls/pull/271)",
"`PropertyFieldViewPicker`: Unable to load Views from another site [#263](https://github.com/pnp/sp-dev-fx-property-controls/issues/263)"
]
},
"contributions": [
"[Gautam Sheth](https://github.com/gautamdsheth)",
"[Hugo Bernier](https://github.com/hugoabernier)",
"[Lars Fernhomberg](https://github.com/lafe)"
]
},
{
"version": "1.19.0",
"changes": {
"new": [
"`PropertyFieldMessage`: new Message control [#248](https://github.com/pnp/sp-dev-fx-property-controls/pull/248)",
"`PropertyFieldSearch`: new Search control [#248](https://github.com/pnp/sp-dev-fx-property-controls/pull/248)",
"`PropertyFieldSpinner`: new Spinner control [#248](https://github.com/pnp/sp-dev-fx-property-controls/pull/248)",
"`PropertyFieldFilePicker`: new File Picker control [#265](https://github.com/pnp/sp-dev-fx-property-controls/pull/265)"
],
"enhancements": [
"`PropertyFieldDateTimePicker`: Add ability to hide Date and show only Time field [#195](https://github.com/pnp/sp-dev-fx-property-controls/issues/195)",
"`PropertyFieldCodeEditor`: Format code [#165](https://github.com/pnp/sp-dev-fx-property-controls/issues/165)"
],
"fixes": [
"Documentation fix for `PropertyFieldDateTimePicker`: The link for `OnGetErrorMessage` documentation is broken in this page",
"Documentation: Added `PnPTelemetry` import example [#259](https://github.com/pnp/sp-dev-fx-property-controls/pull/259)",
"`PropertyPanePropertyEditor`:Fix for dynamic data properties [#200](https://github.com/pnp/sp-dev-fx-property-controls/issues/200)",
"`PropertyFieldPeoplePicker`: People Picker doesn't search for groups [#239](https://github.com/pnp/sp-dev-fx-property-controls/issues/239)",
"Controls with callout: control's label should be disabled if the `disabled` prop is set to `true`"
]
},
"contributions": [
"[Lars Fernhomberg](https://github.com/lafe)",
"[João Mendes](https://github.com/joaojmendes)",
"[Nanddeep Nachan](https://github.com/nanddeepn)",
"[Ram](https://github.com/RamPrasadMeenavalli)",
"[Gautam Sheth](https://github.com/gautamdsheth)"
]
},
{
"version": "1.18.0",
"changes": {
"new": [
"`PropertyFieldViewPicker`: View picker control [#230](https://github.com/pnp/sp-dev-fx-property-controls/pull/230)",
"`PropertyFieldPassword`: password editor control [#237](https://github.com/pnp/sp-dev-fx-property-controls/pull/237)"
],
"enhancements": [],
"fixes": [
"`PropertyFieldSitePicker` documentation title fix [#229](https://github.com/pnp/sp-dev-fx-property-controls/pull/229)",
"`PropertyFieldSitePicker`: doesn't work at root site [#231](https://github.com/pnp/sp-dev-fx-property-controls/issues/231)"
]
},
"contributions": [
"[Ari Gunawan](https://github.com/AriGunawan)",
"[Gautam Sheth](https://github.com/gautamdsheth)",
"[Hugo Bernier](https://github.com/hugoabernier)",
"[João Mendes](https://github.com/joaojmendes)"
]
},
{
"version": "1.17.0",
"changes": {
"new": [
"`PropertyFieldSitePicker`: New control that allows the user to select one or multiple sites from the SharePoint Search API. Similar to the SitePicker in the official \"News\" Web Part [#208](https://github.com/pnp/sp-dev-fx-property-controls/pull/208), [#215](https://github.com/pnp/sp-dev-fx-property-controls/pull/215)",
"`Telemetry`: Provide a way to opt-out for PnP Telemetry [#222](https://github.com/pnp/sp-dev-fx-property-controls/pull/222)",
"`PropertyPaneHelpers`: Allows to show a spinner while loading resources"
],
"enhancements": [
"Add norwegian language file [#125](https://github.com/pnp/sp-dev-fx-property-controls/pull/125)",
"`PropertyFieldSliderWithCallout`: debounce property added [#209](https://github.com/pnp/sp-dev-fx-property-controls/pull/209)",
"Replace full lodash with only used functions. [#213](https://github.com/pnp/sp-dev-fx-property-controls/pull/213)"
],
"fixes": [
"Documentation update for `PropertyFieldCollectionData` [#196](https://github.com/pnp/sp-dev-fx-property-controls/issues/196)",
"`PropertyFieldOrder`: When items is an empty array, component renders the text '0' [#152](https://github.com/pnp/sp-dev-fx-property-controls/issues/152)",
"Documentation update for `PropertyFieldCodeEditor` [#194](https://github.com/pnp/sp-dev-fx-property-controls/pull/194)",
"`PropertyFieldTermPicker`: Tags icon styling issue on IE11 [#193](https://github.com/pnp/sp-dev-fx-property-controls/issues/193)",
"`PropertyPanePropertyEditor`: Unable to download json export [#210](https://github.com/pnp/sp-dev-fx-property-controls/issues/210)",
"`PropertyFieldCollectionData`: Fix Data Grid Dragging Issues [#217](https://github.com/pnp/sp-dev-fx-property-controls/pull/217)"
]
},
"contributions": [
"[Antonio Monserrate](https://github.com/antoniomonserrate)",
"[rocketboy1908](https://github.com/rocketboy1908)",
"[Piotr Siatka](https://github.com/siata13)",
"[Ben](https://github.com/benkenawell)",
"[Niels Söth](https://github.com/nsoeth)",
"[araver](https://github.com/araver)"
]
},
{
"version": "1.16.0",
"changes": {
"new": [],
"enhancements": [
"`PropertyFieldCollectionData`: Add the ability for field validation to the custom fields [#187](https://github.com/pnp/sp-dev-fx-property-controls/issues/190)",
"`PropertyFieldCollectionData`: Ability to provide custom labels for the save and cancel buttons [#187](https://github.com/pnp/sp-dev-fx-property-controls/issues/187)",
"`PropertyFieldListPicker`: add ability to filter the control via OData [#184](https://github.com/pnp/sp-dev-fx-property-controls/issues/184)"
],
"fixes": [
"Documentation getting started links fixed [#191](https://github.com/pnp/sp-dev-fx-property-controls/issues/191)",
"Fix for callout controls missing icon since SPFx `1.8.2` [#182](https://github.com/pnp/sp-dev-fx-property-controls/issues/182)"
]
},
"contributions": [
"[araver](https://github.com/araver)",
"[Chad Eiserloh](https://github.com/c-eiser13)"
]
},
{
"version": "1.15.0",
"changes": {
"new": [],
"enhancements": [
"`PropertyFieldCollectionData`: Add a property to be able to set a custom class on the collection data panel [#180](https://github.com/pnp/sp-dev-fx-property-controls/issues/180)",
"`PropertyFieldListPicker`: Added `listsToExclude` property to the control [#176](https://github.com/pnp/sp-dev-fx-property-controls/issues/176)",
"`PropertyFieldDateTimePicker`: Add ability to hide the date and time labels [#77](https://github.com/pnp/sp-dev-fx-property-controls/issues/77)"
],
"fixes": [
"Callout icons missing with SPFx `1.8.2` web part [#178](https://github.com/pnp/sp-dev-fx-property-controls/issues/178)",
"`PropertyFieldTextWithCallout`: still persists property value when error occurred [#172](https://github.com/pnp/sp-dev-fx-property-controls/issues/172)",
"`PropertyFieldNumber`: not handling changes correctly [#170](https://github.com/pnp/sp-dev-fx-property-controls/issues/170)",
"`PropertyFieldChoiceGroupWithCallout`: iconProps not working [#154](https://github.com/pnp/sp-dev-fx-property-controls/issues/154)",
"`PropertyFieldDropdownWithCallout`: Options of type `Divider` and `Header` are ignored [#145](https://github.com/pnp/sp-dev-fx-property-controls/issues/145)"
]
},
"contributions": [
"[Alex Terentiev](https://github.com/AJIXuMuK)",
"[Ward Wilmsen](https://github.com/WardWilmsen)"
]
},
{
"version": "1.14.1",
"changes": {
"new": [],
"enhancements": [],
"fixes": [
"`TaxonomyPicker`: Terms are sorted incorrectly under the wrong parent [#153](https://github.com/pnp/sp-dev-fx-property-controls/issues/153)",
"`EnterpriseTermPicker`: Terms are sorted incorrectly under the wrong parent [#156](https://github.com/pnp/sp-dev-fx-property-controls/issues/156)"
]
},
"contributions": []
},
{
"version": "1.14.0",
"changes": {
"new": [
"`PropertyFieldEnterpriseTermPicker`: New control to load term sets by using `@pnp/pnpjs` [#70](https://github.com/pnp/sp-dev-fx-property-controls/issues/70) [#120](https://github.com/pnp/sp-dev-fx-property-controls/issues/120)"
],
"enhancements": [
"`PropertyFieldCollectionData`: Setting to specify if item `creation` is enabled/disabled [#130](https://github.com/pnp/sp-dev-fx-property-controls/issues/130)",
"`PropertyFieldCollectionData`: Setting to specify if item `deletion` is enabled/disabled [#131](https://github.com/pnp/sp-dev-fx-property-controls/issues/131)",
"`PropertyFieldCollectionData`: Implemented a property to specify if field `editing` is enabled/disabled [#132](https://github.com/pnp/sp-dev-fx-property-controls/issues/132)",
"Added `Chinese` localization [#137](https://github.com/pnp/sp-dev-fx-property-controls/issues/137)",
"`PropertyFieldColorPicker`: Added a `isHidden` property [#138](https://github.com/pnp/sp-dev-fx-property-controls/issues/138)",
"`PropertyFieldCollectionData`: return the item in the custom renderer [#147](https://github.com/pnp/sp-dev-fx-property-controls/issues/147)",
"Added `Russian` localization [#142](https://github.com/pnp/sp-dev-fx-property-controls/issues/142)"
],
"fixes": [
"`PropertyFieldTermPicker`: fix sort order with lowercased terms [#133](https://github.com/pnp/sp-dev-fx-property-controls/issues/133)",
"`PropertyFieldCollectionData`: Bug with onCustomRender() [#135](https://github.com/pnp/sp-dev-fx-property-controls/issues/135)",
"`PropertyFieldCollectionData`: Fixed bug with dropdown rendering in IE [#136](https://github.com/pnp/sp-dev-fx-property-controls/issues/136)",
"`PropertyFieldNumber`: Min/max number check fix + localization label fixes [#141](https://github.com/pnp/sp-dev-fx-property-controls/pull/141)",
"`PropertyFieldTermPicker`: Fix layout issues in IE11 [#143](https://github.com/pnp/sp-dev-fx-property-controls/pull/143)"
]
},
"contributions": [
"[Simon-Pierre Plante](https://github.com/spplante)",
"[Yannick Plenevaux](https://github.com/ypcode)",
"[Alex Terentiev](https://github.com/AJIXuMuK)",
"[Roger Zhang](https://github.com/RogerZhang-CatapultSystems)"
]
},
{
"version": "1.13.1",
"changes": {
"new": [],
"enhancements": [],
"fixes": [
"`PropertyFieldCollectionData`: Fixed issue for loading the control in the local workbench [#128](https://github.com/pnp/sp-dev-fx-property-controls/issues/128)"
]
},
"contributions": []
},
{
"version": "1.13.0",
"changes": {
"new": [],
"enhancements": [
"Updated the `office-ui-fabric-react` to the same version as in SPFx 1.7.0 [#105](https://github.com/pnp/sp-dev-fx-property-controls/issues/105)",
"`PropertyFieldPeoplePicker`: Ability to select only from a specific site [#9](https://github.com/pnp/sp-dev-fx-property-controls/issues/9)",
"`PropertyFieldCollectionData`: Added support for custom field rendering [#122](https://github.com/pnp/sp-dev-fx-property-controls/issues/122)",
"`PropertyFieldCollectionData`: Added the functionality to sort the items in the collection [#123](https://github.com/pnp/sp-dev-fx-property-controls/issues/123)"
],
"fixes": [
"`PropertyFieldDateTimePicker`: Fix for the hours dropdown not showing values [#112](https://github.com/pnp/sp-dev-fx-property-controls/issues/112)",
"`PropertyFieldCollectionData`: Issue with debounce validation overriding the inserted values [#113](https://github.com/pnp/sp-dev-fx-property-controls/issues/113)",
"`PropertyPaneWebPartInformation`: Remove redundant 'Description' label [#119](https://github.com/pnp/sp-dev-fx-property-controls/issues/119)",
"`PropertyFieldCodeEditor`: Handle initial value after updating properties [#121](https://github.com/pnp/sp-dev-fx-property-controls/issues/121)"
]
},
"contributions": [
"[Erwin van Hunen](https://github.com/erwinvanhunen)"
]
},
{
"version": "1.12.0",
"changes": {
"new": [
"`PropertyPaneWebPartInformation`: New control to show more information about the current web part [#108](https://github.com/pnp/sp-dev-fx-property-controls/issues/108)",
"`PropertyPanePropertyEditor`: New control that allows you to export/import property pane settings [#114](https://github.com/pnp/sp-dev-fx-property-controls/issues/114)"
],
"enhancements": [
"Dutch localization added [#82](https://github.com/pnp/sp-dev-fx-property-controls/issues/82)",
"French localization added [#84](https://github.com/pnp/sp-dev-fx-property-controls/issues/84)",
"`PropertyFieldCollectionData`: Allow the user to specify a deferred validation time for each field [#98](https://github.com/pnp/sp-dev-fx-property-controls/issues/98)",
"`PropertyFieldCollectionData`: added a onRenderOption option to allow custom option rendering [#102](https://github.com/pnp/sp-dev-fx-property-controls/issues/102)",
"`PropertyFieldNumber`: Introduced the aria label [#104](https://github.com/pnp/sp-dev-fx-property-controls/pull/104)",
"Hide callout from the controls with callout if no message is provided [#107](https://github.com/pnp/sp-dev-fx-property-controls/issues/107)",
"`PropertyFieldListPicker`: Add the ability to refresh target site while pane is open [#109](https://github.com/pnp/sp-dev-fx-controls-react/pull/109)"
],
"fixes": [
"`PropertyFieldCollectionData`: Fixed catastrophic backtracking regex issue for URL validation [#99](https://github.com/pnp/sp-dev-fx-property-controls/issues/99)"
]
},
"contributions": [
"[Paul Bullock](https://github.com/pkbullock)",
"[Junle Li](https://github.com/lijunle)",
"[PooLP](https://github.com/PooLP)",
"[Erwin van Hunen](https://github.com/erwinvanhunen)"
]
},
{
"version": "1.11.0",
"changes": {
"new": [],
"enhancements": [
"`PropertyFieldCollectionData`: Show error messages [#96](https://github.com/pnp/sp-dev-fx-property-controls/issues/96)"
],
"fixes": [
"Fixes based on SonarCloud analysis"
]
},
"contributions": []
},
{
"version": "1.10.0",
"changes": {
"new": [],
"enhancements": [
"`PropertyFieldPeoplePicker`: Security groups come back with EntityType of `FormsRole` rather then `SecGroup` [#93](https://github.com/pnp/sp-dev-fx-property-controls/issues/93)",
"`PropertyFieldCollectionData`: Add the current row's information in the `onGetErrorMessage` callback [#92](https://github.com/pnp/sp-dev-fx-property-controls/issues/92)"
],
"fixes": [
"`PropertyFieldPeoplePicker`: No suggestions returned when using Security Groups, Multi-select and NO duplicates. [#90](https://github.com/pnp/sp-dev-fx-property-controls/issues/90)",
"`PropertyFieldTermPicker`: Terms which are set as unavailable for tagging are still selectable [#94](https://github.com/pnp/sp-dev-fx-property-controls/issues/94)"
]
},
"contributions": []
},
{
"version": "1.9.0",
"changes": {
"new": [],
"enhancements": [
"`PropertyFieldCollectionData`: Added custom validation for `string`, `number`, `icon`, and `URL` field types [#74](https://github.com/pnp/sp-dev-fx-property-controls/issues/74)",
"`PropertyFieldCollectionData`: Add an option to specify a default value [#86](https://github.com/pnp/sp-dev-fx-property-controls/issues/86)",
"`PropertyFieldCollectionData`: override placeholder for the inputs [#87](https://github.com/pnp/sp-dev-fx-property-controls/issues/87)",
"`PropertyFieldCollectionData`: Hide save button when \"Add and save\" is shown [#88](https://github.com/pnp/sp-dev-fx-property-controls/issues/88)"
],
"fixes": [
"`PropertyFieldMultiSelect`: fixed an issue where the control didn't retain the preselected values when dropdown options were provided async [#85](https://github.com/pnp/sp-dev-fx-property-controls/issues/85)",
"`PropertyFieldOrder`: fixed an issue where items where provided async [#81](https://github.com/pnp/sp-dev-fx-property-controls/issues/81)"
]
},
"contributions": []
},
{
"version": "1.8.0",
"changes": {
"new": [],
"enhancements": [
"New telemetry approach which allows you to use Application Insights instance [#79](https://github.com/pnp/sp-dev-fx-property-controls/issues/79)",
"`PropertyFieldListPicker`: add optional property for target site [#21](https://github.com/pnp/sp-dev-fx-property-controls/issues/21)"
],
"fixes": []
},
"contributions": [
"[Joel Rodrigues](https://github.com/joelfmrodrigues)"
]
},
{
"version": "1.7.0",
"changes": {
"new": [],
"enhancements": [
"Add `npm postinstall` script to automatically add the localization config [#64](https://github.com/pnp/sp-dev-fx-property-controls/issues/64)",
"Add a description to the `PropertyFieldCollectionData` panel [#67](https://github.com/pnp/sp-dev-fx-property-controls/issues/67)",
"Added a font field type for the `PropertyFieldCollectionData` control [#66](https://github.com/pnp/sp-dev-fx-property-controls/issues/66)",
"Added a URL field type for the `PropertyFieldCollectionData` control [#72](https://github.com/pnp/sp-dev-fx-property-controls/issues/72)",
"Field validation implemented to enable/disable save buttons in `PropertyFieldCollectionData` control. Related to previous enhancement.",
"Added properties to the `TaxonomyPicker` to specify which terms are disabled/not-selectable [#69](https://github.com/pnp/sp-dev-fx-property-controls/issues/69)"
],
"fixes": [
"`PropertyFieldPeoplePicker` validation error does not clear as expected [#68](https://github.com/pnp/sp-dev-fx-property-controls/issues/68)"
]
},
"contributions": []
},
{
"version": "1.6.0",
"changes": {
"new": [
"`PropertyFieldCollectionData` was added [#58](https://github.com/pnp/sp-dev-fx-property-controls/issues/58)",
"`PropertyFieldOrder` was added [#19](https://github.com/pnp/sp-dev-fx-property-controls/issues/19)",
"`PropertyFieldSwatchColorPicker` was added [#55](https://github.com/pnp/sp-dev-fx-property-controls/issues/55)"
],
"enhancements": [
"Allow the term set to be selectable in the `PropertyFieldTermPicker` [#60](https://github.com/pnp/sp-dev-fx-property-controls/issues/60)"
],
"fixes": [
"Fix for `PropertyFieldColorPicker` Palette Icon alignment issue in IE11 [#56](https://github.com/pnp/sp-dev-fx-property-controls/issues/56)"
]
},
"contributions": []
},
{
"version": "1.5.1",
"changes": {
"new": [],
"enhancements": [
"Color Pickers optionally return Color Objects [#55](https://github.com/pnp/sp-dev-fx-property-controls/issues/55)"
],
"fixes": [
"Undefined web part context fixed in the `PropertyFieldPeoplePicker` [#47](https://github.com/pnp/sp-dev-fx-property-controls/issues/47)",
"Taxonomy service fix for working with term set GUID [#48](https://github.com/pnp/sp-dev-fx-property-controls/issues/48)",
"Added focus intercepting input for Full style [#52](https://github.com/pnp/sp-dev-fx-property-controls/issues/52)"
]
},
"contributions": []
},
{
"version": "1.5.0",
"changes": {
"new": [],
"enhancements": [
"`PropertyFieldListPicker` control extended with select all lists option [#8](https://github.com/pnp/sp-dev-fx-property-controls/issues/8)",
"`PropertyFieldTermPicker` control extended with the ability to search terms by typing in the textbox [#11](https://github.com/pnp/sp-dev-fx-property-controls/issues/11) [#42](https://github.com/pnp/sp-dev-fx-property-controls/issues/42) [#44](https://github.com/pnp/sp-dev-fx-property-controls/issues/44) [#45](https://github.com/pnp/sp-dev-fx-property-controls/issues/45)",
"`SPTermStorePickerService` has a new interface which contains only the required properties"
],
"fixes": []
},
"contributions": []
},
{
"version": "1.4.2",
"changes": {
"new": [],
"enhancements": [
"Introduced the `onGetErrorMessage` property for the `PropertyFieldNumber` field control ([#36](https://github.com/pnp/sp-dev-fx-property-controls/issues/36))"
],
"fixes": []
},
"contributions": []
},
{
"version": "1.4.1",
"changes": {
"new": [],
"enhancements": [
"Optimized telemetry so that it only pushes control data"
],
"fixes": [
"Fixes for issue [#30](https://github.com/pnp/sp-dev-fx-property-controls/issues/30)",
"`PropertyFieldPeoplePicker` Validation does not work as expected [#33](https://github.com/pnp/sp-dev-fx-property-controls/issues/33)"
]
},
"contributions": []
},
{
"version": "1.4.0",
"changes": {
"new": [
"`PropertyFieldMultiSelect` got added",
"`PropertyFieldNumber` got added"
],
"enhancements": [
"`PropertyFieldTermPicker` new introduced property to specify to show or hide the term store name: `hideTermStoreName`.",
"`PropertyFieldTermPicker` updated process when terms were unselected based on ID instead of path."
],
"fixes": []
},
"contributions": []
},
{
"version": "1.3.0",
"changes": {
"new": [
"`PropertyFieldCodeEditor` got added"
],
"enhancements": [
"`PropertyFieldTermPicker` improved with save and cancel button",
"`PropertyFieldTermPicker` improved with `onClick` event on input field"
],
"fixes": []
},
"contributions": []
},
{
"version": "1.2.0",
"changes": {
"new": [],
"enhancements": [
"Added the option to the people picker to allow you to specify single or multi-selection"
],
"fixes": [
"People picker accidentally picked the wrong person",
"Improved telemetry with some object checks"
]
},
"contributions": []
},
{
"version": "1.1.1",
"changes": {
"new": [],
"enhancements": [
"Removed operation name from telemetry"
],
"fixes": []
},
"contributions": []
},
{
"version": "1.1.0",
"changes": {
"new": [
"Added the `PropertyFieldButtonWithCallout` control",
"Added the `PropertyFieldCheckboxWithCallout` control",
"Added the `PropertyFieldChoiceGroupWithCallout` control",
"Added the `PropertyFieldWithCallout` control",
"Added the `PropertyLabelWithCallout` control",
"Added the `PropertyLinkWithCallout` control",
"Added the `PropertySliderWithCallout` control"
],
"enhancements": [
"Telemetry added",
"Term picker control has now the option to scope on term set or group"
],
"fixes": []
},
"contributions": []
},
{
"version": "1.0.0",
"changes": {
"new": [
"Added the `PropertyFieldDropdownWithCallout` control",
"Added the `PropertyFieldTextWithCallout` control",
"Added the `PropertyFieldToggleWithCallout` control"
],
"enhancements": [],
"fixes": []
},
"contributions": []
},
{
"version": "1.0.0-beta.3",
"changes": {
"new": [],
"enhancements": [
"Added `firstDayOfWeek` option to the date picker control"
],
"fixes": []
},
"contributions": []
},
{
"version": "1.0.0-beta.2",
"changes": {
"new": [
"Initial release"
],
"enhancements": [],
"fixes": []
},
"contributions": []
}
]
}