Skip to content

Commit e665d97

Browse files
committed
beta 2 updates
1 parent 297ac4d commit e665d97

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
-9.78 KB
Loading

docs/spfx/release-1.21.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
---
22
title: SharePoint Framework v1.21 release notes
33
description: Release notes for the SharePoint Framework v1.21 release.
4-
ms.date: 03/03/2025
4+
ms.date: 04/03/2025
55
ms.localizationpriority: high
66
---
77
# SharePoint Framework v1.21 release notes
88

99
This release has initial configuration updates for web parts in the context of flexible layouts in SharePoint and personalization option for cards. We're also looking to further include other technical updates before this version is generally available.
1010

11+
> [!NOTE]
12+
> [SharePoint Framework API Reference](https://learn.microsoft.com/en-us/javascript/api/overview/sharepoint?view=sp-typescript-latest) was also updated to match the latest 1.21 version as part of the beta 2 release.
13+
1114
[!INCLUDE [spfx-release-beta](../../includes/snippets/spfx-release-beta.md)]
1215

16+
beta.2 **Released:** April 3, 2025
1317
beta.0 **Released:** February 25, 2025
1418

1519
[!INCLUDE [spfx-release-notes-common](../../includes/snippets/spfx-release-notes-common.md)]
@@ -42,6 +46,12 @@ In the project's **package.json** file, identify all SPFx v1.20 packages. For ea
4246

4347
## New features and capabilities
4448

49+
### Node.js v22 support
50+
51+
Node.js support will be updated to the version 22 with the 1.21 release. This beta build is the first version to include version 22 support.
52+
53+
Notice that when SPFx 1.21 is generally available, Node.js version 22 is the only supported version with it. Currently SPFx supports Node.js version 18, which will fall out of the support in end of April 2025. We are planning to have SPFx 1.21 generally available before that date.
54+
4555
### Flexible layout configuration options for web parts
4656

4757
New flexible layout sizing options are introduced for the web part manifest. These can be used to adjust the default behavior for the custom web parts as they're used within flexible layouts.

0 commit comments

Comments
 (0)