Releases: pnp/sp-dev-fx-property-controls
Releases · pnp/sp-dev-fx-property-controls
v1.13.0 Release
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 #9PropertyFieldCodeEditor
: Added support for custom field rendering #122PropertyFieldCodeEditor
: Added the functionality to sort the items in the collection #123
Fixes
PropertyFieldDateTimePicker
: Fix for the hours dropdown not showing values #112PropertyFieldCollectionData
: Issue with debounce validation overriding the inserted values #113PropertyPaneWebPartInformation
: Remove redundant 'Description' label #119PropertyFieldCodeEditor
: Handle initial value after updating properties #121
Contributors
Special thanks to our contributor: Erwin van Hunen.
v1.12.0 Release
New control(s)
PropertyPaneWebPartInformation
: New control to show more information about the current web part #108PropertyPanePropertyEditor
: 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 #98PropertyFieldCollectionData
: added a onRenderOption option to allow custom option rendering #102PropertyFieldNumber
: 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
Enhancements
PropertyFieldCollectionData
: Show error messages #96
Fixes
- Fixes based on SonarCloud analysis
v1.10.0 Release
v1.9.0 Release
Enhancements
PropertyFieldCollectionData
: Added custom validation forstring
,number
,icon
, andURL
field types #74PropertyFieldCollectionData
: Add an option to specify a default value #86PropertyFieldCollectionData
: override placeholder for the inputs #87PropertyFieldCollectionData
: Hide save button when "Add and save" is shown #88
Fixes
v1.8.0 Release
v1.7.0 Release
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