Skip to content

Commit f0276c6

Browse files
authored
Merge branch 'dev' into dev
2 parents 51c69ec + 3f3181a commit f0276c6

24 files changed

+756
-449
lines changed

CHANGELOG.JSON

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,29 @@
44
"version": "1.15.0",
55
"changes": {
66
"new": [
7+
"`FilePicker`: New control added to the library [#366](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/366)",
78
"`GridLayout`: New control added to the library [#350](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/350)",
89
"`Carousel`: New control added to the library [#227](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/227)"
910
],
10-
"enhancements": [],
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+
],
1117
"fixes": [
12-
"`TaxonomyPicker`: Tags icon styling issue on IE11 [#356](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/356)"
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)"
1321
]
1422
},
1523
"contributions": [
24+
"[amortsell](https://github.com/amortsell)",
1625
"[Hugo Bernier](https://github.com/hugoabernier)",
17-
"[Piotr Siatka](https://github.com/siata13)"
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)"
1830
]
1931
},
2032
{

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,26 @@
44

55
### New control(s)
66

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

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+
1018
### Fixes
1119

1220
- `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)
1323

1424
### Contributors
1525

16-
Special thanks to our contributors (in alphabetical order): [Hugo Bernier](https://github.com/hugoabernier), [Piotr Siatka](https://github.com/siata13).
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).
1727

1828
## 1.14.0
1929

de-de.ts

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

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,26 @@
44

55
### New control(s)
66

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

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+
1018
### Fixes
1119

1220
- `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)
1323

1424
### Contributors
1525

16-
Special thanks to our contributors (in alphabetical order): [Hugo Bernier](https://github.com/hugoabernier), [Piotr Siatka](https://github.com/siata13).
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).
1727

1828
## 1.14.0
1929

16.3 KB
Loading
15 KB
Loading
13.7 KB
Loading
21.6 KB
Loading
20.5 KB
Loading

docs/documentation/docs/controls/DateTimePicker.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Here are some examples of the control:
1313
**DateTime Picker Date Only**
1414
![DateTimePicker Date Only](../assets/DateTimePicker-dateOnly.png)
1515

16+
**DateTime Picker No Seconds**
17+
![DateTimePicker Date Only](../assets/DateTimePicker-noseconds.png)
18+
19+
**DateTime Picker Dropdowns for Time Part**
20+
![DateTimePicker Date Only](../assets/DateTimePicker-dropdown.png)
21+
1622
## How to use this control in your solutions
1723

1824
- Check that you installed the `@pnp/spfx-controls-react` dependency. Check out the [getting started](../#getting-started) page for more information about installing the dependency.
@@ -60,6 +66,15 @@ The `DateTimePicker` control can be configured with the following properties:
6066
| value | Date | no | Default value of the DatePicker, if any |
6167
| onChange | function | no | Callback issued when date or time is changed |
6268
| showSeconds | boolean | no | Specifies, if seconds dropdown should be shown, defaults to false. |
69+
| timeDisplayControlType | TimeDisplayControlType | no | Specifies what type of control to use when rendering time part. |
70+
| showLabels | boolean | no | Specifies if labels in front of date and time parts should be rendered. |
71+
72+
Enum `TimeDisplayControlType`
73+
74+
| Name | Description |
75+
| ---- | ---- |
76+
| Text | Renders Time part as Masked Edit |
77+
| Dropdown | Renders Time part as Dropdown |
6378

6479
Enum `DateConvention`
6580

0 commit comments

Comments
 (0)