| 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 |
This release contains the general availability of extensions.
Released: September 25, 2017
[!INCLUDE spfx-release-notes-common]
In the project's package.json file, identify all SPFx v1.1 packages. For each SPFx package:
-
Uninstall the existing v1.1 package:
npm uninstall @microsoft/{spfx-package-name}@1.1 -
Install the refreshed v1.3 package:
npm install @microsoft/{spfx-package-name}@1.3.0 --save --save-exact
[!INCLUDE spfx-release-upgrade-tip]