SharePoint Framework v1.3 release notes

This release contains the general availability of extensions.

Released: September 25, 2017

Important

This page addresses details related to a specific SPFx release version. This page doesn't include additional SPFx prerequisites that must be installed in order to develop SPFx solutions, including Node.js, Yeoman, and other tools.

To learn more about these prerequisites, see Set up your SharePoint Framework development environment.

Upgrading projects from v1.1 to v1.3

In the project's package.json file, identify all SPFx v1.1 packages. For each SPFx package:

  1. Uninstall the existing v1.1 package:

    npm uninstall @microsoft/{spfx-package-name}@1.1
    
  2. Install the refreshed v1.3 package:

    npm install @microsoft/{spfx-package-name}@1.3.0 --save --save-exact
    

Tip

The CLI for Microsoft 365 provides an easy step-by-step guidance to upgrade your solutions to latest SharePoint Framework version.

New features and capabilities

SharePoint Extensions (general availability)