Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.04 KB

File metadata and controls

37 lines (24 loc) · 1.04 KB
title SharePoint Framework v1.3 release notes
description Release notes for the SharePoint Framework v1.3 release
ms.date 09/08/2021
ms.localizationpriority high

SharePoint Framework v1.3 release notes

This release contains the general availability of extensions.

Released: September 25, 2017

[!INCLUDE spfx-release-notes-common]

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

[!INCLUDE spfx-release-upgrade-tip]

New features and capabilities

SharePoint Extensions (general availability)