Skip to content

Commit 101c3f1

Browse files
Added SPFx 1.21.1 (SharePoint#10264)
* Added SPFx 1.21.1 * grammatical fixes --------- Co-authored-by: Andrew Connell <[email protected]>
1 parent 97472a7 commit 101c3f1

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

assets/spfx/spfx-matrix.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
[
2+
{
3+
"spfx": "1.21.1",
4+
"url": "https://learn.microsoft.com/sharepoint/dev/spfx/release-1.21.1",
5+
"node": [
6+
"v22"
7+
],
8+
"typescript": [
9+
"v5.3"
10+
],
11+
"react": [
12+
"v17.0.1"
13+
]
14+
},
215
{
316
"spfx": "1.21.0",
417
"url": "https://learn.microsoft.com/sharepoint/dev/spfx/release-1.21",

docs/spfx/compatibility.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: SharePoint Framework development tools and libraries compatibility
33
description: Find which versions of the SharePoint Framework are compatible with each version of SharePoint, development tools, and libraries.
4-
ms.date: 04/16/2025
4+
ms.date: 05/15/2025
55
ms.localizationpriority: high
66
---
77
# SharePoint Framework development tools and libraries compatibility
88

9-
As the SharePoint Framework (SPFx) evolves, so do the various development tools and libraries that it uses.
9+
As the SharePoint Framework (SPFx) evolves, so do the various development tools and libraries it uses.
1010

1111
## SharePoint Framework version compatibility
1212

@@ -28,12 +28,13 @@ For more information about SharePoint Framework development with SharePoint 2016
2828

2929
## SPFx development environment compatibility
3030

31-
As each new version of the SharePoint Framework is released, support for newer library versions is constantly added to ensure that the toolset remains current.
31+
As each new version of the SharePoint Framework is released, support for newer library versions is constantly added to ensure the toolset remains current.
3232

3333
The following table lists SharePoint Framework and compatible versions of common tools and libraries:
3434

3535
| SPFx | Node.js (LTS) | TypeScript | React |
3636
| ------------------------------- | --------------- | -------------- | ----------- |
37+
| [1.21.1](release-1.21.1.md) | v22 | v5.3 | v17.0.1 |
3738
| [1.21.0](release-1.21.md) | v22 | v5.3 | v17.0.1 |
3839
| [1.20.0](release-1.20.md) | v18 | v4.5, v4.7 | v17.0.1 |
3940
| [1.19.0](release-1.19.md) | v18 | v4.5, v4.7 | v17.0.1 |

0 commit comments

Comments
 (0)