|
1 | 1 | {
|
2 | 2 | "versions": [
|
3 | 3 | {
|
4 |
| - "version": "3.11.0", |
| 4 | + "version": "3.12.0", |
5 | 5 | "changes": {
|
6 | 6 | "new": [],
|
| 7 | + "enhancements": [ |
| 8 | + "`DynamicForm`: support cretion of document sets [#1335](https://github.com/pnp/sp-dev-fx-controls-react/pull/1335)", |
| 9 | + "`SitePicker`: add HubId to filter to only sites within a hub [#1346](https://github.com/pnp/sp-dev-fx-controls-react/issues/1346)", |
| 10 | + "SharePoint Framework v1.16.0 support" |
| 11 | + ], |
| 12 | + "fixes": [ |
| 13 | + "`FilePicker`: panel causes SharePoint to Throttle due to infinite loop fetching files [#1325](https://github.com/pnp/sp-dev-fx-controls-react/issues/1325)", |
| 14 | + "`ContentTypePicker`: problem importing control [#1337](https://github.com/pnp/sp-dev-fx-controls-react/issues/1337)", |
| 15 | + "`FilePicker`: correctly request data from provided `webAbsoluteUrl` [#1340](https://github.com/pnp/sp-dev-fx-controls-react/pull/1340)", |
| 16 | + "`ModernTaxonomyPicker`: Fix infinite loop [#1342](https://github.com/pnp/sp-dev-fx-controls-react/pull/1342)", |
| 17 | + "`ModernTaxonomyPicker`: improve display of the term path to align with out of the box control UI [#1343](https://github.com/pnp/sp-dev-fx-controls-react/pull/1343)", |
| 18 | + "`FolderPicker`: get folders of other site url instead of the current context/site [#1305](https://github.com/pnp/sp-dev-fx-controls-react/issues/1305)", |
| 19 | + "`FilePicker`: browsing Site / Doclibs loops and floods SPO Service with requests and causes http 429 [#1350](https://github.com/pnp/sp-dev-fx-controls-react/issues/1350)", |
| 20 | + "Remove invalid comma in tsconfig.json [#1341](https://github.com/pnp/sp-dev-fx-controls-react/pull/1341)", |
| 21 | + "`TaxonomyPicker`: control allows select deprecated/untaggable terms when typing [#1093](https://github.com/pnp/sp-dev-fx-controls-react/issues/1093)", |
| 22 | + "`SitePicker`: prevent infinite loop when fetching sites [#1346](https://github.com/pnp/sp-dev-fx-controls-react/issues/1346)", |
| 23 | + "`DynamicForm`: `AnchorId` of `TaxonomyField` gets ignored and the whole tree is rendered [#1310](https://github.com/pnp/sp-dev-fx-controls-react/issues/1310)" |
| 24 | + ] |
| 25 | + }, |
| 26 | + "contributions": [ |
| 27 | + "[Carlos Marins Jr](https://github.com/kadu-jr)", |
| 28 | + "[Edin Kapic](https://github.com/ekapic)", |
| 29 | + "[Josef Benda](https://github.com/SmarterJB)", |
| 30 | + "[Nello D'Andrea](https://github.com/ferrarirosso)", |
| 31 | + "[Nishkalank Bezawada](https://github.com/NishkalankBezawada)", |
| 32 | + "[Nizar Grindi](https://github.com/NizarGrindi)", |
| 33 | + "[Paolo Pialorsi](https://github.com/PaoloPia)", |
| 34 | + "[Patrik Hellgren](https://github.com/patrikhellgren)", |
| 35 | + "[Peter Paul Kirschner](https://github.com/petkir)", |
| 36 | + "[Victor Romanov](https://github.com/VRomanovTau)" |
| 37 | + ] |
| 38 | + }, |
| 39 | + { |
| 40 | + "version": "3.11.0", |
| 41 | + "changes": { |
| 42 | + "new": [ |
| 43 | + "`ProgressStepsIndicator`: New control that shows a progress of steps. [#1322](https://github.com/pnp/sp-dev-fx-controls-react/pull/1322)" |
| 44 | + ], |
7 | 45 | "enhancements": [
|
8 | 46 | "`DynamicForm`: Add taxonomy tree to test harness [#1269](https://github.com/pnp/sp-dev-fx-controls-react/pull/1269)",
|
9 | 47 | "`ModernTaxonomyPicker`: ability to disallow selecting children [#1279](https://github.com/pnp/sp-dev-fx-controls-react/pull/1279)",
|
10 | 48 | "`PeoplePicker`: Use webAbsoluteUrl if provided through props to ensure user [#1273](https://github.com/pnp/sp-dev-fx-controls-react/issues/1273)",
|
11 | 49 | "`DynamicForm`: Support for hidden fields [#1307](https://github.com/pnp/sp-dev-fx-controls-react/pull/1307/)",
|
12 | 50 | "`Placeholder`: Documentation example to only display in edit mode [#1280](https://github.com/pnp/sp-dev-fx-controls-react/issues/1280)",
|
13 |
| - "`DynamicForm`: Update documentation regarding onBeforeSubmit [#1319](https://github.com/pnp/sp-dev-fx-controls-react/issues/1319)" |
| 51 | + "`DynamicForm`: Update documentation regarding onBeforeSubmit [#1319](https://github.com/pnp/sp-dev-fx-controls-react/issues/1319)", |
| 52 | + "`DynamicForm`: FirstDayOfWeek in DatePickers from webs regional settings [#1317](https://github.com/pnp/sp-dev-fx-controls-react/issues/1317)" |
| 53 | + |
14 | 54 | ],
|
15 | 55 | "fixes": [
|
16 | 56 | "`PeoplePicker`: fixes where people picker returns no results [#1292](https://github.com/pnp/sp-dev-fx-controls-react/issues/1292)",
|
|
19 | 59 | "`RichText`: Fix broken arrow icons [#1302](https://github.com/pnp/sp-dev-fx-controls-react/pull/1302)",
|
20 | 60 | "`TaxonomyPicker`: Does not show term set labels in Version 3.10.0 [#1299](https://github.com/pnp/sp-dev-fx-controls-react/issues/1299)",
|
21 | 61 | "`TaxonomyPicker`: Dynamic form select term not working [#1303](https://github.com/pnp/sp-dev-fx-controls-react/issues/1303)",
|
22 |
| - "`DynamicForm`: Check if hiddenfields property is undefined [#1314](https://github.com/pnp/sp-dev-fx-controls-react/pull/1314)" |
| 62 | + "`DynamicForm`: Check if hiddenfields property is undefined [#1314](https://github.com/pnp/sp-dev-fx-controls-react/pull/1314)", |
| 63 | + "`DynamicForm`: PeoplePicker preselects wrong user if PrincipalType allows groups [#1315](https://github.com/pnp/sp-dev-fx-controls-react/issues/1315)" |
23 | 64 | ]
|
24 | 65 | },
|
25 | 66 | "contributions": [
|
26 | 67 | "[Chad Eiserloh](https://github.com/c-eiser13)",
|
27 | 68 | "[Hilton Giesenow](https://github.com/HiltonGiesenow)",
|
28 | 69 | "[Jake Stanger](https://github.com/JakeStanger)",
|
29 | 70 | "[Jasey Waegebaert](https://github.com/Jwaegebaert)",
|
| 71 | + "[João Mendes](https://github.com/joaojmendes)", |
30 | 72 | "[Josef Benda](https://github.com/SmarterJB)",
|
31 | 73 | "[Mark Bice](https://github.com/mbice)",
|
32 | 74 | "[Paolo Pialorsi](https://github.com/PaoloPia)",
|
|
0 commit comments