Skip to content

Commit 0e6797a

Browse files
committed
Updated changelog + docs
1 parent c7d6e1e commit 0e6797a

File tree

5 files changed

+3087
-3128
lines changed

5 files changed

+3087
-3128
lines changed

CHANGELOG.JSON

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
"version": "1.17.0",
55
"changes": {
66
"new": [
7+
"`ComboBoxListItemPicker` component [#292](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/292)",
78
"`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)",
89
"`IconPicker`: component [#485](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/485)",
910
"`FolderExplorer` component [#499](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/499)"
1011
],
1112
"enhancements": [
13+
"`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)",
1214
"`PnP Telemetry` service opt-out support [#475](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/475)",
1315
"`TaxonomyPicker`: Possibility to hide deprecated and \"Available for Tagging\"= false terms [#421](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/421)",
1416
"`FilePicker` - French translation [#449](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/449)",

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44

55
### New control(s)
66

7+
- `ComboBoxListItemPicker` component [#292](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/292)
78
- `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)
89
- `IconPicker`: component [#485](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/485)
910
- `FolderExplorer` component [#499](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/499)
1011

1112
### Enhancements
1213

14+
- `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)
1315
- `PnP Telemetry` service opt-out support [#475](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/475)
1416
- `TaxonomyPicker`: Possibility to hide deprecated and "Available for Tagging"= false terms [#421](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/421)
1517
- `FilePicker` - French translation [#449](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/449)

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44

55
### New control(s)
66

7+
- `ComboBoxListItemPicker` component [#292](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/292)
78
- `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)
89
- `IconPicker`: component [#485](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/485)
910
- `FolderExplorer` component [#499](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/499)
1011

1112
### Enhancements
1213

14+
- `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)
1315
- `PnP Telemetry` service opt-out support [#475](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/475)
1416
- `TaxonomyPicker`: Possibility to hide deprecated and "Available for Tagging"= false terms [#421](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/421)
1517
- `FilePicker` - French translation [#449](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/449)

docs/documentation/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ nav:
1313
- "Polar Area Chart": 'controls/charts/PolarAreaChart.md'
1414
- "Radar Chart": 'controls/charts/RadarChart.md'
1515
- "Scatter Chart": 'controls/charts/ScatterChart.md'
16+
- ComboBoxListItemPicker: 'controls/ComboBoxListItemPicker.md'
1617
- DateTimePicker: 'controls/DateTimePicker.md'
1718
- FilePicker: 'controls/FilePicker.md'
1819
- FileTypeIcon: 'controls/FileTypeIcon.md'

0 commit comments

Comments
 (0)