|
1 | 1 | { |
2 | 2 | "versions": [ |
| 3 | + { |
| 4 | + "version": "3.17.0", |
| 5 | + "changes":{ |
| 6 | + "new": [], |
| 7 | + "enhancements": [ |
| 8 | + "`DyanmicForm`: Added file handling [#1625](https://github.com/pnp/sp-dev-fx-controls-react/pull/1625)", |
| 9 | + "`DynamicForm`: Custom Formatting and Validation, ControlsTestWebPart updates [#1672](https://github.com/pnp/sp-dev-fx-controls-react/pull/1672)" |
| 10 | + ], |
| 11 | + "fixes": [ |
| 12 | + "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)" |
| 13 | + ] |
| 14 | + }, |
| 15 | + "contributions": [ |
| 16 | + "[Guido Zambarda](https://github.com/GuidoZam)", |
| 17 | + "[Tom G](https://github.com/t0mgerman)" |
| 18 | + ] |
| 19 | + }, |
| 20 | + { |
| 21 | + "version": "3.16.1", |
| 22 | + "changes": { |
| 23 | + "fixes": [ |
| 24 | + "`DynamicForm`: Additional check to see if DefaultValue is an object. No more null comparisons, which should have been undefined comparisons" |
| 25 | + ] |
| 26 | + }, |
| 27 | + "contributions": [ |
| 28 | + "[IRRDC](https://github.com/IRRDC)" |
| 29 | + ] |
| 30 | + }, |
3 | 31 | { |
4 | 32 | "version": "3.16.0", |
5 | 33 | "changes": { |
6 | 34 | "new": [ |
7 | | - "`ViewPicker`: new control ViewPicker [#1439](https://github.com/pnp/sp-dev-fx-controls-react/issues/1439)" |
| 35 | + "`ViewPicker`: new control ViewPicker [#1439](https://github.com/pnp/sp-dev-fx-controls-react/issues/1439)", |
| 36 | + "`HoverReactionsBar`: new control HoverReactionsBar [#1652](https://github.com/pnp/sp-dev-fx-controls-react/pull/1652)" |
8 | 37 | ], |
9 | 38 | "enhancements": [ |
10 | 39 | "`FieldCollectionData`: render on page instead of panel and added combobox and peoplepicker controls [#1588](https://github.com/pnp/sp-dev-fx-controls-react/pull/1588)", |
11 | 40 | "`FieldCollectionData`: added date field control and updated number field [#1600](https://github.com/pnp/sp-dev-fx-controls-react/pull/1600)", |
12 | 41 | "`ListItemComments`: Added ListItemComments component to Controls.tsx [#1621](https://github.com/pnp/sp-dev-fx-controls-react/pull/1621)", |
13 | 42 | "`FolderPicker`: Improve documentation of FolderPicker [#1379](https://github.com/pnp/sp-dev-fx-controls-react/pull/1379)", |
14 | | - "`RichText`: Add https:// as placeholder instead of textbox value when adding url [#1651](https://github.com/pnp/sp-dev-fx-controls-react/pull/1656)" |
| 43 | + "`RichText`: Add https:// as placeholder instead of textbox value when adding url [#1651](https://github.com/pnp/sp-dev-fx-controls-react/pull/1656)", |
| 44 | + "Fix package.json to remove phantom dependencies issues [#1660](https://github.com/pnp/sp-dev-fx-controls-react/issues/1660)", |
| 45 | + "`PeoplePicker`: new property to starting the search after n characters [#374](https://github.com/pnp/sp-dev-fx-controls-react/issues/374)", |
| 46 | + "SharePoint Framework v1.18.2 support" |
15 | 47 | ], |
16 | 48 | "fixes": [ |
17 | 49 | "`AccessibleAccordion`: fix typo in documentation [#1634](https://github.com/pnp/sp-dev-fx-controls-react/pull/1634)", |
|
22 | 54 | "`DynamicForm`: New items are always created with the default content type if the list has multiple content types [#1626](https://github.com/pnp/sp-dev-fx-controls-react/pull/1626)", |
23 | 55 | "`PeoplePicker`:PeoplePicker won't accept Multiple Users with the same name [#1620] (https://github.com/pnp/sp-dev-fx-controls-react/pull/1620)", |
24 | 56 | "`DynamicForm`: Dynamic Form accessed TaxonomyFieldTypeMulti without considering sub-array results [#1614](https://github.com/pnp/sp-dev-fx-controls-react/pull/1614)", |
25 | | - "`DynamicForm`: Number validations are working, but the percentage values are not getting saved [#1601](https://github.com/pnp/sp-dev-fx-controls-react/pull/1601)" |
| 57 | + "`DynamicForm`: Number validations are working, but the percentage values are not getting saved [#1601](https://github.com/pnp/sp-dev-fx-controls-react/pull/1601)", |
| 58 | + "`DynamicForm`: Number validation is preventing form save in certain circumstances, not enabled for currency fields [#1604](https://github.com/pnp/sp-dev-fx-controls-react/issues/1604)", |
| 59 | + "`ListItemAttachments`: Inconsistent file handling [#1644](https://github.com/pnp/sp-dev-fx-controls-react/issues/1644)", |
| 60 | + "`Localization`: Update Japanese translations [#1686](https://github.com/pnp/sp-dev-fx-controls-react/pull/1686)", |
| 61 | + "`ListItemPicker`: Fix docs for onSelectedItem [#1690](https://github.com/pnp/sp-dev-fx-controls-react/pull/1690)", |
| 62 | + "`ComboBoxListItemPicker`: Fix docs for onSelectedItem [#1690](https://github.com/pnp/sp-dev-fx-controls-react/pull/1690)", |
| 63 | + "`ListItemAttachments`: Fix click behavior in ListItemAttachments component [#1692](https://github.com/pnp/sp-dev-fx-controls-react/pull/1692)" |
26 | 64 | ] |
27 | 65 | }, |
28 | 66 | "contributions": [ |
| 67 | + "[Dan Toft](https://github.com/Tanddant)", |
| 68 | + "[Gerke van Garderen](https://github.com/gerkevgarderen)", |
29 | 69 | "[Guido Zambarda](https://github.com/GuidoZam)", |
30 | 70 | "[Joakim](https://github.com/daenur76)", |
31 | 71 | "[Michaël Maillot](https://github.com/michaelmaillot)", |
32 | 72 | "[Nils Andresen](https://github.com/nils-a)", |
33 | 73 | "[Nishkalank Bezawada](https://github.com/NishkalankBezawada)", |
34 | 74 | "[Rico van de Ven](https://github.com/RicoNL)", |
35 | 75 | "[Steve Beaugé](https://github.com/stevebeauge)", |
36 | | - "[wuxiaojun514](https://github.com/wuxiaojun514)" |
| 76 | + "[wuxiaojun514](https://github.com/wuxiaojun514)", |
| 77 | + "[Tetsuya Kawahara](https://github.com/tecchan1107)", |
| 78 | + "[Tom G](https://github.com/t0mgerman)", |
| 79 | + "[Yannik Reiter](https://github.com/yannikreiter-maxworx)" |
37 | 80 | ] |
38 | 81 | }, |
39 | 82 | { |
|
0 commit comments