Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/spfx/compatibility.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: SharePoint Framework Platform & Toolchain Compatibility Reference
description: Find which versions of the SharePoint Framework are compatible with SharePoint platform versions and dependencies including the build toolchain.
ms.date: 11/24/2025
ms.date: 03/04/2026
ms.localizationpriority: high
---
# SharePoint Framework Platform & Toolchain Compatibility Reference
Expand Down Expand Up @@ -45,6 +45,8 @@ The following table lists the SPFx and compatible versions of common tools and l

| SPFx | Node.js (LTS) | TypeScript | React |
| ------------------------------- | ------------- | -------------- | ----------- |
| [1.22.2](release-1.22.2.md) | v22 | v2.9 - v5.8 | v17.0.1 |
| [1.22.1](release-1.22.1.md) | v22 | v2.9 - v5.8 | v17.0.1 |
| [1.22.0](release-1.22.md) | v22 | v2.9 - v5.8 | v17.0.1 |
| [1.21.1](release-1.21.1.md) | v22 | v5.3 | v17.0.1 |
| [1.21.0](release-1.21.md) | v22 | v5.3 | v17.0.1 |
Expand Down
Loading