Version 1.12.0 of the SharePoint Framework Property Controls (@pnp/spfx-property-controls
) has been released. This is an open source library that shares a set of reusable property pane controls, which can be used in your SharePoint Framework solutions.
This release includes the following changes:
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
Contributions
This release wouldn’t be possible without the help of (in alphabetical order): Paul Bullock, Junle Li, PooLP, Erwin van Hunen. Thank you for your contributions.
Try it out today
Get the latest release of the @pnp/spfx-property-controls
from npm by executing in the command line: npm i @pnp/spfx-property-controls -S -E
.
You can check out the documentation here: https://sharepoint.github.io/sp-dev-fx-property-controls/
Issues and feedback
If you have issues or feedback, don’t hesitate to reach out to the team on GitHub via the issue list: https://github.com/SharePoint/sp-dev-fx-property-controls/issues.