Skip to content

Commit 198f9a8

Browse files
committed
Updated changelog
1 parent 5ac698d commit 198f9a8

File tree

3 files changed

+33
-9
lines changed

3 files changed

+33
-9
lines changed

CHANGELOG.JSON

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"Slovak localization [#457](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/457)",
1515
"`TaxonomyPicker`: Placeholder for Taxonomy Picker [#464](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/464)",
1616
"`ListItemPicker`, `PeoplePicker`: Placeholder for `ListItemPicker` and `PeoplePicker` [#486](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/486)",
17-
"`FilePicker`: Do not store active tab in url's hash [#488](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/488)"
17+
"`FilePicker`: Do not store active tab in url's hash [#488](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/488)",
18+
"`DateTimePicker`: Placeholder property option added [#503](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/503)"
1819
],
1920
"fixes": [
2021
"`RichText`: problem with edit mode [#445](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/445)",
@@ -32,17 +33,18 @@
3233
]
3334
},
3435
"contributions": [
35-
"[Alexander Kleshcheov](https://github.com/SharePickle)",
36-
"[Jason S](https://github.com/jason-appliedis)",
37-
"[Joel Rodrigues](https://github.com/joelfmrodrigues)",
36+
"[Richard Gigan](https://github.com/PooLP)",
37+
"[Reginald Johnson](https://github.com/LastGunslinger)",
3838
"[JonasBjerke89](https://github.com/JonasBjerke89)",
39+
"[Prasad Kasireddy](https://github.com/PrasadKasireddy)",
40+
"[Alexander Kleshcheov](https://github.com/SharePickle)",
3941
"[Léo Maradan](https://github.com/Leomaradan)",
4042
"[Matej](https://github.com/Matej4386)",
4143
"[mgwojciech](https://github.com/mgwojciech)",
44+
"[Joel Rodrigues](https://github.com/joelfmrodrigues)",
45+
"[Jason S](https://github.com/jason-appliedis)",
4246
"[Piotr Siatka](https://github.com/siata13)",
43-
"[rabiawilliams](https://github.com/rabwill)",
44-
"[Reginald Johnson](https://github.com/LastGunslinger)",
45-
"[Richard Gigan](https://github.com/PooLP)"
47+
"[Rabia Williams](https://github.com/rabwill)"
4648
]
4749
},
4850
{

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@
55
### New control(s)
66

77
- `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)
8+
- `FolderExplorer` component [#499](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/499)
89

910
### Enhancements
1011

1112
- `PnP Telemetry` service opt-out support [#475](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/475)
1213
- `TaxonomyPicker`: Possibility to hide deprecated and "Available for Tagging"= false terms [#421](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/421)
1314
- `FilePicker` - French translation [#449](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/449)
15+
- Slovak localization [#457](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/457)
16+
- `TaxonomyPicker`: Placeholder for Taxonomy Picker [#464](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/464)
17+
- `ListItemPicker`, `PeoplePicker`: Placeholder for `ListItemPicker` and `PeoplePicker` [#486](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/486)
18+
- `FilePicker`: Do not store active tab in url's hash [#488](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/488)
19+
- `DateTimePicker`: Placeholder property option added [#503](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/503)
1420

1521
### Fixes
1622

@@ -21,10 +27,15 @@
2127
- `FilePicker`: Read file content in IE11 [#444](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/444)
2228
- `ListPicker`: listPicker always return "test" when multiple allowed [#458](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/458)
2329
- `FilePicker`: Button text overflow fix + global classnames and properties
30+
- `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)
31+
- `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)
32+
- `ListView` documentation update: `minWidth` instead of `maxWidth` [#480](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/480)
33+
- `DateTimePicker`: Minutes and Seconds validation [#495](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/495)
34+
- `FilePicker`: bingAPIKey not working [#489](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/489)
2435

2536
### Contributors
2637

27-
Special thanks to our contributors (in alphabetical order): [JonasBjerke89](https://github.com/JonasBjerke89), [Alexander Kleshcheov](https://github.com/SharePickle), [Piotr Siatka](https://github.com/siata13), [mgwojciech](https://github.com/mgwojciech), [Richard Gigan](https://github.com/PooLP).
38+
Special thanks to our contributors (in alphabetical order): [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), [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).
2839

2940
## 1.16.0
3041

docs/documentation/docs/about/release-notes.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@
55
### New control(s)
66

77
- `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)
8+
- `FolderExplorer` component [#499](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/499)
89

910
### Enhancements
1011

1112
- `PnP Telemetry` service opt-out support [#475](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/475)
1213
- `TaxonomyPicker`: Possibility to hide deprecated and "Available for Tagging"= false terms [#421](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/421)
1314
- `FilePicker` - French translation [#449](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/449)
15+
- Slovak localization [#457](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/457)
16+
- `TaxonomyPicker`: Placeholder for Taxonomy Picker [#464](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/464)
17+
- `ListItemPicker`, `PeoplePicker`: Placeholder for `ListItemPicker` and `PeoplePicker` [#486](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/486)
18+
- `FilePicker`: Do not store active tab in url's hash [#488](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/488)
19+
- `DateTimePicker`: Placeholder property option added [#503](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/503)
1420

1521
### Fixes
1622

@@ -21,10 +27,15 @@
2127
- `FilePicker`: Read file content in IE11 [#444](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/444)
2228
- `ListPicker`: listPicker always return "test" when multiple allowed [#458](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/458)
2329
- `FilePicker`: Button text overflow fix + global classnames and properties
30+
- `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)
31+
- `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)
32+
- `ListView` documentation update: `minWidth` instead of `maxWidth` [#480](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/480)
33+
- `DateTimePicker`: Minutes and Seconds validation [#495](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/495)
34+
- `FilePicker`: bingAPIKey not working [#489](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/489)
2435

2536
### Contributors
2637

27-
Special thanks to our contributors (in alphabetical order): [JonasBjerke89](https://github.com/JonasBjerke89), [Alexander Kleshcheov](https://github.com/SharePickle), [Piotr Siatka](https://github.com/siata13), [mgwojciech](https://github.com/mgwojciech), [Richard Gigan](https://github.com/PooLP).
38+
Special thanks to our contributors (in alphabetical order): [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), [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).
2839

2940
## 1.16.0
3041

0 commit comments

Comments
 (0)