Skip to content

Commit 1fb8e61

Browse files
committed
RC for 1.21
1 parent 348ee72 commit 1fb8e61

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

docs/spfx/release-1.21.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SharePoint Framework v1.21 release notes
33
description: Release notes for the SharePoint Framework v1.21 release.
4-
ms.date: 04/03/2025
4+
ms.date: 04/10/2025
55
ms.localizationpriority: high
66
---
77
# SharePoint Framework v1.21 release notes
@@ -13,6 +13,7 @@ This release has initial configuration updates for web parts in the context of f
1313
1414
[!INCLUDE [spfx-release-beta](../../includes/snippets/spfx-release-beta.md)]
1515

16+
* rc.0 **Released:** April 10, 2025
1617
* beta.2 **Released:** April 3, 2025
1718
* beta.0 **Released:** February 25, 2025
1819

@@ -26,7 +27,7 @@ Install the latest generally available release of the SharePoint Framework (SPFx
2627
npm install @microsoft/generator-sharepoint@next --global
2728
```
2829

29-
## Upgrading projects from the SPFx v1.20 to v1.21 preview version
30+
## Upgrading projects from the SPFx v1.20 to v1.21 release candiate version
3031

3132
In the project's **package.json** file, identify all SPFx v1.20 packages. For each SPFx package:
3233

@@ -52,6 +53,10 @@ Node.js support will be updated to the version 22 with the 1.21 release. This be
5253

5354
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.
5455

56+
### TypeScript 5.x support
57+
58+
Starting with this first release candidate for the 1.21 release, we have also updated the support for the TypeScript 5.x. Default scaffolded projects are using currently specifically 5.3.3 version by default.
59+
5560
### Flexible layout configuration options for web parts
5661

5762
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.

docs/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@
474474
items:
475475
- name: Overview
476476
href: spfx/roadmap.md
477-
- name: SPFx v1.21 - April 3, 2024
477+
- name: SPFx v1.21 - April 10, 2025
478478
href: spfx/release-1.21.md
479479
- name: SPFx v1.20 - September 26, 2024
480480
href: spfx/release-1.20.md

0 commit comments

Comments
 (0)