Skip to content

Releases: pnp/sp-dev-fx-property-controls

v1.13.0 Release

13 Dec 16:40
eb0fb28
Compare
Choose a tag to compare

Enhancements

  • Updated the office-ui-fabric-react to the same version as in SPFx 1.7.0 #105
  • PropertyFieldPeoplePicker: Ability to select only from a specific site #9
  • PropertyFieldCodeEditor: Added support for custom field rendering #122
  • PropertyFieldCodeEditor: Added the functionality to sort the items in the collection #123

Fixes

  • PropertyFieldDateTimePicker: Fix for the hours dropdown not showing values #112
  • PropertyFieldCollectionData: Issue with debounce validation overriding the inserted values #113
  • PropertyPaneWebPartInformation: Remove redundant 'Description' label #119
  • PropertyFieldCodeEditor: Handle initial value after updating properties #121

Contributors

Special thanks to our contributor: Erwin van Hunen.

v1.12.0 Release

14 Nov 10:58
4c7ace0
Compare
Choose a tag to compare

New control(s)

  • PropertyPaneWebPartInformation: New control to show more information about the current web part #108
  • PropertyPanePropertyEditor: New control that allows you to export/import property pane settings #114

Enhancements

  • Dutch localization added #82
  • French localization added #84
  • PropertyFieldCollectionData: Allow the user to specify a deferred validation time for each field #98
  • PropertyFieldCollectionData: added a onRenderOption option to allow custom option rendering #102
  • PropertyFieldNumber: Introduced the aria label #104
  • Hide callout from the controls with callout if no message is provided #107
  • PropertyFieldListPicker: Add the ability to refresh target site while pane is open #109

Fixes

  • PropertyFieldCollectionData: Fixed catastrophic backtracking regex issue for URL validation #99

Contributors

Special thanks to our contributors (in alphabetical order): Paul Bullock, Junle Li, PooLP, Erwin van Hunen.

v1.11.0 Release

20 Sep 14:47
29921d3
Compare
Choose a tag to compare

Enhancements

  • PropertyFieldCollectionData: Show error messages #96

Fixes

  • Fixes based on SonarCloud analysis

v1.10.0 Release

13 Sep 13:39
c2c24dd
Compare
Choose a tag to compare

Enhancements

  • PropertyFieldPeoplePicker: Security groups come back with EntityType of FormsRole rather then SecGroup #93
  • PropertyFieldCollectionData: Add the current row's information in the onGetErrorMessage callback #92

Fixes

  • PropertyFieldPeoplePicker: No suggestions returned when using Security Groups, Multi-select and NO duplicates. #90
  • PropertyFieldTermPicker: Terms which are set as unavailable for tagging are still selectable #94

v1.9.0 Release

10 Aug 14:31
bb6f47f
Compare
Choose a tag to compare

Enhancements

  • PropertyFieldCollectionData: Added custom validation for string, number, icon, and URL field types #74
  • PropertyFieldCollectionData: Add an option to specify a default value #86
  • PropertyFieldCollectionData: override placeholder for the inputs #87
  • PropertyFieldCollectionData: Hide save button when "Add and save" is shown #88

Fixes

  • PropertyFieldMultiSelect: fixed an issue where the control didn't retain the preselected values when dropdown options were provided async #85
  • PropertyFieldOrder: fixed an issue where items where provided async #81

v1.8.0 Release

13 Jul 14:46
dc30bfd
Compare
Choose a tag to compare

Enhancements

  • New telemetry approach which allows you to use Application Insights instance #79
  • PropertyFieldListPicker add optional property for target site #21

v1.7.0 Release

12 Jun 18:19
2a7d8e3
Compare
Choose a tag to compare

Enhancements

  • Add npm postinstall script to automatically add the localization config #64
  • Add a description to the PropertyFieldCollectionData panel #67
  • Added a font field type for the PropertyFieldCollectionData control #66
  • Added a URL field type for the PropertyFieldCollectionData control #72
  • Field validation implemented to enable/disable save buttons in PropertyFieldCollectionData control. Related to previous enhancement.
  • Added a properties to the TaxonomyPicker to specify which terms are disabled/not-selectable #69

Fixes

  • PropertyFieldPeoplePicker validation error does not clear as expected #68

v1.6.0 Release

08 May 14:36
ffcb027
Compare
Choose a tag to compare

New controls

  • PropertyFieldCollectionData was added 58
  • PropertyFieldOrder was added 19
  • PropertyFieldSwatchColorPicker was added 55

Enhancements

  • Allow the term set to be selectable in the PropertyFieldTermPicker #60

Fixes

  • Fix for PropertyFieldColorPicker Palette Icon alignment issue in IE11 56

v1.5.1 Release

26 Apr 20:06
ce0bb82
Compare
Choose a tag to compare

Enhancements

  • Color Pickers optionally return Color Objects #55

Fixes

  • Undefined web part context fixed in the PropertyFieldPeoplePicker #47
  • Taxonomy service fix for working with term set GUID #48
  • Added focus intercepting input for Full style #52

v1.5.0 Release

16 Apr 09:35
c3c8be7
Compare
Choose a tag to compare

Enhancements

  • PropertyFieldListPicker control extended with select all lists option #8
  • PropertyFieldTermPicker control extended with the ability to search terms by typing in the textbox #11 #42 #44 #45
  • SPTermStorePickerService has a new interface which contains only the required properties