|
1 | 1 | {
|
2 | 2 | "versions": [
|
| 3 | + { |
| 4 | + "version": "3.16.0", |
| 5 | + "changes": { |
| 6 | + "new": [ |
| 7 | + "`ViewPicker`: new control ViewPicker [#1439](https://github.com/pnp/sp-dev-fx-controls-react/issues/1439)", |
| 8 | + "`HoverReactionsBar`: new control HoverReactionsBar [#1652](https://github.com/pnp/sp-dev-fx-controls-react/pull/1652)" |
| 9 | + ], |
| 10 | + "enhancements": [ |
| 11 | + "`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)", |
| 12 | + "`FieldCollectionData`: added date field control and updated number field [#1600](https://github.com/pnp/sp-dev-fx-controls-react/pull/1600)", |
| 13 | + "`ListItemComments`: Added ListItemComments component to Controls.tsx [#1621](https://github.com/pnp/sp-dev-fx-controls-react/pull/1621)", |
| 14 | + "`FolderPicker`: Improve documentation of FolderPicker [#1379](https://github.com/pnp/sp-dev-fx-controls-react/pull/1379)", |
| 15 | + "`RichText`: Add https:// as placeholder instead of textbox value when adding url [#1651](https://github.com/pnp/sp-dev-fx-controls-react/pull/1656)", |
| 16 | + "Fix package.json to remove phantom dependencies issues [#1660](https://github.com/pnp/sp-dev-fx-controls-react/issues/1660)", |
| 17 | + "`PeoplePicker`: new property to starting the search after n characters [#374](https://github.com/pnp/sp-dev-fx-controls-react/issues/374)", |
| 18 | + "SharePoint Framework v1.18.2 support" |
| 19 | + ], |
| 20 | + "fixes": [ |
| 21 | + "`AccessibleAccordion`: fix typo in documentation [#1634](https://github.com/pnp/sp-dev-fx-controls-react/pull/1634)", |
| 22 | + "`DynamicForm`: fix issue with MultiChoice field [#1510](https://github.com/pnp/sp-dev-fx-controls-react/issues/1510)", |
| 23 | + "`Localization`: Update dutch translations [#1635](https://github.com/pnp/sp-dev-fx-controls-react/issues/1635)", |
| 24 | + "`TaxonomyPicker`: suggested item contains double termset name [#1597](https://github.com/pnp/sp-dev-fx-controls-react/issues/1597)", |
| 25 | + "`DynamicForm`: DynamicForm does not properly handle NULL default values for Taxonomy fields [#1267](https://github.com/pnp/sp-dev-fx-controls-react/issues/1267)", |
| 26 | + "`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)", |
| 27 | + "`PeoplePicker`:PeoplePicker won't accept Multiple Users with the same name [#1620] (https://github.com/pnp/sp-dev-fx-controls-react/pull/1620)", |
| 28 | + "`DynamicForm`: Dynamic Form accessed TaxonomyFieldTypeMulti without considering sub-array results [#1614](https://github.com/pnp/sp-dev-fx-controls-react/pull/1614)", |
| 29 | + "`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)", |
| 30 | + "`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)", |
| 31 | + "`ListItemAttachments`: Inconsistent file handling [#1644](https://github.com/pnp/sp-dev-fx-controls-react/issues/1644)", |
| 32 | + "`Localization`: Update Japanese translations [#1686](https://github.com/pnp/sp-dev-fx-controls-react/pull/1686)", |
| 33 | + "`ListItemPicker`: Fix docs for onSelectedItem [#1690](https://github.com/pnp/sp-dev-fx-controls-react/pull/1690)", |
| 34 | + "`ComboBoxListItemPicker`: Fix docs for onSelectedItem [#1690](https://github.com/pnp/sp-dev-fx-controls-react/pull/1690)", |
| 35 | + "`ListItemAttachments`: Fix click behavior in ListItemAttachments component [#1692](https://github.com/pnp/sp-dev-fx-controls-react/pull/1692)" |
| 36 | + ] |
| 37 | + }, |
| 38 | + "contributions": [ |
| 39 | + "[Dan Toft](https://github.com/Tanddant)", |
| 40 | + "[Gerke van Garderen](https://github.com/gerkevgarderen)", |
| 41 | + "[Guido Zambarda](https://github.com/GuidoZam)", |
| 42 | + "[Joakim](https://github.com/daenur76)", |
| 43 | + "[Michaël Maillot](https://github.com/michaelmaillot)", |
| 44 | + "[Nils Andresen](https://github.com/nils-a)", |
| 45 | + "[Nishkalank Bezawada](https://github.com/NishkalankBezawada)", |
| 46 | + "[Rico van de Ven](https://github.com/RicoNL)", |
| 47 | + "[Steve Beaugé](https://github.com/stevebeauge)", |
| 48 | + "[wuxiaojun514](https://github.com/wuxiaojun514)", |
| 49 | + "[Tetsuya Kawahara](https://github.com/tecchan1107)", |
| 50 | + "[Tom G](https://github.com/t0mgerman)", |
| 51 | + "[Yannik Reiter](https://github.com/yannikreiter-maxworx)" |
| 52 | + ] |
| 53 | + }, |
3 | 54 | {
|
4 | 55 | "version": "3.15.0",
|
5 | 56 | "changes": {
|
|
0 commit comments