Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.64 KB

File metadata and controls

42 lines (30 loc) · 1.64 KB
title SharePoint Framework v1.13.1 release notes
description Release notes for the SharePoint Framework v1.13.1 release
ms.date 11/24/2021
ms.localizationpriority high

SharePoint Framework v1.13.1 release notes

This is a bug fix release to address few specific regressions, which were introduced in the v1.13 release. These regressions were only impacting isolated scenarios, but in general we do recommend using always the latest available version.

Released: November 23, 2021

[!INCLUDE spfx-release-notes-common]

Upgrading projects from v1.13 to v1.13.1

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

  1. Uninstall the existing v1.13 package:

    npm uninstall @microsoft/{spfx-package-name}@1.13
  2. Install the refreshed v1.13.1 {version-release} package:

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

[!INCLUDE spfx-release-upgrade-tip]

Changes in this release

  • 1.13.0 for "Create a subfolder with solution name" does not work
  • Cannot use custom dialogs with SPFx v 1.13
  • Generator Creates an Unusual Folder Structure when Running with CLI Arguments
  • deploy-azure-storage command no longer creates container that does not exist yet