Skip to content

Commit 595779b

Browse files
committed
1.20 GA doc updates
1 parent 961fb57 commit 595779b

File tree

2 files changed

+23
-15
lines changed

2 files changed

+23
-15
lines changed

docs/spfx/release-1.20.md

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
11
---
2-
title: SharePoint Framework v1.20 preview release notes
3-
description: Release notes for the SharePoint Framework v1.20 preview release.
4-
ms.date: 09/12/2024
2+
title: SharePoint Framework v1.20 release notes
3+
description: Release notes for the SharePoint Framework v1.20 release.
4+
ms.date: 09/26/2024
55
ms.localizationpriority: high
66
---
77
# SharePoint Framework v1.20 release notes
88

99
This release focuses primarily on the new features within the [Microsoft Viva Connections](./viva/overview-viva-connections.md) side with two key new capabilities: new data visualization options for Card Views and HTML Quick View option for Viva Connections Quick Views.
1010

11-
[!INCLUDE [spfx-release-beta](../../includes/snippets/spfx-release-beta.md)]
12-
13-
* rc.1 **Released:** September 12, 2024
14-
* beta.0 **Released:** August 20, 2024
11+
**Released:** September 26, 2024
1512

1613
[!INCLUDE [spfx-release-notes-common](../../includes/snippets/spfx-release-notes-common.md)]
1714

18-
## Install the preview version
15+
## Install the latest version
1916

20-
Install the preview release of the SharePoint Framework (SPFx) by using the **@next** tag
17+
Install the latest generally available release of the SharePoint Framework (SPFx) by using the **@latest** tag
2118

2219
```console
23-
npm install @microsoft/generator-sharepoint@next --global
20+
npm install @microsoft/generator-sharepoint@latest --global
2421
```
2522

26-
## Upgrading projects from the SPFx v1.19 to v1.20 preview version
23+
## Upgrading projects from the SPFx v1.19 to v1.20 version
2724

2825
In the project's **package.json** file, identify all SPFx v1.19 packages. For each SPFx package:
2926

@@ -33,10 +30,10 @@ In the project's **package.json** file, identify all SPFx v1.19 packages. For ea
3330
npm uninstall @microsoft/{spfx-package-name}@1.19
3431
```
3532

36-
1. Install the new v1.20 preview package:
33+
1. Install the new v1.20 package:
3734

3835
```console
39-
npm install @microsoft/{spfx-package-name}@next --save --save-exact
36+
npm install @microsoft/{spfx-package-name}@latest --save --save-exact
4037
```
4138

4239
[!INCLUDE [spfx-release-upgrade-tip](../../includes/snippets/spfx-release-upgrade-tip.md)]
@@ -77,13 +74,24 @@ New sample showcasing the new data visualization options for ACEs:
7774

7875
- **[Basic Card - HTML Quick View](https://github.com/pnp/sp-dev-fx-aces/tree/main/samples/BasicCard-HTML-QuickView)**: Baseline example of the data visualization card rendering options, which was introduced as part of the SPFx v1.20 release.
7976

77+
### Fix for [object|object] issue
78+
79+
As part of the transitioning to WebPack 5 with the SPFx 1.19, exception details where impacted as called out with in issue [#9834](https://github.com/SharePoint/sp-dev-docs/issues/9834).
80+
81+
This issue has been fixed and is by default fixed for any new project created with the SPFx Yeoman generator 1.20. For the previously created project, you can fix this issue with following updates:
82+
83+
- SPFx tools packages version is 1.20.2
84+
- update `@rushstack/eslint-config` from 2.5.1 to 4.0.1
85+
- Optional: fix new lint errors such as *"@typescript-eslint/no-unsafe-function-type rule is not found"* by modifying .eslintrc.js
86+
- Optional: fix other lint rules related to the code and not ESLint configuration
87+
8088
## Deprecations
8189

8290
No new updates.
8391

8492
## Fixed Issues
8593

86-
No new updates.
94+
- [#9834](https://github.com/SharePoint/sp-dev-docs/issues/9834) - SPFx 1.19.0 - Error during bundle says [object Object] instead of displaying a clear message.
8795

8896
## Feedback and issues
8997

docs/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@
470470
items:
471471
- name: Overview
472472
href: spfx/roadmap.md
473-
- name: SPFx v1.20 - September 12, 2024
473+
- name: SPFx v1.20 - September 26, 2024
474474
href: spfx/release-1.20.md
475475
- name: SPFx v1.19 - April 25, 2024
476476
href: spfx/release-1.19.md

0 commit comments

Comments
 (0)