Skip to content

Commit 23af35a

Browse files
authored
Merge pull request pnp#87 from SharePoint/dev
Merge for v1.5.0
2 parents 05d6045 + 1ad5309 commit 23af35a

28 files changed

+1094
-114
lines changed

CHANGELOG.JSON

Lines changed: 189 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,189 @@
1+
{
2+
"versions": [
3+
{
4+
"version": "1.5.0",
5+
"changes": {
6+
"new": [
7+
"New `PeoplePicker` control added [#19](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/19)"
8+
],
9+
"enhancements": [
10+
"Added a properties to the `TaxonomyPicker` to specify which terms are disabled/not-selectable [#82](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/82)"
11+
],
12+
"fixes": [
13+
"Bug in `TaxonomyPicker` where values are not updated by an async change [#83](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/83)",
14+
"`FieldUserRenderer` uses email prop for `GetPropertiesFor` [#84](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/84)",
15+
"Fixed issue in single selection mode when all group items were selected in the `ListView` when user clicked on the group header [#86](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/86)"
16+
]
17+
},
18+
"contributions": ["Asish Padhy", "Alex Terentiev"]
19+
},
20+
{
21+
"version": "1.4.0",
22+
"changes": {
23+
"new": [
24+
"`SecurityTrimmedControl` control got added [#74](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/74)"
25+
],
26+
"enhancements": [
27+
"Allow the `TaxonomyPicker` to also be used in Application Customizer [#77](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/77)",
28+
"Add `npm postinstall` script to automatically add the locale config [#78](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/78)"
29+
],
30+
"fixes": [
31+
"Icon not showing up in the `Placeholder` control [#76](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/76)"
32+
]
33+
},
34+
"contributions": []
35+
},
36+
{
37+
"version": "1.3.0",
38+
"changes": {
39+
"new": [],
40+
"enhancements": [
41+
"`TaxonomyPicker` control got added [#22](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/22) [#63](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/63) [#64](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/64)",
42+
"`ListPicker` control got added [#34](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/34)"
43+
],
44+
"fixes": [
45+
"Issue fixed when the optional `selection` property was not provided to the `ListView` [#65](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/65)"
46+
]
47+
},
48+
"contributions": []
49+
},
50+
{
51+
"version": "1.2.5",
52+
"changes": {
53+
"new": [],
54+
"enhancements": [],
55+
"fixes": [
56+
"Undo `ListView` item selection after items array updates [#55](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/55)"
57+
]
58+
},
59+
"contributions": []
60+
},
61+
{
62+
"version": "1.2.4",
63+
"changes": {
64+
"new": [],
65+
"enhancements": [
66+
"Hiding placeholder title on small zones"
67+
],
68+
"fixes": [
69+
"iFrame dialog reference fix [#52](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/52)"
70+
]
71+
},
72+
"contributions": []
73+
},
74+
{
75+
"version": "1.2.3",
76+
"changes": {
77+
"new": [],
78+
"enhancements": [
79+
"Optimized telemetry so that it only pushes control data",
80+
"`WebPartTitle` hide control completely when empty"
81+
],
82+
"fixes": []
83+
},
84+
"contributions": []
85+
},
86+
{
87+
"version": "1.2.2",
88+
"changes": {
89+
"new": [],
90+
"enhancements": [],
91+
"fixes": ["Fixes an issue sorting in the `ListView` control while items were selected. Indexes were not updated."]
92+
},
93+
"contributions": []
94+
},
95+
{
96+
"version": "1.2.1",
97+
"changes": {
98+
"new": [],
99+
"enhancements": [],
100+
"fixes": ["`FieldTaxonomyRenderer` got fixed to support single and multiple values"]
101+
},
102+
"contributions": []
103+
},
104+
{
105+
"version": "1.2.0",
106+
"changes": {
107+
"new": [
108+
"Field controls are added to the project",
109+
"`IFrameDialog` was added to the project"
110+
],
111+
"enhancements": [],
112+
"fixes": ["Fixed theming in the `WebPartTitle` control"]
113+
},
114+
"contributions": []
115+
},
116+
{
117+
"version": "1.1.3",
118+
"changes": {
119+
"new": [],
120+
"enhancements": [],
121+
"fixes": ["`FileTypeIcon` icon fixed where it did not render an icon. This control should now works in SPFx extensions."]
122+
},
123+
"contributions": []
124+
},
125+
{
126+
"version": "1.1.2",
127+
"changes": {
128+
"new": [],
129+
"enhancements": ["Improved telemetry with some object checks"],
130+
"fixes": ["Fix for `WebPartTitle` control to inherit color"]
131+
},
132+
"contributions": []
133+
},
134+
{
135+
"version": "1.1.1",
136+
"changes": {
137+
"new": [],
138+
"enhancements": ["Removed operation name from telemetry"],
139+
"fixes": []
140+
},
141+
"contributions": []
142+
},
143+
{
144+
"version": "1.1.0",
145+
"changes": {
146+
"new": [],
147+
"enhancements": ["Telemetry added"],
148+
"fixes": []
149+
},
150+
"contributions": []
151+
},
152+
{
153+
"version": "1.0.0",
154+
"changes": {
155+
"new": ["`WebPartTitle` control got added"],
156+
"enhancements": ["ListView control got extended with the ability to specify a set of preselected items."],
157+
"fixes": []
158+
},
159+
"contributions": []
160+
},
161+
{
162+
"version": "Beta 1.0.0-beta.8",
163+
"changes": {
164+
"new": [],
165+
"enhancements": [],
166+
"fixes": ["Fix for the `ListView` control when selection is used in combination with `setState`."]
167+
},
168+
"contributions": []
169+
},
170+
{
171+
"version": "Beta 1.0.0-beta.7",
172+
"changes": {
173+
"new": ["Grouping functionality added to the `ListView` control"],
174+
"enhancements": [],
175+
"fixes": []
176+
},
177+
"contributions": []
178+
},
179+
{
180+
"version": "Beta 1.0.0-beta.6",
181+
"changes": {
182+
"new": ["Initial release"],
183+
"enhancements": [],
184+
"fixes": []
185+
},
186+
"contributions": []
187+
}
188+
]
189+
}

CHANGELOG.md

Lines changed: 50 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
11
# Releases
22

3+
## 1.5.0
4+
5+
**New control(s)**
6+
7+
- New `PeoplePicker` control added [#19](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/19)
8+
9+
**Enhancements**
10+
11+
- Added a properties to the `TaxonomyPicker` to specify which terms are disabled/not-selectable [#82](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/82)
12+
13+
**Fixes**
14+
15+
- Bug in `TaxonomyPicker` where values are not updated by an async change [#83](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/83)
16+
- `FieldUserRenderer` uses email prop for `GetPropertiesFor` [#84](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/84)
17+
- Fixed issue in single selection mode when all group items were selected in the `ListView` when user clicked on the group header [#86](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/86)
18+
319
## 1.4.0
420

5-
**New Controls**
21+
**New control(s)**
622

723
- `SecurityTrimmedControl` control got added [#74](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/74)
824

@@ -17,7 +33,7 @@
1733

1834
## 1.3.0
1935

20-
**New Controls**
36+
**Enhancements**
2137

2238
- `TaxonomyPicker` control got added [#22](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/22) [#63](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/63) [#64](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/64)
2339
- `ListPicker` control got added [#34](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/34)
@@ -63,7 +79,7 @@
6379

6480
## 1.2.0
6581

66-
**New controls**
82+
**New control(s)**
6783

6884
- Field controls are added to the project
6985
- `IFrameDialog` was added to the project
@@ -74,31 +90,56 @@
7490

7591
## 1.1.3
7692

77-
- `FileTypeIcon` icon fixed. This control should now also work in SPFx extensions.
93+
**Fixes**
94+
95+
- `FileTypeIcon` icon fixed where it did not render an icon. This control should now works in SPFx extensions.
7896

7997
## 1.1.2
8098

81-
- Fix for `WebPartTitle` control to inherit color
99+
**Enhancements**
100+
82101
- Improved telemetry with some object checks
83102

103+
**Fixes**
104+
105+
- Fix for `WebPartTitle` control to inherit color
106+
84107
## 1.1.1
85108

109+
**Enhancements**
110+
86111
- Removed operation name from telemetry
87112

88113
## 1.1.0
89114

115+
**Enhancements**
116+
90117
- Telemetry added
91118

92119
## 1.0.0
93-
- **New control**: WebPartTitle control got added.
94-
- **Enhancement**: ListView control got extended with the ability to specify a set of preselected items.
120+
121+
**New control(s)**
122+
123+
- `WebPartTitle` control got added
124+
125+
**Enhancements**
126+
127+
- ListView control got extended with the ability to specify a set of preselected items.
95128

96129
## Beta 1.0.0-beta.8
97-
- **Bug fix**: bug fix for the `ListView` control when selection is used in combination with `setState`.
130+
131+
**Fixes**
132+
133+
- Fix for the `ListView` control when selection is used in combination with `setState`.
98134

99135
## Beta 1.0.0-beta.7
100-
**Added**
136+
137+
**New control(s)**
138+
101139
- Grouping functionality added to the `ListView` control
102140

103141
## Beta 1.0.0-beta.6
142+
143+
**New control(s)**
144+
104145
- Initial release

0 commit comments

Comments
 (0)