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.
New in this release, preview code for Office Add-Ins and a new Extension type Search Extensions. We also added support for personal apps in Microsoft Teams and Teams mobile support.
Released: January 7, 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.
In the project's package.json file, identify all SPFx v1.9.1 packages. For each SPFx package:
Uninstall the existing v1.9.1 package:
npm uninstall @microsoft/{spfx-package-name}@1.9.1
Install the refreshed v1.10 package:
npm install @microsoft/{spfx-package-name}@1.10.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.
UseLegacyCSS
flag set to true in the manifest).this.context.microsoftTeams
property has been deprecated, you should be using this.context.sdks.microsoftTeams
property instead.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
Extend the SharePoint user interface with SharePoint Framework extensions - Training
Learn how to extend the SharePoint user interface with SharePoint Framework extensions.
Certification
Microsoft Certified: Power Platform Developer Associate - Certifications
Demonstrate how to simplify, automate, and transform business tasks and processes using Microsoft Power Platform Developer.