|
1 | 1 | {
|
2 | 2 | "versions": [
|
| 3 | + { |
| 4 | + "version": "3.18.0", |
| 5 | + "changes": { |
| 6 | + "new": [], |
| 7 | + "enhancements": [ |
| 8 | + "`DynamicField`: Added orderBy to DynamicField props for lookup fields[#1747](https://github.com/pnp/sp-dev-fx-controls-react/pull/1747)" |
| 9 | + ], |
| 10 | + "fixes": [ |
| 11 | + "`FolderPicker`: Update documentation on how to use the control with siteAbsoluteUrl property[#1743](https://github.com/pnp/sp-dev-fx-controls-react/pull/1743)", |
| 12 | + "Readme documents highlight extension does not work correctly[#1495](https://github.com/pnp/sp-dev-fx-controls-react/issues/1495)" |
| 13 | + ] |
| 14 | + }, |
| 15 | + "contributions": [ |
| 16 | + "[Guido Zambarda](https://github.com/GuidoZam)", |
| 17 | + "[Nishkalank Bezawada](https://github.com/NishkalankBezawada)" |
| 18 | + ] |
| 19 | + }, |
3 | 20 | {
|
4 | 21 | "version": "3.17.0",
|
5 | 22 | "changes":{
|
6 | 23 | "new": [],
|
7 | 24 | "enhancements": [
|
8 | 25 | "`DyanmicForm`: Added file handling [#1625](https://github.com/pnp/sp-dev-fx-controls-react/pull/1625)",
|
9 | 26 | "`DynamicForm`: Custom Formatting and Validation, ControlsTestWebPart updates [#1672](https://github.com/pnp/sp-dev-fx-controls-react/pull/1672)",
|
10 |
| - "`PeoplePicker `: Added custom filter to PeoplePicker selection [#1657](https://github.com/pnp/sp-dev-fx-controls-react/issues/1657)" |
| 27 | + "`PeoplePicker`: Added custom filter to PeoplePicker selection [#1657](https://github.com/pnp/sp-dev-fx-controls-react/issues/1657)", |
| 28 | + "`RichText`: Align RichText heading styles and font sizes with OOB SharePoint text web part [#1706](https://github.com/pnp/sp-dev-fx-controls-react/pull/1706)" |
11 | 29 | ],
|
12 | 30 | "fixes": [
|
13 |
| - "Build fails due to missing @iconify/react dependency after upgrade to 3.16.0 [#1719](https://github.com/pnp/sp-dev-fx-controls-react/issues/1719)" |
| 31 | + "Build fails due to missing @iconify/react dependency after upgrade to 3.16.0 [#1719](https://github.com/pnp/sp-dev-fx-controls-react/issues/1719)", |
| 32 | + "`ModernTaxonomyPicker`: not displaying suggestions when typing in values - API not found error [#1688](https://github.com/pnp/sp-dev-fx-controls-react/issues/1688)", |
| 33 | + "`DynamicForm`: Disable issue on fieldOverrides field control when onBeforeSubmit return true [#1715](https://github.com/pnp/sp-dev-fx-controls-react/issues/1715)", |
| 34 | + "`PeoplePicker`: PeoplePicker returns no results with webAbsoluteUrl and ensureUser [#1669](https://github.com/pnp/sp-dev-fx-controls-react/issues/1669)", |
| 35 | + "`DynamicForm`: [DynamicForm] Fixing multi taxonomy field (loading + saving existing item) [#1739](https://github.com/pnp/sp-dev-fx-controls-react/pull/1739)" |
14 | 36 | ]
|
15 | 37 | },
|
16 | 38 | "contributions": [
|
17 | 39 | "[Guido Zambarda](https://github.com/GuidoZam)",
|
18 |
| - "[Tom G](https://github.com/t0mgerman)" |
| 40 | + "[Lars Fernhomberg](https://github.com/lafe)", |
| 41 | + "[Mark Bice](https://github.com/mbice)", |
| 42 | + "[Michaël Maillot](https://github.com/michaelmaillot)", |
| 43 | + "[Nishkalank Bezawada](https://github.com/NishkalankBezawada)", |
| 44 | + "[Tom G](https://github.com/t0mgerman)", |
| 45 | + "[wuxiaojun514](https://github.com/wuxiaojun514)" |
| 46 | + ] |
| 47 | + }, |
| 48 | + { |
| 49 | + "version": "3.16.2", |
| 50 | + "changes": { |
| 51 | + "fixes": [ |
| 52 | + "`DynamicForm`: Fixing the previous version's issue [#1736](https://github.com/pnp/sp-dev-fx-controls-react/pull/1736) (introduced in [#1718](https://github.com/pnp/sp-dev-fx-controls-react/pull/1718))" |
| 53 | + ] |
| 54 | + }, |
| 55 | + "contributions": [ |
| 56 | + "[IRRDC](https://github.com/IRRDC)" |
19 | 57 | ]
|
20 | 58 | },
|
21 | 59 | {
|
|
0 commit comments