|
1 | 1 | { |
2 | 2 | "versions": [ |
| 3 | + { |
| 4 | + "version": "1.20.0", |
| 5 | + "changes": { |
| 6 | + "new": [ |
| 7 | + "`Accordion` control [#638](https://github.com/pnp/sp-dev-fx-controls-react/pull/638)", |
| 8 | + "`FieldCollectionData` control [#591](https://github.com/pnp/sp-dev-fx-controls-react/pull/591)" |
| 9 | + ], |
| 10 | + "enhancements": [ |
| 11 | + "`FilePicker`: Stock images option added [#593](https://github.com/pnp/sp-dev-fx-controls-react/issues/593)", |
| 12 | + "`TaxonomyPicker`: Add the 'required' property [#216](https://github.com/pnp/sp-dev-fx-controls-react/issues/216)", |
| 13 | + "`TaxonomyPicker`: Add `errorMessage` and `onGetErrorMessage` props [#600](https://github.com/pnp/sp-dev-fx-controls-react/pull/600)", |
| 14 | + "`ListItemPicker`: ability to use substring search instead of startswith [#583](https://github.com/pnp/sp-dev-fx-controls-react/issues/583)", |
| 15 | + "`Map`: return display name and address details for the location [#585](https://github.com/pnp/sp-dev-fx-controls-react/issues/585)", |
| 16 | + "`Map`: support for draggable and static Bing maps [#586](https://github.com/pnp/sp-dev-fx-controls-react/issues/586)", |
| 17 | + "`TaxonomyPicker`: onLoad validation [#602](https://github.com/pnp/sp-dev-fx-controls-react/issues/602)", |
| 18 | + "`FieldCollectionData`: Add pagining and filtering [#617](https://github.com/pnp/sp-dev-fx-controls-react/pull/617)", |
| 19 | + "`TaxonomyPicker`: Finding terms with labels [#288](https://github.com/pnp/sp-dev-fx-controls-react/issues/288)", |
| 20 | + "`FileTypeIcon`: Added support for additional file type in `Image` mode [#640](https://github.com/pnp/sp-dev-fx-controls-react/pull/640)" |
| 21 | + ], |
| 22 | + "fixes": [ |
| 23 | + "`ComboBoxListItemPicker`: fetching only 100 items [#569](https://github.com/pnp/sp-dev-fx-controls-react/issues/569)", |
| 24 | + "`TaxonomyPicker`: browse (tree view) doesn't work with SP 2016 On-Premises [#183](https://github.com/pnp/sp-dev-fx-controls-react/issues/183)", |
| 25 | + "`FilePicker`: default tab when opened shows hidden RecentTab [#477](https://github.com/pnp/sp-dev-fx-controls-react/issues/477)", |
| 26 | + "`PeoplePicker`: The required error message not showing [#590](https://github.com/pnp/sp-dev-fx-controls-react/issues/590)", |
| 27 | + "`ListItemAttachments`: fails in Microsoft Teams Tab SPFx applications [#582](fails in Microsoft Teams Tab SPFx applications)", |
| 28 | + "`Carousel`: Changing pages doesn't work [#609](https://github.com/pnp/sp-dev-fx-controls-react/issues/609)", |
| 29 | + "`TaxonomyPicker`: no suggestions are displayed if `anchorId` is not set", |
| 30 | + "`TaxonomyPicker`: Suggestion/match does not work as expected [#604](https://github.com/pnp/sp-dev-fx-controls-react/issues/604)", |
| 31 | + "`TaxonomyPicker`: Include check for separator while filtering path of terms when anchorId is configured [#625](https://github.com/pnp/sp-dev-fx-controls-react/issues/625)", |
| 32 | + "`FilePicker`: Bing API search issue [#633](https://github.com/pnp/sp-dev-fx-controls-react/pull/633)", |
| 33 | + "`ListView`: Sort fires selection [#621](https://github.com/pnp/sp-dev-fx-controls-react/issues/621)", |
| 34 | + "`Map`: A minor issue in componentWillUpdate method to get the next props rather than the current props.[#641](https://github.com/pnp/sp-dev-fx-controls-react/pull/641)", |
| 35 | + "`IFrameDialog`: dialog size is incorrect when opening the dialog second time [#615](https://github.com/pnp/sp-dev-fx-controls-react/issues/615)", |
| 36 | + "`FolderPicker`: imports don't work [#614](https://github.com/pnp/sp-dev-fx-controls-react/issues/614)", |
| 37 | + "`FilePicker`: Yor Organization tab is not shown [#596](https://github.com/pnp/sp-dev-fx-controls-react/issues/596)", |
| 38 | + "`FolderPicker`, `FolderExplorer`: Controls don't let you explore sub folders if parent folder has apostrophe (') in its name.[#644](https://github.com/pnp/sp-dev-fx-controls-react/issues/644)", |
| 39 | + "`PeoplePicker`: image for a user picked in PeoplePicker didn't get resolved [#646](https://github.com/pnp/sp-dev-fx-controls-react/pull/646)", |
| 40 | + "Documentation fix for `IconPicker`: `renderOption` `dialog` should be lowercased. [#649](https://github.com/pnp/sp-dev-fx-controls-react/pull/649)" |
| 41 | + ] |
| 42 | + }, |
| 43 | + "contributions": [ |
| 44 | + "[Alexey Sadomov](https://github.com/sadomovalex)", |
| 45 | + "[Anoop Tatti](https://github.com/anoopt)", |
| 46 | + "[Devang Bhavsar](https://github.com/devangbhavsar89)", |
| 47 | + "[Gautam Sheth](https://github.com/gautamdsheth)", |
| 48 | + "[geltapatio](https://github.com/geltapatio)", |
| 49 | + "[Joel Jeffery](https://github.com/joeljeffery)", |
| 50 | + "[juhaalhojoki](https://github.com/juhaalhojoki)", |
| 51 | + "[Piotr Siatka](https://github.com/siata13)", |
| 52 | + "[Rabia Williams](https://github.com/rabwill)", |
| 53 | + "[Ravichandran Krishnasamy](https://github.com/ravichandran-blog)", |
| 54 | + "[Victor Pollet](https://github.com/TheThor59)" |
| 55 | + ] |
| 56 | + }, |
3 | 57 | { |
4 | 58 | "version": "1.19.0", |
5 | 59 | "changes": { |
|
0 commit comments