|
1 | 1 | { |
2 | 2 | "versions": [ |
| 3 | + { |
| 4 | + "version": "3.11.0", |
| 5 | + "changes": { |
| 6 | + "new": [ |
| 7 | + "`ProgressStepsIndicator`: New control that shows a progress of steps. [#1322](https://github.com/pnp/sp-dev-fx-controls-react/pull/1322)" |
| 8 | + ], |
| 9 | + "enhancements": [ |
| 10 | + "`DynamicForm`: Add taxonomy tree to test harness [#1269](https://github.com/pnp/sp-dev-fx-controls-react/pull/1269)", |
| 11 | + "`ModernTaxonomyPicker`: ability to disallow selecting children [#1279](https://github.com/pnp/sp-dev-fx-controls-react/pull/1279)", |
| 12 | + "`PeoplePicker`: Use webAbsoluteUrl if provided through props to ensure user [#1273](https://github.com/pnp/sp-dev-fx-controls-react/issues/1273)", |
| 13 | + "`DynamicForm`: Support for hidden fields [#1307](https://github.com/pnp/sp-dev-fx-controls-react/pull/1307/)", |
| 14 | + "`Placeholder`: Documentation example to only display in edit mode [#1280](https://github.com/pnp/sp-dev-fx-controls-react/issues/1280)", |
| 15 | + "`DynamicForm`: Update documentation regarding onBeforeSubmit [#1319](https://github.com/pnp/sp-dev-fx-controls-react/issues/1319)", |
| 16 | + "`DynamicForm`: FirstDayOfWeek in DatePickers from webs regional settings [#1317](https://github.com/pnp/sp-dev-fx-controls-react/issues/1317)" |
| 17 | + |
| 18 | + ], |
| 19 | + "fixes": [ |
| 20 | + "`PeoplePicker`: fixes where people picker returns no results [#1292](https://github.com/pnp/sp-dev-fx-controls-react/issues/1292)", |
| 21 | + "`FilePicker`: Tile view fix [#1272](https://github.com/pnp/sp-dev-fx-controls-react/issues/1272)", |
| 22 | + "Issues with v1.15.2 [#1288](https://github.com/pnp/sp-dev-fx-controls-react/issues/1288)", |
| 23 | + "`RichText`: Fix broken arrow icons [#1302](https://github.com/pnp/sp-dev-fx-controls-react/pull/1302)", |
| 24 | + "`TaxonomyPicker`: Does not show term set labels in Version 3.10.0 [#1299](https://github.com/pnp/sp-dev-fx-controls-react/issues/1299)", |
| 25 | + "`TaxonomyPicker`: Dynamic form select term not working [#1303](https://github.com/pnp/sp-dev-fx-controls-react/issues/1303)", |
| 26 | + "`DynamicForm`: Check if hiddenfields property is undefined [#1314](https://github.com/pnp/sp-dev-fx-controls-react/pull/1314)", |
| 27 | + "`DynamicForm`: PeoplePicker preselects wrong user if PrincipalType allows groups [#1315](https://github.com/pnp/sp-dev-fx-controls-react/issues/1315)" |
| 28 | + ] |
| 29 | + }, |
| 30 | + "contributions": [ |
| 31 | + "[Chad Eiserloh](https://github.com/c-eiser13)", |
| 32 | + "[Hilton Giesenow](https://github.com/HiltonGiesenow)", |
| 33 | + "[Jake Stanger](https://github.com/JakeStanger)", |
| 34 | + "[Jasey Waegebaert](https://github.com/Jwaegebaert)", |
| 35 | + "[João Mendes](https://github.com/joaojmendes)", |
| 36 | + "[Josef Benda](https://github.com/SmarterJB)", |
| 37 | + "[Mark Bice](https://github.com/mbice)", |
| 38 | + "[Paolo Pialorsi](https://github.com/PaoloPia)", |
| 39 | + "[Victor Romanov](https://github.com/VRomanovTau)" |
| 40 | + ] |
| 41 | + }, |
3 | 42 | { |
4 | 43 | "version": "3.10.0", |
5 | 44 | "changes": { |
|
0 commit comments