|
1 | 1 | {
|
2 | 2 | "versions": [
|
| 3 | + { |
| 4 | + "version": "2.7.0", |
| 5 | + "changes": { |
| 6 | + "new": [ |
| 7 | + "`DragDropFiles`: new DragDropFiles control [#856](https://github.com/pnp/sp-dev-fx-controls-react/issues/856)", |
| 8 | + "`SitePicker` new Site Picker control [#867](https://github.com/pnp/sp-dev-fx-controls-react/pull/867)", |
| 9 | + "`Controls` Add locale strings for pt-br [#865](https://github.com/pnp/sp-dev-fx-controls-react/pull/865)" |
| 10 | + ], |
| 11 | + "enhancements": [ |
| 12 | + "`ListView`: Use new DragDropFiles control [#856](https://github.com/pnp/sp-dev-fx-controls-react/issues/856)", |
| 13 | + "`FilePicker`: Use new DragDropFiles control [#856](https://github.com/pnp/sp-dev-fx-controls-react/issues/856)", |
| 14 | + "`ListView`: Ability to provide custom sorting function [#880](https://github.com/pnp/sp-dev-fx-controls-react/issues/880)", |
| 15 | + "`FilePicker`: Allow panel on FilePicker to be invoked after first load [#886](https://github.com/pnp/sp-dev-fx-controls-react/issues/886)", |
| 16 | + "`FilePicker`: Allow FilePicker button to be hidden [#887](https://github.com/pnp/sp-dev-fx-controls-react/issues/887)", |
| 17 | + "`FilePicker`: Changed save function to return an array of objects" |
| 18 | + ], |
| 19 | + "fixes": [ |
| 20 | + "`PeoplePicker`: error message isn't cleared after `onGetErrorMessage` returns an empty string [#841](https://github.com/pnp/sp-dev-fx-controls-react/issues/841)", |
| 21 | + "`TreeView`: Not able to select/deselect checkbox in spfx-controls-react TreeView after assign the defaultSelectedKeys value [#870](https://github.com/pnp/sp-dev-fx-controls-react/issues/870)", |
| 22 | + "`FilePicker`: React crash on large folders [#826](https://github.com/pnp/sp-dev-fx-controls-react/issues/826)", |
| 23 | + "`ListItemAttachments`: updated filename replacement logic [#873](https://github.com/pnp/sp-dev-fx-controls-react/pull/873)", |
| 24 | + "`RichText`: Adding a link does not work [#875](https://github.com/pnp/sp-dev-fx-controls-react/issues/875)", |
| 25 | + "`FilePicker`: Stock images url is getting a 404 server error [#882](https://github.com/pnp/sp-dev-fx-controls-react/issues/882)" |
| 26 | + ] |
| 27 | + }, |
| 28 | + "contributions": [ |
| 29 | + "[André Lage](https://github.com/aaclage)", |
| 30 | + "[cwparsons](https://github.com/cwparsons)", |
| 31 | + "[Kunj Balkrishna Sangani](https://github.com/kunj-sangani)", |
| 32 | + "[Yannick Reekmans](https://github.com/YannickRe)" |
| 33 | + ] |
| 34 | + }, |
3 | 35 | {
|
4 | 36 | "version": "2.6.0",
|
5 | 37 | "changes": {
|
|
20 | 52 | "`AccessibleAccordion`: documentation link is broken [#818](https://github.com/pnp/sp-dev-fx-controls-react/issues/818)",
|
21 | 53 | "Documentation: Controls link in the menu is broken [#821](https://github.com/pnp/sp-dev-fx-controls-react/pull/821)",
|
22 | 54 | "`TreeView`: Fix two potential null reference issues [#832](https://github.com/pnp/sp-dev-fx-controls-react/pull/832)",
|
23 |
| - "`RichText`: Problem with bullets and number list [#795](https://github.com/pnp/sp-dev-fx-controls-react/issues/795)" |
| 55 | + "`RichText`: Problem with bullets and number list [#795](https://github.com/pnp/sp-dev-fx-controls-react/issues/795)", |
| 56 | + "`TreeView`: Don't expand selected nodes when using expandToSelected [#850](https://github.com/pnp/sp-dev-fx-controls-react/pull/850)" |
24 | 57 | ]
|
25 | 58 | },
|
26 | 59 | "contributions": [
|
|
31 | 64 | "[Marcin Wojciechowski](https://github.com/mgwojciech)",
|
32 | 65 | "[Mark Bice](https://github.com/mbice)",
|
33 | 66 | "[Nizar Grindi](https://github.com/NizarGrindi)",
|
34 |
| - "[Yannick Reekmans](https://github.com/YannickRe)" |
| 67 | + "[Yannick Reekmans](https://github.com/YannickRe)", |
| 68 | + "[mk0023](https://github.com/mk0023)" |
35 | 69 | ]
|
36 | 70 | },
|
37 | 71 | {
|
|
0 commit comments