You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
5
5
ms.localizationpriority: high
6
6
---
7
7
# SharePoint Framework v1.20 release notes
8
8
9
9
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.
@@ -77,13 +74,24 @@ New sample showcasing the new data visualization options for ACEs:
77
74
78
75
- **[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.
79
76
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
+
80
88
## Deprecations
81
89
82
90
No new updates.
83
91
84
92
## Fixed Issues
85
93
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.
0 commit comments