Version 1.15.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:
Enhancements
PropertyFieldCollectionData
: Add a property to be able to set a custom class on the collection data panel #180PropertyFieldListPicker
: AddedlistsToExclude
property to the control #176PropertyFieldDateTimePicker
: Add ability to hide the date and time labels #77
Fixes
- Callout icons missing with SPFx
1.8.2
web part #178 PropertyFieldTextWithCallout
: still persists property value when error occurred #172PropertyFieldNumber
: not handling changes correctly #170PropertyFieldChoiceGroupWithCallout
: iconProps not working #154PropertyFieldDropdownWithCallout
: Options of typeDivider
andHeader
are ignored #145
Contributions
This release wouldn't be possible without the help of (in alphabetical order): Alex Terentiev, Ward Wilmsen. 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.