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

PnP SharePoint Framework React Controls v1.13.1 released

Version 1.13.1 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:

Fixes

  • WebPartTitle: Fix for className property which is not defined #281
  • RichText: Fix issue where control turns drop-downs black #279

Contributions

This release wouldn’t be possible without the help of: Hugo Bernier. Thank you for your contribution.

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