Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
New in this release, support for additional attributes in the solution for enabling SharePoint Framework support in store and new messaging extension support for Microsoft Teams.
Released: July 16, 2020
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.10 to v1.11
In the project's package.json file, identify all SPFx v1.10 packages. For each SPFx package:
Uninstall the existing v1.10 package:
npm uninstall @microsoft/{spfx-package-name}@1.10Install the refreshed v1.11 package:
npm install @microsoft/{spfx-package-name}@1.11 --save --save-exact
Important
Be sure you update the package-solution.json with the new developers information as described in the article Docs: SharePoint Framework toolchain - Update developer information. Not providing such information will generate an error during gulp package-solution process.
Warning
Upgrading from a previous minor version requires changes across package versions, build configuration files, and toolchain settings that vary depending on your source version. Manually updating package.json alone will result in build failures.
Tip
To upgrade this project, run:
npx -p @pnp/cli-microsoft365 m365 spfx project upgrade --toVersion 1.11.0 --output md
This analyzes your project and outputs all required changes, including a single script to apply them in one go.
Note
The CLI for Microsoft 365 is an open-source solution with active community providing support for it. There is no SLA for the open-source tool support from Microsoft.
New features and capabilities
- Supporting SharePoint Framework solutions in AppSource and in Marketplace
- Support Microsoft Teams task modules added
- Additional metadata for the SharePoint Framework solutions
- Support defining specific image for app pages
Note
Office add-ins build with SharePoint Framework is still in preview.
Changes and deprecations in this release
- REMOVED: Knockout web framework option when creating SharePoint Framework web parts. You can still use Knockout, but there's no default scaffolding for it.
- REMOVED: Node.js v8 support. For more information on the most current recommended versions, see Set up your SharePoint Framework development environment.
- REMOVED: Support for system.js in the local workbench.
Important
We are planning to remove support of the local workbench within the upcoming releases of SharePoint Framework.
Known issues and limitations
There are no known issues as such with this release.