|
| 1 | +{ |
| 2 | + "versions": [ |
| 3 | + { |
| 4 | + "version": "1.7.0", |
| 5 | + "changes": { |
| 6 | + "new": [], |
| 7 | + "enhancements": [ |
| 8 | + "Add `npm postinstall` script to automatically add the localization config [#64](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/64)", |
| 9 | + "Add a description to the `PropertyFieldCollectionData` panel [#67](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/67)", |
| 10 | + "Added a font field type for the `PropertyFieldCollectionData` control [#66](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/66)", |
| 11 | + "Added a URL field type for the `PropertyFieldCollectionData` control [#72](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/72)", |
| 12 | + "Field validation implemented to enable/disable save buttons in `PropertyFieldCollectionData` control. Related to previous enhancement.", |
| 13 | + "Added a properties to the `TaxonomyPicker` to specify which terms are disabled/not-selectable [#69](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/69)" |
| 14 | + ], |
| 15 | + "fixes": [ |
| 16 | + "`PropertyFieldPeoplePicker` validation error does not clear as expected [#68](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/68)" |
| 17 | + ] |
| 18 | + }, |
| 19 | + "contributions": [] |
| 20 | + }, |
| 21 | + { |
| 22 | + "version": "1.6.0", |
| 23 | + "changes": { |
| 24 | + "new": [ |
| 25 | + "`PropertyFieldCollectionData` was added [#58](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/58)", |
| 26 | + "`PropertyFieldOrder` was added [#19](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/19)", |
| 27 | + "`PropertyFieldSwatchColorPicker` was added [#55](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/55)" |
| 28 | + ], |
| 29 | + "enhancements": [ |
| 30 | + "Allow the term set to be selectable in the `PropertyFieldTermPicker` [#60](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/60)" |
| 31 | + ], |
| 32 | + "fixes": [ |
| 33 | + "Fix for `PropertyFieldColorPicker` Palette Icon alignment issue in IE11 [#56](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/56)" |
| 34 | + ] |
| 35 | + }, |
| 36 | + "contributions": [] |
| 37 | + }, |
| 38 | + { |
| 39 | + "version": "1.5.1", |
| 40 | + "changes": { |
| 41 | + "new": [], |
| 42 | + "enhancements": [ |
| 43 | + "Color Pickers optionally return Color Objects [#55](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/55)" |
| 44 | + ], |
| 45 | + "fixes": [ |
| 46 | + "Undefined web part context fixed in the `PropertyFieldPeoplePicker` [#47](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/47)", |
| 47 | + "Taxonomy service fix for working with term set GUID [#48](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/48)", |
| 48 | + "Added focus intercepting input for Full style [#52](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/52)" |
| 49 | + ] |
| 50 | + }, |
| 51 | + "contributions": [] |
| 52 | + }, |
| 53 | + { |
| 54 | + "version": "1.5.0", |
| 55 | + "changes": { |
| 56 | + "new": [], |
| 57 | + "enhancements": [ |
| 58 | + "`PropertyFieldListPicker` control extended with select all lists option [#8](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/8)", |
| 59 | + "`PropertyFieldTermPicker` control extended with the ability to search terms by typing in the textbox [#11](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/11) [#42](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/42) [#44](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/44) [#45](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/45)", |
| 60 | + "`SPTermStorePickerService` has a new interface which contains only the required properties" |
| 61 | + ], |
| 62 | + "fixes": [] |
| 63 | + }, |
| 64 | + "contributions": [] |
| 65 | + }, |
| 66 | + { |
| 67 | + "version": "1.4.2", |
| 68 | + "changes": { |
| 69 | + "new": [], |
| 70 | + "enhancements": [ |
| 71 | + "Introduced the `onGetErrorMessage` property for the `PropertyFieldNumber` field control ([#36](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/36))" |
| 72 | + ], |
| 73 | + "fixes": [] |
| 74 | + }, |
| 75 | + "contributions": [] |
| 76 | + }, |
| 77 | + { |
| 78 | + "version": "1.4.1", |
| 79 | + "changes": { |
| 80 | + "new": [], |
| 81 | + "enhancements": [ |
| 82 | + "Optimized telemetry so that it only pushes control data" |
| 83 | + ], |
| 84 | + "fixes": [ |
| 85 | + "Fixes for issue [#30](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/30)", |
| 86 | + "`PropertyFieldPeoplePicker` Validation does not work as expected [#33](https://github.com/SharePoint/sp-dev-fx-property-controls/issues/33)" |
| 87 | + ] |
| 88 | + }, |
| 89 | + "contributions": [] |
| 90 | + }, |
| 91 | + { |
| 92 | + "version": "1.4.0", |
| 93 | + "changes": { |
| 94 | + "new": [ |
| 95 | + "`PropertyFieldMultiSelect` got added", |
| 96 | + "`PropertyFieldNumber` got added" |
| 97 | + ], |
| 98 | + "enhancements": [ |
| 99 | + "`PropertyFieldTermPicker` new introduced property to specify to show or hide the term store name: `hideTermStoreName`.", |
| 100 | + "`PropertyFieldTermPicker` updated process when terms were unselected based on ID instead of path." |
| 101 | + ], |
| 102 | + "fixes": [] |
| 103 | + }, |
| 104 | + "contributions": [] |
| 105 | + }, |
| 106 | + { |
| 107 | + "version": "1.3.0", |
| 108 | + "changes": { |
| 109 | + "new": [ |
| 110 | + "`PropertyFieldCodeEditor` got added" |
| 111 | + ], |
| 112 | + "enhancements": [ |
| 113 | + "`PropertyFieldTermPicker` improved with save and cancel button", |
| 114 | + "`PropertyFieldTermPicker` improved with `onClick` event on input field" |
| 115 | + ], |
| 116 | + "fixes": [] |
| 117 | + }, |
| 118 | + "contributions": [] |
| 119 | + }, |
| 120 | + { |
| 121 | + "version": "1.2.0", |
| 122 | + "changes": { |
| 123 | + "new": [], |
| 124 | + "enhancements": [ |
| 125 | + "Added the option to the people picker to allow you to specify single or multi-selection" |
| 126 | + ], |
| 127 | + "fixes": [ |
| 128 | + "People picker accidentally picked the wrong person", |
| 129 | + "Improved telemetry with some object checks" |
| 130 | + ] |
| 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 | + "Added the `PropertyFieldButtonWithCallout` control", |
| 148 | + "Added the `PropertyFieldCheckboxWithCallout` control", |
| 149 | + "Added the `PropertyFieldChoiceGroupWithCallout` control", |
| 150 | + "Added the `PropertyFieldWithCallout` control", |
| 151 | + "Added the `PropertyLabelWithCallout` control", |
| 152 | + "Added the `PropertyLinkWithCallout` control", |
| 153 | + "Added the `PropertySliderWithCallout` control" |
| 154 | + ], |
| 155 | + "enhancements": [ |
| 156 | + "Telemetry added", |
| 157 | + "Term picker control has now the option to scope on term set or group" |
| 158 | + ], |
| 159 | + "fixes": [] |
| 160 | + }, |
| 161 | + "contributions": [] |
| 162 | + }, |
| 163 | + { |
| 164 | + "version": "1.0.0", |
| 165 | + "changes": { |
| 166 | + "new": [ |
| 167 | + "Added the `PropertyFieldDropdownWithCallout` control", |
| 168 | + "Added the `PropertyFieldTextWithCallout` control", |
| 169 | + "Added the `PropertyFieldToggleWithCallout` control" |
| 170 | + ], |
| 171 | + "enhancements": [], |
| 172 | + "fixes": [] |
| 173 | + }, |
| 174 | + "contributions": [] |
| 175 | + }, |
| 176 | + { |
| 177 | + "version": "1.0.0-beta.3", |
| 178 | + "changes": { |
| 179 | + "new": [], |
| 180 | + "enhancements": [ |
| 181 | + "Added `firstDayOfWeek` option to the date picker control" |
| 182 | + ], |
| 183 | + "fixes": [] |
| 184 | + }, |
| 185 | + "contributions": [] |
| 186 | + }, |
| 187 | + { |
| 188 | + "version": "1.0.0-beta.2", |
| 189 | + "changes": { |
| 190 | + "new": ["Initial release"], |
| 191 | + "enhancements": [], |
| 192 | + "fixes": [] |
| 193 | + }, |
| 194 | + "contributions": [] |
| 195 | + } |
| 196 | + ] |
| 197 | +} |
0 commit comments