Skip to content

Commit ca4bd7e

Browse files
committed
Updated changelog and script
1 parent 3e92d95 commit ca4bd7e

File tree

3 files changed

+79
-79
lines changed

3 files changed

+79
-79
lines changed

CHANGELOG.md

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
## 1.11.0
44

5-
**New control(s)**
5+
### New control(s)
66

77
- `Map`: Newly introduced map control is available [#14](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/14)
88
- `ChartControl`: Newly introduced control to render charts [#15](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/15)
99

10-
**Enhancements**
10+
### Enhancements
1111

1212
- `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)
1313
- `PeoplePicker`: Make the titleText property not required [#184](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/184)
1414
- Updated the `office-ui-fabric-react` to the same version as in SPFx 1.7.0
1515

16-
**Fixes**
16+
### Fixes
1717

1818
- `IFrameDialog`: fix for spinner which keeps appearing on the iframe [#154](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/154)
1919

@@ -23,11 +23,11 @@ Special thanks to our contributors (in alphabetical order): [Hugo Bernier](https
2323

2424
## 1.10.0
2525

26-
**New control(s)**
26+
### New control(s)
2727

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

30-
**Enhancements**
30+
### Enhancements
3131

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

4747
## 1.9.0
4848

49-
**Enhancements**
49+
### Enhancements
5050

5151
- 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)
5252

53-
**Fixes**
53+
### Fixes
5454

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

6363
## 1.8.0
6464

65-
**Enhancements**
65+
### Enhancements
6666

6767
- `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)
6868
- `WebPartTitle`: changing font-sizes on different resolutions [#114](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/114)
@@ -74,7 +74,7 @@ Special thanks to our contributors (in alphabetical order): [Gautam Sheth](https
7474
- `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)
7575
- `PeoplePicker`: Specify principle type to retrieve (users, groups, ...) [#94](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/94)
7676

77-
**Fixes**
77+
### Fixes
7878

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

8787
## 1.7.0
8888

89-
**Enhancements**
89+
### Enhancements
9090

9191
- `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)
9292
- `PeoplePicker`: support for searching on contains [#93](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/93)
9393
- `PeoplePicker`: find user based on email address [#95](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/95)
9494
- Bundle size: statically reference Office UI Fabric components in the FieldRenderer controls [#107](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/107)
9595

96-
**Fixes**
96+
### Fixes
9797

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

@@ -103,11 +103,11 @@ Special thanks to our contributors (in alphabetical order): Octavie van Haaften,
103103

104104
## 1.6.0
105105

106-
**Enhancements**
106+
### Enhancements
107107

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

110-
**Fixes**
110+
### Fixes
111111

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

119119
## 1.5.0
120120

121-
**New control(s)**
121+
### New control(s)
122122

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

125-
**Enhancements**
125+
### Enhancements
126126

127127
- 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)
128128

129-
**Fixes**
129+
### Fixes
130130

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

139139
## 1.4.0
140140

141-
**New control(s)**
141+
### New control(s)
142142

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

145-
**Enhancements**
145+
### Enhancements
146146

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

150-
**Fixes**
150+
### Fixes
151151

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

154154
## 1.3.0
155155

156-
**Enhancements**
156+
### Enhancements
157157

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

161-
**Fixes**
161+
### Fixes
162162

163163
- 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)
164164

165165
## 1.2.5
166166

167-
**Fixes**
167+
### Fixes
168168

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

171171
## 1.2.4
172172

173-
**Enhancements**
173+
### Enhancements
174174

175175
- Hiding placeholder title on small zones
176176

177-
**Fixes**
177+
### Fixes
178178

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

181181
## 1.2.3
182182

183-
**Enhancements**
183+
### Enhancements
184184

185185
- Optimized telemetry so that it only pushes control data
186186
- `WebPartTitle` hide control completely when empty
187187

188188
## 1.2.2
189189

190-
**Fixes**
190+
### Fixes
191191

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

194194
## 1.2.1
195195

196-
**Fixes**
196+
### Fixes
197197

198198
- `FieldTaxonomyRenderer` got fixed to support single and multiple values
199199

200200
## 1.2.0
201201

202-
**New control(s)**
202+
### New control(s)
203203

204204
- Field controls are added to the project
205205
- `IFrameDialog` was added to the project
206206

207-
**Fixes**
207+
### Fixes
208208

209209
- Fixed theming in the `WebPartTitle` control
210210

211211
## 1.1.3
212212

213-
**Fixes**
213+
### Fixes
214214

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

217217
## 1.1.2
218218

219-
**Enhancements**
219+
### Enhancements
220220

221221
- Improved telemetry with some object checks
222222

223-
**Fixes**
223+
### Fixes
224224

225225
- Fix for `WebPartTitle` control to inherit color
226226

227227
## 1.1.1
228228

229-
**Enhancements**
229+
### Enhancements
230230

231231
- Removed operation name from telemetry
232232

233233
## 1.1.0
234234

235-
**Enhancements**
235+
### Enhancements
236236

237237
- Telemetry added
238238

239239
## 1.0.0
240240

241-
**New control(s)**
241+
### New control(s)
242242

243243
- `WebPartTitle` control got added
244244

245-
**Enhancements**
245+
### Enhancements
246246

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

249249
## Beta 1.0.0-beta.8
250250

251-
**Fixes**
251+
### Fixes
252252

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

255255
## Beta 1.0.0-beta.7
256256

257-
**New control(s)**
257+
### New control(s)
258258

259259
- Grouping functionality added to the `ListView` control
260260

261261
## Beta 1.0.0-beta.6
262262

263-
**New control(s)**
263+
### New control(s)
264264

265265
- Initial release

0 commit comments

Comments
 (0)