|
1 | 1 | { |
2 | 2 | "versions": [ |
| 3 | + { |
| 4 | + "version": "3.21.0", |
| 5 | + "changes": { |
| 6 | + "new": [ |
| 7 | + "`ShareDialog`: new control ShareDialog [#1897](https://github.com/pnp/sp-dev-fx-controls-react/pull/1897)", |
| 8 | + "Add cs-cz.ts [#1932](https://github.com/pnp/sp-dev-fx-controls-react/pull/1932)" |
| 9 | + |
| 10 | + ], |
| 11 | + "enhancements": [ |
| 12 | + "Update markdown-it to >=13.0.2 [#1916](https://github.com/pnp/sp-dev-fx-controls-react/issues/1916)" |
| 13 | + ], |
| 14 | + "fixes": [ |
| 15 | + "`ListItemComments`: Can't select text from comment [#1874](https://github.com/pnp/sp-dev-fx-controls-react/issues/1874)", |
| 16 | + "`Localization`: Bad translations in DateTimePicker control [#1909](https://github.com/pnp/sp-dev-fx-controls-react/issues/1909)", |
| 17 | + "`WebPartTitle`: Control Fails to Update After Initial Save [#1877](https://github.com/pnp/sp-dev-fx-controls-react/issues/1877)", |
| 18 | + "`DynamicForm`: Creating a document set sometimes throws a 409 save [#1919](https://github.com/pnp/sp-dev-fx-controls-react/issues/1919)", |
| 19 | + "`ModernTaxonomyPicker` Fix - Adding a new term adds the term to the parentLevel [#1922](https://github.com/pnp/sp-dev-fx-controls-react/pull/1922)", |
| 20 | + "`ModernTaxonomyPicker` allowMultipleSelections = false, but panel allows multiple items to be selected [#1847](https://github.com/pnp/sp-dev-fx-controls-react/issues/1847)", |
| 21 | + "`UserPicker` fix exports and add missing link to documentation [#1925](https://github.com/pnp/sp-dev-fx-controls-react/issues/1925)", |
| 22 | + "Optimizing ControlsTest webpart in the SPFx source project [#1951](https://github.com/pnp/sp-dev-fx-controls-react/pull/1951)", |
| 23 | + "[Dynamic Form] Not handling mandatory Lookup fields well [#1914](https://github.com/pnp/sp-dev-fx-controls-react/issues/1914)" |
| 24 | + ] |
| 25 | + }, |
| 26 | + "contributions": [ |
| 27 | + "[Adam Wójcik](https://github.com/Adam-it)", |
| 28 | + "[Alessandro Chiavarino](https://github.com/Alesso-Chiavarino)", |
| 29 | + "[Antanina Druzhkina](https://github.com/Ateina)", |
| 30 | + "[brianpmccullough](https://github.com/brianpmccullough)", |
| 31 | + "[EnablingLogic](https://github.com/EnablingLogic)", |
| 32 | + "[Guido Zambarda](https://github.com/GuidoZam)", |
| 33 | + "[João Mendes](https://github.com/joaojmendes)", |
| 34 | + "[Martin Lingstuyl](https://github.com/martinlingstuyl)", |
| 35 | + "[Michaël Maillot](https://github.com/michaelmaillot)", |
| 36 | + "[Nello D'Andrea](https://github.com/ferrarirosso)", |
| 37 | + "[Nishkalank Bezawada](https://github.com/NishkalankBezawada)", |
| 38 | + "[Petr Malášek](https://github.com/MalasekPetr)" |
| 39 | + ] |
| 40 | + }, |
3 | 41 | { |
4 | 42 | "version": "3.20.0", |
5 | 43 | "changes": { |
|
8 | 46 | "`Dashboard`: added new WidgetSize [#1845](https://github.com/pnp/sp-dev-fx-controls-react/pull/1845)", |
9 | 47 | "`Dashboard`: IWidgetLink improvements [#1813](https://github.com/pnp/sp-dev-fx-controls-react/pull/1813)", |
10 | 48 | "`DynamicForm`: custom sorting [#1802](https://github.com/pnp/sp-dev-fx-controls-react/pull/1802)", |
11 | | - "`ImagePicker`: new Control ImagePicker [#1820](https://github.com/pnp/sp-dev-fx-controls-react/pull/1820)", |
12 | | - "`UserPicker`: new Control UserPicker [#1675](https://github.com/pnp/sp-dev-fx-controls-react/pull/1675)", |
13 | | - "`DynamicForm`: DynamicForm storeLastActiveTab option #1879 [#1879](https://github.com/pnp/sp-dev-fx-controls-react/pull/1879)" |
| 49 | + "`ImagePicker`: new Control ImagePicker [#1820](https://github.com/pnp/sp-dev-fx-controls-react/pull/1820)", |
| 50 | + "`UserPicker`: new Control UserPicker [#1675](https://github.com/pnp/sp-dev-fx-controls-react/pull/1675)", |
| 51 | + "`DynamicForm`: DynamicForm storeLastActiveTab option #1879 [#1879](https://github.com/pnp/sp-dev-fx-controls-react/pull/1879)", |
| 52 | + "`FilePicker`: Image picker enhancements [#1805](https://github.com/pnp/sp-dev-fx-controls-react/pull/1805)", |
| 53 | + "`DynamicForm`: Adds ability to create files/folders in subfolder using DynamicForm. [#1901](https://github.com/pnp/sp-dev-fx-controls-react/issues/1901)" |
14 | 54 | ], |
15 | 55 | "fixes": [ |
16 | 56 | "Debug Controls in any language [#1882](https://github.com/pnp/sp-dev-fx-controls-react/pull/1882)", |
17 | 57 | "`AdaptiveCardHost`: lock down adaptive-expression package version [#1876](https://github.com/pnp/sp-dev-fx-controls-react/issues/1876)", |
18 | 58 | "`ListItemPicker`: PR fixes an issue with filtering when using calculated column as columnInternalName in ListItemPicker. [#1887](https://github.com/pnp/sp-dev-fx-controls-react/pull/1887)", |
19 | 59 | "`ListItemAttachments`: Fix 1858 to correct Chinese localization files #1894 [#1894](https://github.com/pnp/sp-dev-fx-controls-react/pull/1894)", |
20 | 60 | "`DynamicForm`: Fixing issue 1862 - Dynamic form should hide fields that are hidden on the List Content Type [#1872](https://github.com/pnp/sp-dev-fx-controls-react/pull/1872)", |
21 | | - "`GridLayout`: A quick fix for #838. When compact mode the number of items rendered per page must match the number of all items. [1851](https://github.com/pnp/sp-dev-fx-controls-react/pull/1851)" |
| 61 | + "`GridLayout`: A quick fix for #838. When compact mode the number of items rendered per page must match the number of all items. [1851](https://github.com/pnp/sp-dev-fx-controls-react/pull/1851)", |
| 62 | + "`DynamicForm`: Always Show Required Field Validation Error In FormDisplayMode.Edit Mode [#1775](https://github.com/pnp/sp-dev-fx-controls-react/issues/1775)", |
| 63 | + "`DynamicForm`: Required Field Validation won't work [#1760](https://github.com/pnp/sp-dev-fx-controls-react/issues/1760)", |
| 64 | + "`DynamicForm`: Adds ability to render file/folder name field in DynamicForm and Field. [#1906](https://github.com/pnp/sp-dev-fx-controls-react/pull/1906)" |
22 | 65 | ] |
23 | 66 | }, |
24 | 67 | "contributions": [ |
| 68 | + "[Alex Terentiev](https://github.com/AJIXuMuK)", |
| 69 | + "[Antanina Druzhkina](https://github.com/Ateina)", |
25 | 70 | "[Guido Zambarda](https://github.com/GuidoZam)", |
| 71 | + "[IRRDC](https://github.com/IRRDC)", |
| 72 | + "[joaojmendes](https://github.com/joaojmendes)", |
| 73 | + "[Martin Lingstuyl](https://github.com/martinlingstuyl)", |
26 | 74 | "[Michaël Maillot](https://github.com/michaelmaillot)", |
| 75 | + "[Nishkalank Bezawada](https://github.com/NishkalankBezawada)", |
27 | 76 | "[srpmtt](https://github.com/srpmtt)", |
28 | 77 | "[wilecoyotegenius](https://github.com/wilecoyotegenius)", |
29 | | - "[joaojmendes](https://github.com/joaojmendes)", |
30 | | - "[IRRDC](https://github.com/IRRDC)", |
31 | | - "[wilecoyotegenius](https://github.com/wilecoyotegenius)", |
32 | | - "[wuxiaojun514](https://github.com/wuxiaojun514)", |
33 | | - "[Nishkalank Bezawada](https://github.com/NishkalankBezawada)" |
| 78 | + "[wuxiaojun514](https://github.com/wuxiaojun514)" |
34 | 79 | ] |
35 | 80 | }, |
36 | 81 | { |
|
0 commit comments