Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.41 KB

File metadata and controls

39 lines (27 loc) · 1.41 KB
title SharePoint Framework v1.7.1 release notes
description Release notes for the SharePoint Framework v1.7.1 release
ms.date 09/08/2021
ms.localizationpriority high

SharePoint Framework v1.7.1 release notes

This release is primarily a bug fix release to address few regressions and missed bugs that were introduced in the 1.7 release. This didn't contain any critical issues, we rather wanted to fix few inconveniences with the latest release.

Released: December 18, 2018

[!INCLUDE spfx-release-notes-common]

Upgrading projects from v1.7 to v1.7.1

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

  1. Uninstall the existing v1.7 package:

    npm uninstall @microsoft/{spfx-package-name}@1.7
  2. Install the refreshed v1.7.1 package:

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

[!INCLUDE spfx-release-upgrade-tip]

Changes in this release

  • Update title of user data property title in dynamic data
  • Add workaround for Yarn's @types/react resolution issue
  • Don't show/provision beta components in the non-beta install.
  • Update debugger launch.json config.
  • Add a dependency on TypeScript to meet the peer dependency requirements of tslint-microsoft-contrib.