|
1 | 1 | {
|
2 | 2 | "versions": [
|
| 3 | + { |
| 4 | + "version": "3.15.0", |
| 5 | + "changes": { |
| 6 | + "new": [ |
| 7 | + "`TermSetNavigation`: new control TermSetNavigation [#1527](https://github.com/pnp/sp-dev-fx-controls-react/pull/1527)" |
| 8 | + ], |
| 9 | + "enhancements": [ |
| 10 | + "`FolderExplorer`: show files on folder explorer control [#1502](https://github.com/pnp/sp-dev-fx-controls-react/pull/1502)", |
| 11 | + "`DynamicForm`: Fixed typo in property name [#1529](https://github.com/pnp/sp-dev-fx-controls-react/pull/1529)", |
| 12 | + "`DynamicForm`: validation error dialog added [#1531](https://github.com/pnp/sp-dev-fx-controls-react/pull/1531/)", |
| 13 | + "`DateTimePicker`: Add new property initialPickerDate [#1581](https://github.com/pnp/sp-dev-fx-controls-react/pull/1581)", |
| 14 | + "`ModernTaxonomyPicker`: can't find term when UI is in language not supported by term store [#1573](https://github.com/pnp/sp-dev-fx-controls-react/issues/1573)", |
| 15 | + "`AdaptiveCardHost`: Add null check for adaptive card elements [#1574](https://github.com/pnp/sp-dev-fx-controls-react/pull/1574)", |
| 16 | + "`ControlsTestWebPart`: Updated the ControlsTestWebPart to show the controls filtered by control type [#1547](https://github.com/pnp/sp-dev-fx-controls-react/pull/1547)", |
| 17 | + "`fast-serve`: Fast-serve updated to the latest version and serve warnings fixed [#1589](https://github.com/pnp/sp-dev-fx-controls-react/pull/1589)", |
| 18 | + "`DynamicForm`: DynamicForm Number min max [#1585](https://github.com/pnp/sp-dev-fx-controls-react/pull/1585)" |
| 19 | + ], |
| 20 | + "fixes": [ |
| 21 | + "`FieldPicker`: Changed react import to fix `cannot be used as a JSX component` error [#1500](https://github.com/pnp/sp-dev-fx-controls-react/pull/1500)", |
| 22 | + "`Localization`: Fixes to Italian localization [#1532](https://github.com/pnp/sp-dev-fx-controls-react/pull/1532)", |
| 23 | + "`Localization`: Fixes to Netherlands localization [#1537](https://github.com/pnp/sp-dev-fx-controls-react/pull/1537)", |
| 24 | + "`ListItemAttachments`: Fix the OnClick handler when clicking on the document card [#1541](https://github.com/pnp/sp-dev-fx-controls-react/issues/1541)", |
| 25 | + "`fast-serve`: Fix issue with File and Directory Entries API [#1555](https://github.com/pnp/sp-dev-fx-controls-react/issues/1555)", |
| 26 | + "`FilePicker`: Tile view issue on first render [#1558](https://github.com/pnp/sp-dev-fx-controls-react/issues/1558)", |
| 27 | + "`DynamicForm` lookups - first time you select an option from a lookup, it doesnt select it [#1535](https://github.com/pnp/sp-dev-fx-controls-react/issues/1535)", |
| 28 | + "`DynamicForm`: Fields of type Note don't get disabled [#1264](https://github.com/pnp/sp-dev-fx-controls-react/issues/1264)", |
| 29 | + "`ListItemAttachments`: Fix for files containing dots in the name [#1580](https://github.com/pnp/sp-dev-fx-controls-react/issues/1580)", |
| 30 | + "`PeoplePicker`: Shows wrong value in Dynamic Form when null is provided [#1421](https://github.com/pnp/sp-dev-fx-controls-react/issues/1421)", |
| 31 | + "`DynamicForm`: Error on save when clearing person from Person or Group field and leaving it blank [#1578](https://github.com/pnp/sp-dev-fx-controls-react/issues/1578)", |
| 32 | + "`DynamicForm`: Number validation is not working, if the field is set to minimum and maximum value [#1571](https://github.com/pnp/sp-dev-fx-controls-react/issues/1571)", |
| 33 | + "`DynamicForm`: controls are shown with error messages even if the values are assigned [#1133](https://github.com/pnp/sp-dev-fx-controls-react/issues/1586)" |
| 34 | + ] |
| 35 | + }, |
| 36 | + "contributions": [ |
| 37 | + "[Andreas Omayrat](https://github.com/andreasomayrat)", |
| 38 | + "[Ayoub](https://github.com/ayoubqrt)", |
| 39 | + "[Desislav](https://github.com/DMichev)", |
| 40 | + "[Guido Zambarda](https://github.com/GuidoZam)", |
| 41 | + "[João Mendes](https://github.com/joaojmendes)", |
| 42 | + "[Nishkalank Bezawada](https://github.com/NishkalankBezawada)", |
| 43 | + "[Patrik Hellgren](https://github.com/patrikhellgren)", |
| 44 | + "[Rico van de Ven](https://github.com/RicoNL)", |
| 45 | + "[Sergei Sergeev](https://github.com/s-KaiNet)", |
| 46 | + "[Sharepointalist](https://github.com/sharepointalist)", |
| 47 | + "[Zhephyr](https://github.com/Zhephyr54)" |
| 48 | + |
| 49 | + ] |
| 50 | + }, |
3 | 51 | {
|
4 | 52 | "version": "3.14.0",
|
5 | 53 | "changes": {
|
6 | 54 | "new": [],
|
7 | 55 | "enhancements": [
|
8 |
| - "`DateTimePicker`: Fixed DateTimePicker strings in Danish Locale #1498](https://github.com/pnp/sp-dev-fx-controls-react/pull/1489)", |
9 |
| - "SharePoint Framework v1.17.1 support" |
| 56 | + "`DateTimePicker`: Fixed DateTimePicker strings in Danish Locale [#1498](https://github.com/pnp/sp-dev-fx-controls-react/pull/1489)", |
| 57 | + "SharePoint Framework v1.17.1 support", |
| 58 | + "`FieldCollectionData`: Adds panelProps property to FieldCollectionData [#1525](https://github.com/pnp/sp-dev-fx-controls-react/pull/1525)" |
10 | 59 | ],
|
11 | 60 | "fixes": [
|
12 | 61 | "`DynamicForm`: Fixes DynamicForm trying to load TaxonomyFields with wrong display name [#1422](https://github.com/pnp/sp-dev-fx-controls-react/issues/1422)",
|
|
16 | 65 | "`Dynamic Form`: Fix for the DynamicForm when a defaultValue is null and the code try to call the split method on it. [#1486](https://github.com/pnp/sp-dev-fx-controls-react/pull/1486)",
|
17 | 66 | "`DynamicForm`: DynamicForm - Fixing Required Multi Field Saving Problem [#1489](https://github.com/pnp/sp-dev-fx-controls-react/issues/1489)",
|
18 | 67 | "`FolderExplorer`: FolderExplorer doesn't explore folders with ' in the name [#1491](https://github.com/pnp/sp-dev-fx-controls-react/issues/1491)",
|
19 |
| - "`DynamicForm`: cannot display lookup value when the source field is not Title [#1511](https://github.com/pnp/sp-dev-fx-controls-react/issues/1511)" |
| 68 | + "`DynamicForm`: cannot display lookup value when the source field is not Title [#1511](https://github.com/pnp/sp-dev-fx-controls-react/issues/1511)", |
| 69 | + "`FilePicker`:Features/1478 filepicker tiles view [#1521](https://github.com/pnp/sp-dev-fx-controls-react/issues/1521)" |
20 | 70 | ]
|
21 | 71 | },
|
22 | 72 | "contributions": [
|
|
27 | 77 | "[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
|
28 | 78 | "[Sergio Villalta](https://github.com/6gal6ler6)",
|
29 | 79 | "[Josef Benda](https://github.com/SmarterJB)",
|
| 80 | + "[Victor Romanov](https://github.com/VRomanovTau)", |
30 | 81 | "[wuxiaojun514](https://github.com/wuxiaojun514)",
|
31 | 82 | "[Zied FEHRI](https://github.com/ziedfehri)"
|
32 | 83 | ]
|
|
73 | 124 | "`DateTimePicker`: Date picker locale [#1095](https://github.com/pnp/sp-dev-fx-controls-react/issues/1095)",
|
74 | 125 | "`RichText`: Use theme colors - fix dark mode [#669](https://github.com/pnp/sp-dev-fx-controls-react/issues/669)",
|
75 | 126 | "`FilePicker`: Use theme colors - fix dark mode [#1132](https://github.com/pnp/sp-dev-fx-controls-react/issues/1132)"
|
| 127 | + |
76 | 128 | ]
|
77 | 129 | },
|
78 | 130 | "contributions": [
|
|
0 commit comments