Skip to content

Commit 3a743e9

Browse files
committed
changelog change
1 parent 9e2ed3b commit 3a743e9

File tree

1 file changed

+70
-24
lines changed

1 file changed

+70
-24
lines changed

CHANGELOG.JSON

Lines changed: 70 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"`TaxonomyPicker`: Possibility to hide deprecated and \"Available for Tagging\"= false terms [#421](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/421)",
1212
"`FilePicker` - French translation [#449](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/449)",
1313
"Slovak localization [#457](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/457)"
14-
],
14+
],
1515
"fixes": [
1616
"`RichText`: problem with edit mode [#445](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/445)",
1717
"`ListView` documentation: Typo - the first occurrence of maxWidth should be minWidth [#400](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/400)",
@@ -20,16 +20,18 @@
2020
"`FilePicker`: Read file content in IE11 [#444](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/444)",
2121
"`ListPicker`: listPicker always return \"test\" when multiple allowed [#458](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/458)",
2222
"`FilePicker`: Button text overflow fix + global classnames and properties",
23-
"`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)"
23+
"`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)",
24+
"`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)"
2425
]
2526
},
2627
"contributions": [
27-
"[JonasBjerke89](https://github.com/JonasBjerke89)",
2828
"[Alexander Kleshcheov](https://github.com/SharePickle)",
29-
"[Piotr Siatka](https://github.com/siata13)",
29+
"[Jason S](https://github.com/jason-appliedis)",
30+
"[JonasBjerke89](https://github.com/JonasBjerke89)",
31+
"[Matej](https://github.com/Matej4386)",
3032
"[mgwojciech](https://github.com/mgwojciech)",
31-
"[Richard Gigan](https://github.com/PooLP)",
32-
"[Matej](https://github.com/Matej4386)"
33+
"[Piotr Siatka](https://github.com/siata13)",
34+
"[Richard Gigan](https://github.com/PooLP)"
3335
]
3436
},
3537
{
@@ -307,7 +309,10 @@
307309
"`PeoplePicker`: Suggested People not loading after first selection [#134](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/134)"
308310
]
309311
},
310-
"contributions": ["[Gautam Sheth](https://github.com/gautamdsheth)", "[Alex Terentiev](https://github.com/AJIXuMuK)"]
312+
"contributions": [
313+
"[Gautam Sheth](https://github.com/gautamdsheth)",
314+
"[Alex Terentiev](https://github.com/AJIXuMuK)"
315+
]
311316
},
312317
{
313318
"version": "1.8.0",
@@ -330,7 +335,12 @@
330335
"`PeoplePicker`: fix freezes when typing in search values [#117](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/117)"
331336
]
332337
},
333-
"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)"]
338+
"contributions": [
339+
"[Thomas Lamb](https://github.com/ThomasLamb)",
340+
"[Joel Rodrigues](https://github.com/joelfmrodrigues)",
341+
"[Mikael Svenson](https://github.com/wobba)",
342+
"[Alex Terentiev](https://github.com/AJIXuMuK)"
343+
]
334344
},
335345
{
336346
"version": "1.7.0",
@@ -346,7 +356,12 @@
346356
"`FieldNameRenderer` onClick does not suppress default link behavior [#103](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/103)"
347357
]
348358
},
349-
"contributions": ["Octavie van Haaften", "Asish Padhy", "Mikael Svenson", "Alex Terentiev"]
359+
"contributions": [
360+
"Octavie van Haaften",
361+
"Asish Padhy",
362+
"Mikael Svenson",
363+
"Alex Terentiev"
364+
]
350365
},
351366
{
352367
"version": "1.6.0",
@@ -360,7 +375,9 @@
360375
"PeoplePicker property selectedItems not implemented? [#90](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/90)"
361376
]
362377
},
363-
"contributions": ["Octavie van Haaften"]
378+
"contributions": [
379+
"Octavie van Haaften"
380+
]
364381
},
365382
{
366383
"version": "1.5.0",
@@ -377,7 +394,10 @@
377394
"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)"
378395
]
379396
},
380-
"contributions": ["Asish Padhy", "Alex Terentiev"]
397+
"contributions": [
398+
"Asish Padhy",
399+
"Alex Terentiev"
400+
]
381401
},
382402
{
383403
"version": "1.4.0",
@@ -450,7 +470,9 @@
450470
"changes": {
451471
"new": [],
452472
"enhancements": [],
453-
"fixes": ["Fixes an issue sorting in the `ListView` control while items were selected. Indexes were not updated."]
473+
"fixes": [
474+
"Fixes an issue sorting in the `ListView` control while items were selected. Indexes were not updated."
475+
]
454476
},
455477
"contributions": []
456478
},
@@ -459,7 +481,9 @@
459481
"changes": {
460482
"new": [],
461483
"enhancements": [],
462-
"fixes": ["`FieldTaxonomyRenderer` got fixed to support single and multiple values"]
484+
"fixes": [
485+
"`FieldTaxonomyRenderer` got fixed to support single and multiple values"
486+
]
463487
},
464488
"contributions": []
465489
},
@@ -471,7 +495,9 @@
471495
"`IFrameDialog` was added to the project"
472496
],
473497
"enhancements": [],
474-
"fixes": ["Fixed theming in the `WebPartTitle` control"]
498+
"fixes": [
499+
"Fixed theming in the `WebPartTitle` control"
500+
]
475501
},
476502
"contributions": []
477503
},
@@ -480,24 +506,32 @@
480506
"changes": {
481507
"new": [],
482508
"enhancements": [],
483-
"fixes": ["`FileTypeIcon` icon fixed where it did not render an icon. This control should now works in SPFx extensions."]
509+
"fixes": [
510+
"`FileTypeIcon` icon fixed where it did not render an icon. This control should now works in SPFx extensions."
511+
]
484512
},
485513
"contributions": []
486514
},
487515
{
488516
"version": "1.1.2",
489517
"changes": {
490518
"new": [],
491-
"enhancements": ["Improved telemetry with some object checks"],
492-
"fixes": ["Fix for `WebPartTitle` control to inherit color"]
519+
"enhancements": [
520+
"Improved telemetry with some object checks"
521+
],
522+
"fixes": [
523+
"Fix for `WebPartTitle` control to inherit color"
524+
]
493525
},
494526
"contributions": []
495527
},
496528
{
497529
"version": "1.1.1",
498530
"changes": {
499531
"new": [],
500-
"enhancements": ["Removed operation name from telemetry"],
532+
"enhancements": [
533+
"Removed operation name from telemetry"
534+
],
501535
"fixes": []
502536
},
503537
"contributions": []
@@ -506,16 +540,22 @@
506540
"version": "1.1.0",
507541
"changes": {
508542
"new": [],
509-
"enhancements": ["Telemetry added"],
543+
"enhancements": [
544+
"Telemetry added"
545+
],
510546
"fixes": []
511547
},
512548
"contributions": []
513549
},
514550
{
515551
"version": "1.0.0",
516552
"changes": {
517-
"new": ["`WebPartTitle` control got added"],
518-
"enhancements": ["ListView control got extended with the ability to specify a set of preselected items."],
553+
"new": [
554+
"`WebPartTitle` control got added"
555+
],
556+
"enhancements": [
557+
"ListView control got extended with the ability to specify a set of preselected items."
558+
],
519559
"fixes": []
520560
},
521561
"contributions": []
@@ -525,14 +565,18 @@
525565
"changes": {
526566
"new": [],
527567
"enhancements": [],
528-
"fixes": ["Fix for the `ListView` control when selection is used in combination with `setState`."]
568+
"fixes": [
569+
"Fix for the `ListView` control when selection is used in combination with `setState`."
570+
]
529571
},
530572
"contributions": []
531573
},
532574
{
533575
"version": "Beta 1.0.0-beta.7",
534576
"changes": {
535-
"new": ["Grouping functionality added to the `ListView` control"],
577+
"new": [
578+
"Grouping functionality added to the `ListView` control"
579+
],
536580
"enhancements": [],
537581
"fixes": []
538582
},
@@ -541,7 +585,9 @@
541585
{
542586
"version": "Beta 1.0.0-beta.6",
543587
"changes": {
544-
"new": ["Initial release"],
588+
"new": [
589+
"Initial release"
590+
],
545591
"enhancements": [],
546592
"fixes": []
547593
},

0 commit comments

Comments
 (0)