Version 1.8.0 of the SharePoint Framework React Controls (@pnp/spfx-controls-react
) has been released. This is an open source library that shares a set of reusable React controls, which can be used in your SharePoint Framework solutions.
This release includes the following changes:
Enhancements
PeoplePicker
: Specify to hide or show the users/groups which are hidden in the UI #122WebPartTitle
: changing font-sizes on different resolutions #114WebPartTitle
: Added accessibility tags for web part title #121ListView
: Resizable columns - introduced aisResizable
property #119FieldNameRenderer
double click support added #116TaxonomyPicker
: table markup changed to DIV #113PeoplePicker
: ability to specify the source site to load users from #110TaxonomyPicker
: Disable the terms which are set as deprecated or unavailable for tagging #109PeoplePicker
: Specify principle type to retrieve (users, groups, …) #94
Fixes
FieldLookupRenderer
: Fixed URL querystring params #126IFrameDialog
: dialog width is not correct in IE11 #118PeoplePicker
: fix freezes when typing in search values #117
Contributions
This release wouldn’t be possible without the help of (in alphabetical order): Thomas Lamb, Joel Rodrigues, Mikael Svenson, Alex Terentiev. Thank you for your contributions.
Try it out today
Get the latest release of the @pnp/spfx-controls-react
from npm by executing in the command line: npm i @pnp/spfx-controls-react -S -E
.
You can check out the documentation here: https://sharepoint.github.io/sp-dev-fx-controls-react/
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-controls-react/issues.