Archive for December 2018

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

Read more

Setting up Puppeteer to run on Azure DevOps for your automated UI tests

A few weeks ago, I wrote about how you can use Puppeteer in combination with Jest to perform automated UI tests for your SharePoint solutions. In that article, you still had to run your tests manually start the tests. In this article, I will explain how you can automate this in Azure DevOps so that it can run on a schedule.

Read more

PnP SharePoint Framework Property Controls v1.13.1 released

Version 1.13.1 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: Fixes PropertyFieldCollectionData: Fixed issue for loading the control in the local workbench #128 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.

Read more

PnP SharePoint Framework Property Controls v1.13.0 released

Version 1.13.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 Updated the office-ui-fabric-react to the same version as in SPFx 1.

Read more
Back to top