Skip to content

Commit 3bb83cc

Browse files
authored
Merge pull request pnp#207 from SharePoint/dev
Merge for 1.11.0
2 parents c198454 + 6985a86 commit 3bb83cc

File tree

114 files changed

+5839
-648
lines changed

Some content is hidden

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

114 files changed

+5839
-648
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.11.0",
5+
"changes": {
6+
"new": [
7+
"`Map`: Newly introduced map control is available [#14](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/14)",
8+
"`ChartControl`: Newly introduced control to render charts [#15](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/15)"
9+
],
10+
"enhancements": [
11+
"`PeoplePicker`: Allow the people picker to search on site level and on tenant level [#97](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/97)",
12+
"`ListView`: Added support for filtering [#99](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/99)",
13+
"`PeoplePicker`: Make the titleText property not required [#184](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/184)",
14+
"`Placeholder`: Added the ability to specify if the button can be hidden [#206](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/206)",
15+
"Updated the `office-ui-fabric-react` to the same version as in SPFx 1.7.0"
16+
],
17+
"fixes": [
18+
"`IFrameDialog`: fix for spinner which keeps appearing on the iframe [#154](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/154)",
19+
"`PeoplePicker`: fix SharePoint groups which could not be retrieved [#161](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/161)",
20+
"`TaxonomyPicker`: fix sort order with lowercased terms [#205](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/205)"
21+
]
22+
},
23+
"contributions": [
24+
"[Hugo Bernier](https://github.com/hugoabernier)",
25+
"[Asish Padhy](https://github.com/AsishP)",
26+
"[Piotr Siatka](https://github.com/siata13)",
27+
"[Anoop Tatti](https://github.com/anoopt)",
28+
"[Alex Terentiev](https://github.com/AJIXuMuK)",
29+
"[Tse Kit Yam](https://github.com/tsekityam)"
30+
]
31+
},
332
{
433
"version": "1.10.0",
534
"changes": {

CHANGELOG.md

Lines changed: 61 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,37 @@
11
# Releases
22

3+
## 1.11.0
4+
5+
### New control(s)
6+
7+
- `Map`: Newly introduced map control is available [#14](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/14)
8+
- `ChartControl`: Newly introduced control to render charts [#15](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/15)
9+
10+
### Enhancements
11+
12+
- `PeoplePicker`: Allow the people picker to search on site level and on tenant level [#97](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/97)
13+
- `ListView`: Added support for filtering [#99](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/99)
14+
- `PeoplePicker`: Make the titleText property not required [#184](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/184)
15+
- `Placeholder`: Added the ability to specify if the button can be hidden [#206](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/206)
16+
- Updated the `office-ui-fabric-react` to the same version as in SPFx 1.7.0
17+
18+
### Fixes
19+
20+
- `IFrameDialog`: fix for spinner which keeps appearing on the iframe [#154](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/154)
21+
- `PeoplePicker`: fix SharePoint groups which could not be retrieved [#161](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/161)
22+
- `TaxonomyPicker`: fix sort order with lowercased terms [#205](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/205)
23+
24+
### Contributors
25+
26+
Special thanks to our contributors (in alphabetical order): [Hugo Bernier](https://github.com/hugoabernier), [Asish Padhy](https://github.com/AsishP), [Piotr Siatka](https://github.com/siata13), [Anoop Tatti](https://github.com/anoopt), [Alex Terentiev](https://github.com/AJIXuMuK), [Tse Kit Yam](https://github.com/tsekityam).
27+
328
## 1.10.0
429

5-
**New control(s)**
30+
### New control(s)
631

732
- `ListItemPicker`: New field control [#165](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/165)
833

9-
**Enhancements**
34+
### Enhancements
1035

1136
- Dutch localization added [#100](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/100)
1237
- German localization added [#101](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/101)
@@ -25,11 +50,11 @@ Special thanks to our contributors (in alphabetical order): [Marc D Anderson](ht
2550

2651
## 1.9.0
2752

28-
**Enhancements**
53+
### Enhancements
2954

3055
- Optimize bundle size for latest SPFx version due to Office UI Fabric specific versioning [#136](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/136)
3156

32-
**Fixes**
57+
### Fixes
3358

3459
- `FieldLookupRenderer`: Lookup dialog is empty [#131](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/131)
3560
- `IFrameDialog`: Unnecessary horizontal scroll in IFrame dialog [#132](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/132)
@@ -41,7 +66,7 @@ Special thanks to our contributors (in alphabetical order): [Gautam Sheth](https
4166

4267
## 1.8.0
4368

44-
**Enhancements**
69+
### Enhancements
4570

4671
- `PeoplePicker`: Specify to hide or show the users/groups which are hidden in the UI [#122](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/122)
4772
- `WebPartTitle`: changing font-sizes on different resolutions [#114](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/114)
@@ -53,7 +78,7 @@ Special thanks to our contributors (in alphabetical order): [Gautam Sheth](https
5378
- `TaxonomyPicker`: Disable the terms which are set as deprecated or unavailable for tagging [#109](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/109)
5479
- `PeoplePicker`: Specify principle type to retrieve (users, groups, ...) [#94](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/94)
5580

56-
**Fixes**
81+
### Fixes
5782

5883
- `FieldLookupRenderer`: Fixed URL querystring params [#126](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/126)
5984
- `IFrameDialog`: dialog width is not correct in IE11 [#118](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/118)
@@ -65,14 +90,14 @@ Special thanks to our contributors (in alphabetical order): [Thomas Lamb](https:
6590

6691
## 1.7.0
6792

68-
**Enhancements**
93+
### Enhancements
6994

7095
- `PeoplePicker`: added functionality to initialize the control with person(s) or group(s) [#98](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/98)
7196
- `PeoplePicker`: support for searching on contains [#93](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/93)
7297
- `PeoplePicker`: find user based on email address [#95](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/95)
7398
- Bundle size: statically reference Office UI Fabric components in the FieldRenderer controls [#107](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/107)
7499

75-
**Fixes**
100+
### Fixes
76101

77102
- `FieldNameRenderer` onClick does not suppress default link behavior [#103](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/103)
78103

@@ -82,11 +107,11 @@ Special thanks to our contributors (in alphabetical order): Octavie van Haaften,
82107

83108
## 1.6.0
84109

85-
**Enhancements**
110+
### Enhancements
86111

87112
- Disabled property for PeoplePicker [#88](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/88)
88113

89-
**Fixes**
114+
### Fixes
90115

91116
- New telemetry approach which allows you to use Application Insights [#81](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/81)
92117
- PeoplePicker property selectedItems not implemented? [#90](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/90)
@@ -97,15 +122,15 @@ Special thanks to our contributor: Octavie van Haaften.
97122

98123
## 1.5.0
99124

100-
**New control(s)**
125+
### New control(s)
101126

102127
- New `PeoplePicker` control added [#19](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/19)
103128

104-
**Enhancements**
129+
### Enhancements
105130

106131
- Added properties to the `TaxonomyPicker` to specify which terms are disabled/not-selectable [#82](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/82)
107132

108-
**Fixes**
133+
### Fixes
109134

110135
- Bug in `TaxonomyPicker` where values are not updated by an async change [#83](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/83)
111136
- `FieldUserRenderer` uses email prop for `GetPropertiesFor` [#84](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/84)
@@ -117,128 +142,128 @@ Special thanks to our contributors (in alphabetical order): Asish Padhy, Alex Te
117142

118143
## 1.4.0
119144

120-
**New control(s)**
145+
### New control(s)
121146

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

124-
**Enhancements**
149+
### Enhancements
125150

126151
- Allow the `TaxonomyPicker` to also be used in Application Customizer [#77](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/77)
127152
- Add `npm postinstall` script to automatically add the locale config [#78](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/78)
128153

129-
**Fixes**
154+
### Fixes
130155

131156
- Icon not showing up in the `Placeholder` control [#76](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/76)
132157

133158
## 1.3.0
134159

135-
**Enhancements**
160+
### Enhancements
136161

137162
- `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)
138163
- `ListPicker` control got added [#34](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/34)
139164

140-
**Fixes**
165+
### Fixes
141166

142167
- 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)
143168

144169
## 1.2.5
145170

146-
**Fixes**
171+
### Fixes
147172

148173
- Undo `ListView` item selection after items array updates [#55](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/55)
149174

150175
## 1.2.4
151176

152-
**Enhancements**
177+
### Enhancements
153178

154179
- Hiding placeholder title on small zones
155180

156-
**Fixes**
181+
### Fixes
157182

158183
- iFrame dialog reference fix [#52](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/52)
159184

160185
## 1.2.3
161186

162-
**Enhancements**
187+
### Enhancements
163188

164189
- Optimized telemetry so that it only pushes control data
165190
- `WebPartTitle` hide control completely when empty
166191

167192
## 1.2.2
168193

169-
**Fixes**
194+
### Fixes
170195

171196
- Fixes an issue sorting in the `ListView` control while items were selected. Indexes were not updated.
172197

173198
## 1.2.1
174199

175-
**Fixes**
200+
### Fixes
176201

177202
- `FieldTaxonomyRenderer` got fixed to support single and multiple values
178203

179204
## 1.2.0
180205

181-
**New control(s)**
206+
### New control(s)
182207

183208
- Field controls are added to the project
184209
- `IFrameDialog` was added to the project
185210

186-
**Fixes**
211+
### Fixes
187212

188213
- Fixed theming in the `WebPartTitle` control
189214

190215
## 1.1.3
191216

192-
**Fixes**
217+
### Fixes
193218

194219
- `FileTypeIcon` icon fixed where it did not render an icon. This control should now works in SPFx extensions.
195220

196221
## 1.1.2
197222

198-
**Enhancements**
223+
### Enhancements
199224

200225
- Improved telemetry with some object checks
201226

202-
**Fixes**
227+
### Fixes
203228

204229
- Fix for `WebPartTitle` control to inherit color
205230

206231
## 1.1.1
207232

208-
**Enhancements**
233+
### Enhancements
209234

210235
- Removed operation name from telemetry
211236

212237
## 1.1.0
213238

214-
**Enhancements**
239+
### Enhancements
215240

216241
- Telemetry added
217242

218243
## 1.0.0
219244

220-
**New control(s)**
245+
### New control(s)
221246

222247
- `WebPartTitle` control got added
223248

224-
**Enhancements**
249+
### Enhancements
225250

226251
- ListView control got extended with the ability to specify a set of preselected items.
227252

228253
## Beta 1.0.0-beta.8
229254

230-
**Fixes**
255+
### Fixes
231256

232257
- Fix for the `ListView` control when selection is used in combination with `setState`.
233258

234259
## Beta 1.0.0-beta.7
235260

236-
**New control(s)**
261+
### New control(s)
237262

238263
- Grouping functionality added to the `ListView` control
239264

240265
## Beta 1.0.0-beta.6
241266

242-
**New control(s)**
267+
### New control(s)
243268

244269
- Initial release

0 commit comments

Comments
 (0)