| title | SharePoint Framework v1.13.1 release notes |
|---|---|
| description | Release notes for the SharePoint Framework v1.13.1 release |
| ms.date | 11/24/2021 |
| ms.localizationpriority | high |
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
[!INCLUDE spfx-release-notes-common]
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
[!INCLUDE spfx-release-upgrade-tip]