Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.83 KB

File metadata and controls

49 lines (32 loc) · 1.83 KB
title SharePoint Framework v1.17.1 release notes
description Release notes for the SharePoint Framework v1.17.1 release
ms.date 04/13/2023
ms.localizationpriority high

SharePoint Framework v1.17.1 release notes

This is a minor bump that fixes the issues around SharePoint Framework solution packaging, provides improved default scaffolding and few other minor adjustments, which were in the previous released 1.17 version.

Tip

It's safe to keep on using SharePoint Framework 1.17 version, but we do recommend using always the latest version in the production, which in this case would be the 1.17.1, which has few minor improvements as listed below.

Released: April 12, 2023

[!INCLUDE spfx-release-notes-common]

Install the latest version

Install the latest release of the SharePoint Framework (SPFx) by including the @latest tag:

npm install @microsoft/generator-sharepoint@next --global

Upgrading projects from v1.17 to v1.17.1

In the project's package.json file, identify all SPFx v1.17 packages. For each SPFx package:

  1. Uninstall the existing v1.17 package:

    npm uninstall @microsoft/{spfx-package-name}@1.17
  2. Install the new v1.17.1 package:

    npm install @microsoft/{spfx-package-name}@latest --save --save-exact

[!INCLUDE spfx-release-upgrade-tip]

Fixed Issues

Here's a list of specific issues fixed around SharePoint Framework since the previous public release.

  • PopupEventArgs is missing from the public documentation
  • #8878 - SPFx v1.17 - ACE - Default QuickView uses old Adaptive Card schema