Version 1.14.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)
Enhancements
PropertyFieldCollectionData
: Setting to specify if itemcreation
is enabled/disabled #130PropertyFieldCollectionData
: Setting to specify if itemdeletion
is enabled/disabled #131PropertyFieldCollectionData
: Implemented a property to specify if fieldediting
is enabled/disabled #132- Added
Chinese
localization #137 PropertyFieldColorPicker
: Added aisHidden
property #138PropertyFieldCollectionData
: return the item in the custom renderer #147- Added
Russian
localization #142
Fixes
PropertyFieldTermPicker
: fix sort order with lowercased terms #133PropertyFieldCollectionData
: Bug with onCustomRender() #135PropertyFieldCollectionData
: Fixed bug with dropdown rendering in IE #136PropertyFieldNumber
: Min/max number check fix + localization label fixes #141PropertyFieldTermPicker
: Fix layout issues in IE11 #143
Contributions
This release wouldn’t be possible without the help of (in alphabetical order): Simon-Pierre Plante, Yannick Plenevaux, Alex Terentiev, Roger Zhang. 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.