Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 3.42 KB

release-1.11.0.md

File metadata and controls

66 lines (46 loc) · 3.42 KB
title description ms.date ms.localizationpriority
SharePoint Framework v1.11 release notes
Release notes for the SharePoint Framework v1.11 release
09/08/2021
high

SharePoint Framework v1.11 release notes

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

[!INCLUDE spfx-release-notes-common]

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:

  1. Uninstall the existing v1.10 package:

    npm uninstall @microsoft/{spfx-package-name}@1.10
  2. Install 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.

[!INCLUDE spfx-release-upgrade-tip]

New features and capabilities

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.