|
1 | 1 | # Releases
|
2 | 2 |
|
| 3 | +## 1.18.0 |
| 4 | + |
| 5 | +### New control(s) |
| 6 | + |
| 7 | +- Pagination Control [#535](https://github.com/pnp/sp-dev-fx-controls-react/pull/535) |
| 8 | +- TreeView Control [#536](https://github.com/pnp/sp-dev-fx-controls-react/pull/536) |
| 9 | +- FolderPicker Control [#525](https://github.com/pnp/sp-dev-fx-controls-react/pull/525) |
| 10 | + |
| 11 | +### Enhancements |
| 12 | + |
| 13 | +- `FolderExplorer` updates: allow selection of libraries if site url is used as the root, allow passing items to be passed as a property and added to the breadcrumb, add support for loading folders from a different site, fix breadcrumb names for document libraries [#534](https://github.com/pnp/sp-dev-fx-controls-react/pull/534) |
| 14 | +- `IconPicker`: `renderOption` property to render icons list as a panel or dialog [#537](https://github.com/pnp/sp-dev-fx-controls-react/pull/537) |
| 15 | + |
| 16 | +### Fixes |
| 17 | + |
| 18 | +- `ComboBoxListItemPicker` documentation fix: Updated import statement in docs for ComboBoxListItemPicker [#510](https://github.com/pnp/sp-dev-fx-controls-react/pull/510) |
| 19 | +- Documentation fix: add the new control `ComboBoxListItemPicker` component to landing page [#511](https://github.com/pnp/sp-dev-fx-controls-react/pull/511) |
| 20 | +- `FilePicker`: While using the control, if `hideOrganisationalAssetTab` is set to true, even then an additional HTTP request is made. |
| 21 | +- `IconPicker`: search fix and updated list of icons [#533](https://github.com/pnp/sp-dev-fx-controls-react/pull/533) |
| 22 | +- `ListItemAttachment`: when I upload a file that contains an hyphen, the "-" char is replaced by an empty string [#526](https://github.com/pnp/sp-dev-fx-controls-react/issues/526) |
| 23 | +- `IconPicker` shows selected icon only during the first opening [#513](https://github.com/pnp/sp-dev-fx-controls-react/issues/513) |
| 24 | +- `ComboBoxListItemPicker`: `onSelectedItem` passing data to callback method but with attributes value as `undefined` [#519](https://github.com/pnp/sp-dev-fx-controls-react/issues/519) |
| 25 | +- `FilePicker`: filename is not visible on Upload tab [#518](https://github.com/pnp/sp-dev-fx-controls-react/issues/518) |
| 26 | +- `IconPicker`: Search doesn't work at all [#512](https://github.com/pnp/sp-dev-fx-controls-react/issues/512) |
| 27 | +- `ComboBoxListItemPicker` documentation fix: correct `onSelectedItem` notation [#547](https://github.com/pnp/sp-dev-fx-controls-react/pull/547) |
| 28 | +- Documentation: Fix mistranslation in Japanese [#545](https://github.com/pnp/sp-dev-fx-controls-react/pull/545) |
| 29 | +- `FieldUserRenderer`: `displayName` in `FieldUserHoverCard` is not updated if `props` of the `FIeldUserRenderer` have been changed [#542](https://github.com/pnp/sp-dev-fx-controls-react/issues/542) |
| 30 | + |
| 31 | +### Contributors |
| 32 | + |
| 33 | +Special thanks to our contributors (in alphabetical order): [David Ramalho](https://github.com/DRamalho92), [Gautam Sheth](https://github.com/gautamdsheth), [Gregghis](https://github.com/Gregghis), [João Mendes](https://github.com/joaojmendes), [Joel Rodrigues](https://github.com/joelfmrodrigues), [Nanddeep Nachan](https://github.com/nanddeepn), [Prasad Kasireddy](https://github.com/PrasadKasireddy), [Siddharth Vaghasia](https://github.com/siddharth-vaghasia), [Takashi Shinohara](https://github.com/karamem0). |
| 34 | + |
3 | 35 | ## 1.17.0
|
4 | 36 |
|
5 | 37 | ### New control(s)
|
|
0 commit comments