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 release introduces a new component type, Adaptive Card Extensions (ACE), that can be used to extend Viva Connections.
Released: October 21, 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.12.1 packages. For each SPFx package:
Uninstall the existing v1.12.1 package:
npm uninstall @microsoft/{spfx-package-name}@1.12.1
Install the refreshed v1.13 {version-release} package:
npm install @microsoft/{spfx-package-name}@1.13.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.
Note
The extensibility model for the upcoming Viva Connections feature is currently rolling out in production and might not be available across all tenants yet. If you want to immediately start working with ACEs you can do that by creating a link to the workbench (for example https://contoso.sharepoint.com/_layouts/15/workbench.aspx
) in a navigation node in a modern page. Then use that node to access the workbench.
Node v10 is no longer supported. Supported node versions are v12 and v14.
Local workbench removed: This release removes of the local workbench, as well as the removal of the on-prem questions in the Yeoman generator. On-prem is still supported, and the SPFx v1.12.1 Yeoman generator, as well as previous versions, continue to generate on-prem solutions. The hosted workbench is now the way to test your code.
To configure the browser launch correctly, update the initialPage
property within the ./config/serve.json to point to your SharePoint Online tenant. For example: https://contoso.sharepoint.com/_layouts/15/workbench.aspx
.
Not performing this configuration task will result in an error the first time gulp serve
runs.
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
Create Adaptive Card Extensions (ACE) for Microsoft Viva Connections - Training
This module will teach you how to create custom Adaptive Card Extensions (ACEs) with the SharePoint Framework (SPFx) for Viva Connections dashboards. These ACEs will work in all Viva Connections clients, including desktop and mobile apps.
Certification
Microsoft Certified: Power Platform Developer Associate - Certifications
Demonstrate how to simplify, automate, and transform business tasks and processes using Microsoft Power Platform Developer.
Documentation
SharePoint Framework development tools and libraries compatibility
Find which versions of the SharePoint Framework are compatible with each version of SharePoint, development tools and libraries.
SharePoint Framework v1.11 release notes
Release notes for the SharePoint Framework v1.11 release
SharePoint Framework v1.12.1 release notes
Release notes for the SharePoint Framework v1.12.1 release