Skip to content

Commit 9e63e8f

Browse files
committed
Updated changelog
1 parent fb4f3c6 commit 9e63e8f

File tree

4 files changed

+53
-5
lines changed

4 files changed

+53
-5
lines changed

CHANGELOG.JSON

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
{
44
"version": "1.17.0",
55
"changes": {
6-
"new": [],
6+
"new": [
7+
"`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+
],
79
"enhancements": [
810
"`TaxonomyPicker`: Possibility to hide deprecated and \"Available for Tagging\"= false terms [#421](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/421)"
911
],
@@ -13,15 +15,15 @@
1315
"`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)",
1416
"`RichText`: Fix of removing text and inserting link instead [#455](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/455)",
1517
"`FilePicker`: Read file content in IE11 [#444](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/444)",
16-
"`ListPicker`: listPicker always return "test" when multiple allowed [#458](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/458)"
17-
]
18+
"`ListPicker`: listPicker always return \"test\" when multiple allowed [#458](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/458)"
19+
]
1820
},
1921
"contributions": [
2022
"[JonasBjerke89](https://github.com/JonasBjerke89)",
2123
"[Alexander Kleshcheov](https://github.com/SharePickle)",
2224
"[Piotr Siatka](https://github.com/siata13)",
2325
"[mgwojciech](https://github.com/mgwojciech)"
24-
]
26+
]
2527
},
2628
{
2729
"version": "1.16.0",

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Releases
22

3+
## 1.17.0
4+
5+
### New control(s)
6+
7+
- `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+
9+
### Enhancements
10+
11+
- `TaxonomyPicker`: Possibility to hide deprecated and "Available for Tagging"= false terms [#421](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/421)
12+
13+
### Fixes
14+
15+
- `RichText`: problem with edit mode [#445](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/445)
16+
- `ListView` documentation: Typo - the first occurrence of maxWidth should be minWidth [#400](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/400)
17+
- `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)
18+
- `RichText`: Fix of removing text and inserting link instead [#455](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/455)
19+
- `FilePicker`: Read file content in IE11 [#444](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/444)
20+
- `ListPicker`: listPicker always return "test" when multiple allowed [#458](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/458)
21+
22+
### Contributors
23+
24+
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).
25+
326
## 1.16.0
427

528
### Enhancements

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Releases
22

3+
## 1.17.0
4+
5+
### New control(s)
6+
7+
- `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+
9+
### Enhancements
10+
11+
- `TaxonomyPicker`: Possibility to hide deprecated and "Available for Tagging"= false terms [#421](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/421)
12+
13+
### Fixes
14+
15+
- `RichText`: problem with edit mode [#445](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/445)
16+
- `ListView` documentation: Typo - the first occurrence of maxWidth should be minWidth [#400](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/400)
17+
- `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)
18+
- `RichText`: Fix of removing text and inserting link instead [#455](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/455)
19+
- `FilePicker`: Read file content in IE11 [#444](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/444)
20+
- `ListPicker`: listPicker always return "test" when multiple allowed [#458](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/458)
21+
22+
### Contributors
23+
24+
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).
25+
326
## 1.16.0
427

528
### Enhancements

src/common/telemetry/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version: string = "1.16.0";
1+
export const version: string = "1.17.0";

0 commit comments

Comments
 (0)