|
1 | 1 | { |
2 | 2 | "versions": [ |
| 3 | + { |
| 4 | + "version": "2.4.0", |
| 5 | + "changes": { |
| 6 | + "new": [ |
| 7 | + "`AccessibleAccordion` control [#770](https://github.com/pnp/sp-dev-fx-controls-react/pull/770)" |
| 8 | + ], |
| 9 | + "enhancements": [ |
| 10 | + "`Placeholder`: support of custom rendering for `iconText` and `description`", |
| 11 | + "`PeoplePicker`: ability just to display inactive users name (ideally the value fetched from 'Author/Title') [#768](https://github.com/pnp/sp-dev-fx-controls-react/issues/768)", |
| 12 | + "`TaxonomyPicker`: New `onPanelSelectionChange` property added. Can be used to interact with the control while selecting items in the panel, before Click or Cancel is clicked. [#761](https://github.com/pnp/sp-dev-fx-controls-react/issues/761)", |
| 13 | + "`TaxonomyPicker`: `selectChildrenIfParentSelected` property added. Specifies if the children should be selected when parent item is selected (defaults to false). [#765](https://github.com/pnp/sp-dev-fx-controls-react/issues/765)", |
| 14 | + "`ListPicker`: ability to pick lists from specified site using `webAbsoluteUrl` property.", |
| 15 | + "`FilePicker`: `buttonIconProps` to define properties of the button's icon [#770](https://github.com/pnp/sp-dev-fx-controls-react/pull/770)" |
| 16 | + ], |
| 17 | + "fixes": [ |
| 18 | + "`DateTimePicker`: documentation fix [#767](https://github.com/pnp/sp-dev-fx-controls-react/pull/767)", |
| 19 | + "`PeoplePicker`: documentation fix - Changed isRequired property to new required [#769](https://github.com/pnp/sp-dev-fx-controls-react/pull/769)", |
| 20 | + "Documentation fix - missing `IFramePanel` link on home page [#775](https://github.com/pnp/sp-dev-fx-controls-react/pull/775)", |
| 21 | + "Documentation fix for `FilePicker`: updated `onChaged` to `onChange` [#776](https://github.com/pnp/sp-dev-fx-controls-react/pull/776)" |
| 22 | + ] |
| 23 | + }, |
| 24 | + "contributions": [ |
| 25 | + "[André Lage](https://github.com/aaclage)", |
| 26 | + "[Christian Metz](https://github.com/ChrisOMetz)", |
| 27 | + "[Gaurav Goyal](https://github.com/Gaurav8Bizportals)", |
| 28 | + "[Leif Frederiksen](https://github.com/Leif-Frederiksen)", |
| 29 | + "[Ravichandran Krishnasamy](https://github.com/ravichandran-blog)", |
| 30 | + "[San](https://github.com/sankarkumar23)", |
| 31 | + "[João Mendes](https://github.com/joaojmendes)" |
| 32 | + ] |
| 33 | + }, |
3 | 34 | { |
4 | 35 | "version": "2.3.0", |
5 | 36 | "changes": { |
|
167 | 198 | { |
168 | 199 | "version": "1.19.0", |
169 | 200 | "changes": { |
170 | | - "new": [ |
171 | | - ], |
| 201 | + "new": [], |
172 | 202 | "enhancements": [ |
173 | 203 | "`ListView`: Add clear button to filter text box [#549](https://github.com/pnp/sp-dev-fx-controls-react/issues/549)", |
174 | 204 | "`FolderExplorer`: Add clear button to filter text box [#553](https://github.com/pnp/sp-dev-fx-controls-react/pull/553)", |
|
0 commit comments