Alert This post is over a year old, some of this information may be out of date.

PnP SharePoint Framework React Controls v1.11.0 released

Version 1.11.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:

New control(s)

  • Map: Newly introduced map control is available #14
  • ChartControl: Newly introduced control to render charts #15

Enhancements

  • PeoplePicker: Allow the people picker to search on site level and on tenant level #97
  • ListView: Added support for filtering #99
  • PeoplePicker: Make the titleText property not required #184
  • Placeholder: Added the ability to specify if the button can be hidden #206
  • Updated the office-ui-fabric-react to the same version as in SPFx 1.7.0

Fixes

  • IFrameDialog: fix for spinner which keeps appearing on the iframe #154
  • PeoplePicker: fix SharePoint groups which could not be retrieved #161
  • TaxonomyPicker: fix sort order with lowercased terms #205

Contributions

This release wouldn't be possible without the help of (in alphabetical order): Hugo Bernier, Asish Padhy, Piotr Siatka, Anoop Tatti, Alex Terentiev, Tse Kit Yam. 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.

Comments

Back to top