Skip to content

Commit cdd6347

Browse files
Updated SPFx references with version 1.20.0 in compatibility matrix and dev environment setup doc
1 parent 767eb85 commit cdd6347

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/spfx/compatibility.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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: 06/26/2023
4+
ms.date: 09/27/2024
55
ms.localizationpriority: high
66
---
77
# SharePoint Framework development tools and libraries compatibility
@@ -34,6 +34,7 @@ The following table lists SharePoint Framework and compatible versions of common
3434

3535
| SPFx | Node.js (LTS) | TypeScript | React |
3636
| ------------------------------- | --------------- | -------------- | ----------- |
37+
| [1.20.0](release-1.20.md) | v18 | v4.5, v4.7 | v17.0.1 |
3738
| [1.19.0](release-1.19.md) | v18 | v4.5, v4.7 | v17.0.1 |
3839
| [1.18.2](release-1.18.2.md) | v16, v18 | v4.5, v4.7 | v17.0.1 |
3940
| [1.18.1](release-1.18.1.md) | v16, v18 | v4.5, v4.7 | v17.0.1 |

docs/spfx/set-up-your-development-environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Set up your SharePoint Framework development environment
33
description: Use any text editor to build SharePoint Framework solutions. You can use macOS, Windows, or Linux.
4-
ms.date: 08/19/2024
4+
ms.date: 09/27/2024
55
ms.localizationpriority: high
66
ms.custom: scenarios:getting-started
77
---
@@ -42,7 +42,7 @@ You can check if you already have Node.js installed, including the installed ver
4242
node --version
4343
```
4444

45-
SharePoint Framework v1.19.* is supported on Node.js v18 LTS (*aka: Hydrogen*).
45+
SharePoint Framework v1.20.* is supported on Node.js v18 LTS (*aka: Hydrogen*).
4646

4747
SharePoint Framework v1.18.* is supported on the following Node.js versions:
4848

0 commit comments

Comments
 (0)