Skip to content

Commit

Permalink
Merge pull request #387 from SharePoint/dev
Browse files Browse the repository at this point in the history
Merge for 1.15.0
  • Loading branch information
estruyf committed Oct 14, 2019
2 parents 329cbc8 + c347b1e commit bc3baf5
Show file tree
Hide file tree
Showing 143 changed files with 8,919 additions and 548 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.JSON
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
{
"versions": [
{
"version": "1.15.0",
"changes": {
"new": [
"`FilePicker`: New control added to the library [#366](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/366)",
"`GridLayout`: New control added to the library [#350](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/350)",
"`Carousel`: New control added to the library [#227](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/227)"
],
"enhancements": [
"`TaxonomyPicker`: Localization keys added to the buttons [#361](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/361)",
"Swedish localization support added [#359](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/359)",
"Improved German translations [#338](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/338)",
"`DateTimePicker`: added options to render time part as mask or dropdown [#330](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/330)",
"`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)",
"Improved Russian translations [#384](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/384)",
"`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)"
],
"fixes": [
"`TaxonomyPicker`: Tags icon styling issue on IE11 [#356](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/356)",
"`DateTimePicker`: Does not respect dateLabel and timeLabel [#346](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/346)",
"`PeoplePicker`: Get loginName with ensureUser [#342](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/342)",
"`PeoplePicker`: Fix missing required field label [#371](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/371)"
]
},
"contributions": [
"[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)"
]
},
{
"version": "1.14.0",
"changes": {
Expand Down
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Releases

## 1.15.0

### New control(s)

- `FilePicker`: New control added to the library [#366](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/366)
- `GridLayout`: New control added to the library [#350](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/350)
- `Carousel`: New control added to the library [#227](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/227)

### Enhancements

- `TaxonomyPicker`: Localization keys added to the buttons [#361](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/361)
- Swedish localization support added [#359](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/359)
- Improved German translations [#338](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/338)
- `DateTimePicker`: added options to render time part as mask or dropdown [#330](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/330)
- `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)
- Improved Russian translations [#384](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/384)
- `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)

### Fixes

- `TaxonomyPicker`: Tags icon styling issue on IE11 [#356](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/356)
- `DateTimePicker`: Does not respect dateLabel and timeLabel [#346](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/346)
- `PeoplePicker`: Get loginName with ensureUser [#342](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/342)
- `PeoplePicker`: Fix missing required field label [#371](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/371)

### Contributors

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).

## 1.14.0

### Enhancements
Expand Down
214 changes: 0 additions & 214 deletions de-de.ts

This file was deleted.

29 changes: 29 additions & 0 deletions docs/documentation/docs/about/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Releases

## 1.15.0

### New control(s)

- `FilePicker`: New control added to the library [#366](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/366)
- `GridLayout`: New control added to the library [#350](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/350)
- `Carousel`: New control added to the library [#227](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/227)

### Enhancements

- `TaxonomyPicker`: Localization keys added to the buttons [#361](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/361)
- Swedish localization support added [#359](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/359)
- Improved German translations [#338](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/338)
- `DateTimePicker`: added options to render time part as mask or dropdown [#330](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/330)
- `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)
- Improved Russian translations [#384](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/384)
- `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)

### Fixes

- `TaxonomyPicker`: Tags icon styling issue on IE11 [#356](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/356)
- `DateTimePicker`: Does not respect dateLabel and timeLabel [#346](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/346)
- `PeoplePicker`: Get loginName with ensureUser [#342](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/342)
- `PeoplePicker`: Fix missing required field label [#371](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/371)

### Contributors

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).

## 1.14.0

### Enhancements
Expand Down
Binary file added docs/documentation/docs/assets/Carousel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/documentation/docs/assets/DateTimePicker-12h.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/documentation/docs/assets/DateTimePicker-24h.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/documentation/docs/assets/DateTimePicker-dateOnly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/documentation/docs/assets/GridLayout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bc3baf5

Please sign in to comment.