Skip to content

Commit bc3baf5

Browse files
authored
Merge pull request #387 from SharePoint/dev
Merge for 1.15.0
2 parents 329cbc8 + c347b1e commit bc3baf5

File tree

143 files changed

+8919
-548
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+8919
-548
lines changed

CHANGELOG.JSON

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
{
22
"versions": [
3+
{
4+
"version": "1.15.0",
5+
"changes": {
6+
"new": [
7+
"`FilePicker`: New control added to the library [#366](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/366)",
8+
"`GridLayout`: New control added to the library [#350](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/350)",
9+
"`Carousel`: New control added to the library [#227](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/227)"
10+
],
11+
"enhancements": [
12+
"`TaxonomyPicker`: Localization keys added to the buttons [#361](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/361)",
13+
"Swedish localization support added [#359](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/359)",
14+
"Improved German translations [#338](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/338)",
15+
"`DateTimePicker`: added options to render time part as mask or dropdown [#330](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/330)",
16+
"`ListItemPicker`: option to select a key column [#350](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/355), [#381](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/381)",
17+
"Improved Russian translations [#384](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/384)",
18+
"`RichText`: Added the ability to add a third Color Swatch Group called custom. This will allow you to add custom colors to the font color selector. [#385](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/385)"
19+
],
20+
"fixes": [
21+
"`TaxonomyPicker`: Tags icon styling issue on IE11 [#356](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/356)",
22+
"`DateTimePicker`: Does not respect dateLabel and timeLabel [#346](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/346)",
23+
"`PeoplePicker`: Get loginName with ensureUser [#342](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/342)",
24+
"`PeoplePicker`: Fix missing required field label [#371](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/371)"
25+
]
26+
},
27+
"contributions": [
28+
"[amortsell](https://github.com/amortsell)",
29+
"[Hugo Bernier](https://github.com/hugoabernier)",
30+
"[Robert Lindström](https://github.com/robert-lindstrom)",
31+
"[pfc2k8](https://github.com/pfc2k8)",
32+
"[Piotr Siatka](https://github.com/siata13)",
33+
"[Alex Terentiev](https://github.com/AJIXuMuK)",
34+
"[Luis Robertto Mello](https://github.com/mellolr1)",
35+
"[eweintraub](https://github.com/eweintraub)"
36+
]
37+
},
338
{
439
"version": "1.14.0",
540
"changes": {

CHANGELOG.md

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

3+
## 1.15.0
4+
5+
### New control(s)
6+
7+
- `FilePicker`: New control added to the library [#366](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/366)
8+
- `GridLayout`: New control added to the library [#350](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/350)
9+
- `Carousel`: New control added to the library [#227](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/227)
10+
11+
### Enhancements
12+
13+
- `TaxonomyPicker`: Localization keys added to the buttons [#361](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/361)
14+
- Swedish localization support added [#359](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/359)
15+
- Improved German translations [#338](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/338)
16+
- `DateTimePicker`: added options to render time part as mask or dropdown [#330](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/330)
17+
- `ListItemPicker`: option to select a key column [#350](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/355), [#381](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/381)
18+
- Improved Russian translations [#384](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/384)
19+
- `RichText`: Added the ability to add a third Color Swatch Group called custom. This will allow you to add custom colors to the font color selector. [#385](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/385)
20+
21+
### Fixes
22+
23+
- `TaxonomyPicker`: Tags icon styling issue on IE11 [#356](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/356)
24+
- `DateTimePicker`: Does not respect dateLabel and timeLabel [#346](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/346)
25+
- `PeoplePicker`: Get loginName with ensureUser [#342](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/342)
26+
- `PeoplePicker`: Fix missing required field label [#371](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/371)
27+
28+
### Contributors
29+
30+
Special thanks to our contributors (in alphabetical order): [amortsell](https://github.com/amortsell), [Hugo Bernier](https://github.com/hugoabernier), [Robert Lindström](https://github.com/robert-lindstrom), [pfc2k8](https://github.com/pfc2k8), [Piotr Siatka](https://github.com/siata13), [Alex Terentiev](https://github.com/AJIXuMuK), [Luis Robertto Mello](https://github.com/mellolr1), [eweintraub](https://github.com/eweintraub).
31+
332
## 1.14.0
433

534
### Enhancements

de-de.ts

Lines changed: 0 additions & 214 deletions
This file was deleted.

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

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

3+
## 1.15.0
4+
5+
### New control(s)
6+
7+
- `FilePicker`: New control added to the library [#366](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/366)
8+
- `GridLayout`: New control added to the library [#350](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/350)
9+
- `Carousel`: New control added to the library [#227](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/227)
10+
11+
### Enhancements
12+
13+
- `TaxonomyPicker`: Localization keys added to the buttons [#361](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/361)
14+
- Swedish localization support added [#359](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/359)
15+
- Improved German translations [#338](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/338)
16+
- `DateTimePicker`: added options to render time part as mask or dropdown [#330](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/330)
17+
- `ListItemPicker`: option to select a key column [#350](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/355), [#381](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/381)
18+
- Improved Russian translations [#384](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/384)
19+
- `RichText`: Added the ability to add a third Color Swatch Group called custom. This will allow you to add custom colors to the font color selector. [#385](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/385)
20+
21+
### Fixes
22+
23+
- `TaxonomyPicker`: Tags icon styling issue on IE11 [#356](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/356)
24+
- `DateTimePicker`: Does not respect dateLabel and timeLabel [#346](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/346)
25+
- `PeoplePicker`: Get loginName with ensureUser [#342](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/342)
26+
- `PeoplePicker`: Fix missing required field label [#371](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/371)
27+
28+
### Contributors
29+
30+
Special thanks to our contributors (in alphabetical order): [amortsell](https://github.com/amortsell), [Hugo Bernier](https://github.com/hugoabernier), [Robert Lindström](https://github.com/robert-lindstrom), [pfc2k8](https://github.com/pfc2k8), [Piotr Siatka](https://github.com/siata13), [Alex Terentiev](https://github.com/AJIXuMuK), [Luis Robertto Mello](https://github.com/mellolr1), [eweintraub](https://github.com/eweintraub).
31+
332
## 1.14.0
433

534
### Enhancements
43.9 KB
Loading
16.3 KB
Loading
15 KB
Loading
13.7 KB
Loading
21.6 KB
Loading
20.5 KB
Loading

0 commit comments

Comments
 (0)