Skip to content

Commit 7b9ea4b

Browse files
authored
Merge branch 'dev' into mellolr1
2 parents 8c126c7 + a373f03 commit 7b9ea4b

File tree

129 files changed

+8628
-496
lines changed

Some content is hidden

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

129 files changed

+8628
-496
lines changed

CHANGELOG.JSON

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
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+
],
17+
"fixes": [
18+
"`TaxonomyPicker`: Tags icon styling issue on IE11 [#356](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/356)",
19+
"`DateTimePicker`: Does not respect dateLabel and timeLabel [#346](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/346)",
20+
"`PeoplePicker`: Get loginName with ensureUser [#342](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/342)"
21+
]
22+
},
23+
"contributions": [
24+
"[amortsell](https://github.com/amortsell)",
25+
"[Hugo Bernier](https://github.com/hugoabernier)",
26+
"[Robert Lindström](https://github.com/robert-lindstrom)",
27+
"[pfc2k8](https://github.com/pfc2k8)",
28+
"[Piotr Siatka](https://github.com/siata13)",
29+
"[Alex Terentiev](https://github.com/AJIXuMuK)"
30+
]
31+
},
332
{
433
"version": "1.14.0",
534
"changes": {

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
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+
18+
### Fixes
19+
20+
- `TaxonomyPicker`: Tags icon styling issue on IE11 [#356](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/356)
21+
- `DateTimePicker`: Does not respect dateLabel and timeLabel [#346](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/346)
22+
- `PeoplePicker`: Get loginName with ensureUser [#342](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/342)
23+
24+
### Contributors
25+
26+
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).
27+
328
## 1.14.0
429

530
### Enhancements

de-de.ts

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

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
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+
18+
### Fixes
19+
20+
- `TaxonomyPicker`: Tags icon styling issue on IE11 [#356](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/356)
21+
- `DateTimePicker`: Does not respect dateLabel and timeLabel [#346](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/346)
22+
- `PeoplePicker`: Get loginName with ensureUser [#342](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/342)
23+
24+
### Contributors
25+
26+
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).
27+
328
## 1.14.0
429

530
### 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)