Events
Microsoft 365 Community Conference
May 6, 2 PM - May 9, 12 AM
Skill up for the era of AI at the ultimate community-led Microsoft 365 event, May 6-8 in Las Vegas.
Learn moreThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
This is a bug fix release to address few specific regressions, which were introduced in the v1.13 release. These regressions were only impacting isolated scenarios, but in general we do recommend using always the latest available version.
Released: November 23, 2021
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.
In the project's package.json file, identify all SPFx v1.13 packages. For each SPFx package:
Uninstall the existing v1.13 package:
npm uninstall @microsoft/{spfx-package-name}@1.13
Install the refreshed v1.13.1 {version-release} package:
npm install @microsoft/{spfx-package-name}@1.13.1 --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.
Events
Microsoft 365 Community Conference
May 6, 2 PM - May 9, 12 AM
Skill up for the era of AI at the ultimate community-led Microsoft 365 event, May 6-8 in Las Vegas.
Learn moreTraining
Module
Deploy SharePoint Framework components to production - Training
Learn how to deploy your SharePoint Framework customizations to production environments.