Skip to content

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

v1.14.1 Release

13 Feb 15:41
4597e0b

Choose a tag to compare

Fixes

  • TaxonomyPicker: Terms are sorted incorrectly under the wrong parent #153
  • EnterpriseTermPicker: Terms are sorted incorrectly under the wrong parent #156

v1.14.0 Release

24 Jan 16:23
56edc34

Choose a tag to compare

New control(s)

  • PropertyFieldEnterpriseTermPicker: New control to load term sets by using @pnp/pnpjs #70 #120

Enhancements

  • PropertyFieldCollectionData: Setting to specify if item creation is enabled/disabled #130
  • PropertyFieldCollectionData: Setting to specify if item deletion is enabled/disabled #131
  • PropertyFieldCollectionData: Implemented a property to specify if field editing is enabled/disabled #132
  • Added Chinese localization #137
  • PropertyFieldColorPicker: Added a isHidden property #138
  • PropertyFieldCollectionData: return the item in the custom renderer #147
  • Added Russian localization #142

Fixes

  • PropertyFieldTermPicker: fix sort order with lowercased terms #133
  • PropertyFieldCollectionData: Bug with onCustomRender() #135
  • PropertyFieldCollectionData: Fixed bug with dropdown rendering in IE #136
  • PropertyFieldNumber: Min/max number check fix + localization label fixes #141
  • PropertyFieldTermPicker: Fix layout issues in IE11 #143

Contributors

Special thanks to our contributors (in alphabetical order): Simon-Pierre Plante, Yannick Plenevaux, Alex Terentiev, Roger Zhang.

v1.13.1 Release

14 Dec 07:49
5d027a8

Choose a tag to compare

Fixes

  • PropertyFieldCollectionData: Fixed issue for loading the control in the local workbench #128

v1.13.0 Release

13 Dec 16:40
eb0fb28

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

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

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

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

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

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

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