|
| 1 | +{ |
| 2 | + "versions": [ |
| 3 | + { |
| 4 | + "version": "1.5.0", |
| 5 | + "changes": { |
| 6 | + "new": [ |
| 7 | + "New `PeoplePicker` control added [#19](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/19)" |
| 8 | + ], |
| 9 | + "enhancements": [ |
| 10 | + "Added a properties to the `TaxonomyPicker` to specify which terms are disabled/not-selectable [#82](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/82)" |
| 11 | + ], |
| 12 | + "fixes": [ |
| 13 | + "Bug in `TaxonomyPicker` where values are not updated by an async change [#83](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/83)", |
| 14 | + "`FieldUserRenderer` uses email prop for `GetPropertiesFor` [#84](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/84)", |
| 15 | + "Fixed issue in single selection mode when all group items were selected in the `ListView` when user clicked on the group header [#86](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/86)" |
| 16 | + ] |
| 17 | + }, |
| 18 | + "contributions": ["Asish Padhy", "Alex Terentiev"] |
| 19 | + }, |
| 20 | + { |
| 21 | + "version": "1.4.0", |
| 22 | + "changes": { |
| 23 | + "new": [ |
| 24 | + "`SecurityTrimmedControl` control got added [#74](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/74)" |
| 25 | + ], |
| 26 | + "enhancements": [ |
| 27 | + "Allow the `TaxonomyPicker` to also be used in Application Customizer [#77](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/77)", |
| 28 | + "Add `npm postinstall` script to automatically add the locale config [#78](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/78)" |
| 29 | + ], |
| 30 | + "fixes": [ |
| 31 | + "Icon not showing up in the `Placeholder` control [#76](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/76)" |
| 32 | + ] |
| 33 | + }, |
| 34 | + "contributions": [] |
| 35 | + }, |
| 36 | + { |
| 37 | + "version": "1.3.0", |
| 38 | + "changes": { |
| 39 | + "new": [], |
| 40 | + "enhancements": [ |
| 41 | + "`TaxonomyPicker` control got added [#22](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/22) [#63](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/63) [#64](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/64)", |
| 42 | + "`ListPicker` control got added [#34](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/34)" |
| 43 | + ], |
| 44 | + "fixes": [ |
| 45 | + "Issue fixed when the optional `selection` property was not provided to the `ListView` [#65](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/65)" |
| 46 | + ] |
| 47 | + }, |
| 48 | + "contributions": [] |
| 49 | + }, |
| 50 | + { |
| 51 | + "version": "1.2.5", |
| 52 | + "changes": { |
| 53 | + "new": [], |
| 54 | + "enhancements": [], |
| 55 | + "fixes": [ |
| 56 | + "Undo `ListView` item selection after items array updates [#55](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/55)" |
| 57 | + ] |
| 58 | + }, |
| 59 | + "contributions": [] |
| 60 | + }, |
| 61 | + { |
| 62 | + "version": "1.2.4", |
| 63 | + "changes": { |
| 64 | + "new": [], |
| 65 | + "enhancements": [ |
| 66 | + "Hiding placeholder title on small zones" |
| 67 | + ], |
| 68 | + "fixes": [ |
| 69 | + "iFrame dialog reference fix [#52](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/52)" |
| 70 | + ] |
| 71 | + }, |
| 72 | + "contributions": [] |
| 73 | + }, |
| 74 | + { |
| 75 | + "version": "1.2.3", |
| 76 | + "changes": { |
| 77 | + "new": [], |
| 78 | + "enhancements": [ |
| 79 | + "Optimized telemetry so that it only pushes control data", |
| 80 | + "`WebPartTitle` hide control completely when empty" |
| 81 | + ], |
| 82 | + "fixes": [] |
| 83 | + }, |
| 84 | + "contributions": [] |
| 85 | + }, |
| 86 | + { |
| 87 | + "version": "1.2.2", |
| 88 | + "changes": { |
| 89 | + "new": [], |
| 90 | + "enhancements": [], |
| 91 | + "fixes": ["Fixes an issue sorting in the `ListView` control while items were selected. Indexes were not updated."] |
| 92 | + }, |
| 93 | + "contributions": [] |
| 94 | + }, |
| 95 | + { |
| 96 | + "version": "1.2.1", |
| 97 | + "changes": { |
| 98 | + "new": [], |
| 99 | + "enhancements": [], |
| 100 | + "fixes": ["`FieldTaxonomyRenderer` got fixed to support single and multiple values"] |
| 101 | + }, |
| 102 | + "contributions": [] |
| 103 | + }, |
| 104 | + { |
| 105 | + "version": "1.2.0", |
| 106 | + "changes": { |
| 107 | + "new": [ |
| 108 | + "Field controls are added to the project", |
| 109 | + "`IFrameDialog` was added to the project" |
| 110 | + ], |
| 111 | + "enhancements": [], |
| 112 | + "fixes": ["Fixed theming in the `WebPartTitle` control"] |
| 113 | + }, |
| 114 | + "contributions": [] |
| 115 | + }, |
| 116 | + { |
| 117 | + "version": "1.1.3", |
| 118 | + "changes": { |
| 119 | + "new": [], |
| 120 | + "enhancements": [], |
| 121 | + "fixes": ["`FileTypeIcon` icon fixed where it did not render an icon. This control should now works in SPFx extensions."] |
| 122 | + }, |
| 123 | + "contributions": [] |
| 124 | + }, |
| 125 | + { |
| 126 | + "version": "1.1.2", |
| 127 | + "changes": { |
| 128 | + "new": [], |
| 129 | + "enhancements": ["Improved telemetry with some object checks"], |
| 130 | + "fixes": ["Fix for `WebPartTitle` control to inherit color"] |
| 131 | + }, |
| 132 | + "contributions": [] |
| 133 | + }, |
| 134 | + { |
| 135 | + "version": "1.1.1", |
| 136 | + "changes": { |
| 137 | + "new": [], |
| 138 | + "enhancements": ["Removed operation name from telemetry"], |
| 139 | + "fixes": [] |
| 140 | + }, |
| 141 | + "contributions": [] |
| 142 | + }, |
| 143 | + { |
| 144 | + "version": "1.1.0", |
| 145 | + "changes": { |
| 146 | + "new": [], |
| 147 | + "enhancements": ["Telemetry added"], |
| 148 | + "fixes": [] |
| 149 | + }, |
| 150 | + "contributions": [] |
| 151 | + }, |
| 152 | + { |
| 153 | + "version": "1.0.0", |
| 154 | + "changes": { |
| 155 | + "new": ["`WebPartTitle` control got added"], |
| 156 | + "enhancements": ["ListView control got extended with the ability to specify a set of preselected items."], |
| 157 | + "fixes": [] |
| 158 | + }, |
| 159 | + "contributions": [] |
| 160 | + }, |
| 161 | + { |
| 162 | + "version": "Beta 1.0.0-beta.8", |
| 163 | + "changes": { |
| 164 | + "new": [], |
| 165 | + "enhancements": [], |
| 166 | + "fixes": ["Fix for the `ListView` control when selection is used in combination with `setState`."] |
| 167 | + }, |
| 168 | + "contributions": [] |
| 169 | + }, |
| 170 | + { |
| 171 | + "version": "Beta 1.0.0-beta.7", |
| 172 | + "changes": { |
| 173 | + "new": ["Grouping functionality added to the `ListView` control"], |
| 174 | + "enhancements": [], |
| 175 | + "fixes": [] |
| 176 | + }, |
| 177 | + "contributions": [] |
| 178 | + }, |
| 179 | + { |
| 180 | + "version": "Beta 1.0.0-beta.6", |
| 181 | + "changes": { |
| 182 | + "new": ["Initial release"], |
| 183 | + "enhancements": [], |
| 184 | + "fixes": [] |
| 185 | + }, |
| 186 | + "contributions": [] |
| 187 | + } |
| 188 | + ] |
| 189 | +} |
0 commit comments