|
3 | 3 | {
|
4 | 4 | "version": "3.3.0",
|
5 | 5 | "changes": {
|
6 |
| - "new": [], |
| 6 | + "new": [ |
| 7 | + "`LivePersona`: New Control LivePersona [#969](https://github.com/pnp/sp-dev-fx-controls-react/pull/969)", |
| 8 | + "`ListItemComments`: New Control ListItemComments [#979](https://github.com/pnp/sp-dev-fx-controls-react/pull/979)" |
| 9 | + ], |
7 | 10 | "enhancements": [
|
8 | 11 | "`FilePicker`: spanish translation for Stock Images labels [#946](https://github.com/pnp/sp-dev-fx-controls-react/pull/946)",
|
9 | 12 | "`FilePicker`: Add support for a defaultFolderAbsolutePath prop [#947](https://github.com/pnp/sp-dev-fx-controls-react/pull/947)",
|
10 | 13 | "`DynamicForm`: Returning PnPJS `IItem` in `onSubmitted` event based on `returnListItemInstanceOnSubmit` property [#944](https://github.com/pnp/sp-dev-fx-controls-react/pull/944)",
|
11 |
| - "`DateTimePicker`: Add property for minutes dropdown increment [#939](https://github.com/pnp/sp-dev-fx-controls-react/issues/939)" |
| 14 | + "`DateTimePicker`: Add property for minutes dropdown increment [#939](https://github.com/pnp/sp-dev-fx-controls-react/issues/939)", |
| 15 | + "`ListItemPicker`: add property to show all options by default [#955](https://github.com/pnp/sp-dev-fx-controls-react/issues/955)", |
| 16 | + "`ListItemPicker`: Missing translation keys, improved FI, NL translation [#957](https://github.com/pnp/sp-dev-fx-controls-react/pull/957)", |
| 17 | + "`TaxonomyPicker`: Added onNewTerm called when enter is pressed [#967](https://github.com/pnp/sp-dev-fx-controls-react/pull/967)", |
| 18 | + "`DynamicForm`: Principal Types support [#956](https://github.com/pnp/sp-dev-fx-controls-react/pull/956)", |
| 19 | + "`DateTimePicker`: Expose allowTextInput from the underlying date picker [#928](https://github.com/pnp/sp-dev-fx-controls-react/issues/928)", |
| 20 | + "`Dynamic Form`: Show field descriptions [#975](https://github.com/pnp/sp-dev-fx-controls-react/issues/975)" |
12 | 21 | ],
|
13 | 22 | "fixes": [
|
14 | 23 | "`RichText`: Image button is checked when hyperlink is added to the text [#948](https://github.com/pnp/sp-dev-fx-controls-react/issues/948)",
|
15 |
| - "`RichText`: impossible to display link with the text equal to the url [#949](https://github.com/pnp/sp-dev-fx-controls-react/issues/949)" |
| 24 | + "`RichText`: impossible to display link with the text equal to the url [#949](https://github.com/pnp/sp-dev-fx-controls-react/issues/949)", |
| 25 | + "`ComboBoxListItemPicker`: defaultSelectedItems not working [#954](https://github.com/pnp/sp-dev-fx-controls-react/issues/954)", |
| 26 | + "`Dynamic Form`: query items in a folder (managed metadata field) [#973](https://github.com/pnp/sp-dev-fx-controls-react/issues/973)", |
| 27 | + "`PeoplePicker`: Default selected items for groups [#958](https://github.com/pnp/sp-dev-fx-controls-react/issues/958)", |
| 28 | + "Documentation: corrected Twitter handle for M365PnP [#984](https://github.com/pnp/sp-dev-fx-controls-react/pull/984)", |
| 29 | + "`Carousel`: Carousel is missing import of `ICarouselImageProps` [#986](https://github.com/pnp/sp-dev-fx-controls-react/issues/986)", |
| 30 | + "Documentation fix - `DynamicForm` example has incorrect syntax [#990](https://github.com/pnp/sp-dev-fx-controls-react/pull/990)" |
16 | 31 | ]
|
17 | 32 | },
|
18 | 33 | "contributions": [
|
| 34 | + "[Alexey Morozov](https://github.com/a1exymoroz)", |
| 35 | + "[Daniel Stratton](https://github.com/gobigfoot)", |
| 36 | + "[Dennis Kuhn](https://github.com/DennisKuhn)", |
| 37 | + "[Gautam Sheth](https://github.com/gautamdsheth)", |
| 38 | + "[João Mendes](https://github.com/joaojmendes)", |
19 | 39 | "[Ketill Antoníus Ágústsson](https://github.com/Katli95)",
|
| 40 | + "[kmrshubham0](https://github.com/kmrshubham0)", |
| 41 | + "[Modern Dev Dude](https://github.com/modern-dev-dude)", |
20 | 42 | "[Ravichandran Krishnasamy](https://github.com/ravichandran-blog)",
|
21 |
| - "[Sergio Ortega Martín](https://github.com/sortegamartin)" |
| 43 | + "[Sergio Ortega Martín](https://github.com/sortegamartin)", |
| 44 | + "[Yannick Reekmans](https://github.com/YannickRe)" |
22 | 45 | ]
|
23 | 46 | },
|
24 | 47 | {
|
|
127 | 150 | },
|
128 | 151 | "contributions": []
|
129 | 152 | },
|
| 153 | + { |
| 154 | + "version": "2.9.0", |
| 155 | + "changes": { |
| 156 | + "new": [], |
| 157 | + "enhancements": [ |
| 158 | + "`FilePicker`: spanish translation for Stock Images labels [#946](https://github.com/pnp/sp-dev-fx-controls-react/pull/946)", |
| 159 | + "`FilePicker`: Add support for a defaultFolderAbsolutePath prop [#947](https://github.com/pnp/sp-dev-fx-controls-react/pull/947)", |
| 160 | + "`DynamicForm`: Returning PnPJS `IItem` in `onSubmitted` event based on `returnListItemInstanceOnSubmit` property [#944](https://github.com/pnp/sp-dev-fx-controls-react/pull/944)", |
| 161 | + "`DateTimePicker`: Add property for minutes dropdown increment [#939](https://github.com/pnp/sp-dev-fx-controls-react/issues/939)", |
| 162 | + "`DynamicForm`: Principal Types support [#956](https://github.com/pnp/sp-dev-fx-controls-react/pull/956)", |
| 163 | + "`Dynamic Form`: Show field descriptions [#975](https://github.com/pnp/sp-dev-fx-controls-react/issues/975)" |
| 164 | + ], |
| 165 | + "fixes": [ |
| 166 | + "`RichText`: Image button is checked when hyperlink is added to the text [#948](https://github.com/pnp/sp-dev-fx-controls-react/issues/948)", |
| 167 | + "`RichText`: impossible to display link with the text equal to the url [#949](https://github.com/pnp/sp-dev-fx-controls-react/issues/949)", |
| 168 | + "`ComboBoxListItemPicker`: defaultSelectedItems not working [#954](https://github.com/pnp/sp-dev-fx-controls-react/issues/954)", |
| 169 | + "`PeoplePicker`: Default selected items for groups [#958](https://github.com/pnp/sp-dev-fx-controls-react/issues/958)" |
| 170 | + ] |
| 171 | + }, |
| 172 | + "contributions": [ |
| 173 | + "[Alexey Morozov](https://github.com/a1exymoroz)", |
| 174 | + "[Daniel Stratton](https://github.com/gobigfoot)", |
| 175 | + "[Ketill Antoníus Ágústsson](https://github.com/Katli95)", |
| 176 | + "[Ravichandran Krishnasamy](https://github.com/ravichandran-blog)", |
| 177 | + "[Sergio Ortega Martín](https://github.com/sortegamartin)" |
| 178 | + ] |
| 179 | + }, |
130 | 180 | {
|
131 | 181 | "version": "2.8.0",
|
132 | 182 | "changes": {
|
|
0 commit comments