Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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:
Uninstall the existing v1.1 package:
npm uninstall @microsoft/{spfx-package-name}@1.1Install 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.