Skip to content

Commit 92bdea1

Browse files
Merge pull request SharePoint#7016 from andrewconnell/docissue7009
update spfx compat doc
2 parents 8da8035 + 91125e2 commit 92bdea1

File tree

1 file changed

+26
-25
lines changed

1 file changed

+26
-25
lines changed

docs/spfx/compatibility.md

Lines changed: 26 additions & 25 deletions
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: 05/07/2021
4+
ms.date: 05/18/2021
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -15,11 +15,11 @@ Because SharePoint Online and the on-premises versions of SharePoint Server have
1515

1616
SharePoint Online always uses the latest version of the SharePoint Framework, but SharePoint 2016 and SharePoint 2019 only support the versions that match the server-side dependencies of the deployed packages.
1717

18-
|SharePoint version|Supported SPFx version|Supported features
19-
|---|---|---|
20-
|SharePoint Online|All versions|All features
21-
|SharePoint Server 2019|v1.4.1 or lower|SPFx client-side web parts in classic and modern pages, and extensions in modern pages.
22-
|SharePoint 2016 Feature Pack 2|v1.1|SPFx client-side web parts hosted in classic SharePoint pages.
18+
| SharePoint version | Supported SPFx version | Supported features |
19+
| ------------------------------ | ---------------------- | --------------------------------------------------------------------------------------- |
20+
| SharePoint Online | All versions | All features |
21+
| SharePoint Server 2019 | v1.4.1 or lower | SPFx client-side web parts in classic and modern pages, and extensions in modern pages. |
22+
| SharePoint 2016 Feature Pack 2 | v1.1 | SPFx client-side web parts hosted in classic SharePoint pages. |
2323

2424
For more information about SharePoint Framework development with SharePoint 2016 Feature Pack 2 and SharePoint 2019, see:
2525

@@ -32,25 +32,26 @@ As each new version of the SharePoint Framework is released, support for newer v
3232

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

35-
|SPFx|Node.js|NPM|TypeScript|React
36-
|---|---|---|---|---|
37-
|[1.12.0](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.12.0)|LTS v12.x, LTS v10.x|v5, v6|v3.7|v16.9.0|
38-
|[1.11.0](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.11.0)|LTS v10.x|v5, v6|v3.3|v16.8.5|
39-
|[1.10.0](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.10.0)|LTS v10.x, LTS 8.x|v5, v6|v3.3|v16.8.5|
40-
|[1.9.1](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.9.1)|LTS v10.x, LTS 8.x|v5, v6|v2.9|v16.8.5|
41-
|[1.8.2](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.8.2)| LTS 8.x, LTS 10.x | v5, v6 |v2.9|v16.7.0|
42-
|[1.8.1](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.8.1)| LTS 8.x | v5, v6|v2.7, v2.9, v3.x|v16.7.0|
43-
|[1.8.0](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.8.0)| LTS 8.x | v5, v6|v2.7, v2.9, v3.x|v16.7.0|
44-
|[1.7.1](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.7.1)| LTS 8.x | v5, v6 |v2.4|v16.3.2|
45-
|[1.7.0](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.7)| LTS 8.x | v5, v6 |v2.4|v16.3.2|
46-
|[1.6.0](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.6)|LTS 6.x, LTS 8.x | v3 (w/ Node.js 6.x),<br/> v5 (w/ Node.js 8.x)|v2.4|v15.x|
47-
|[1.5.1](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.5.1)|LTS 6.x, LTS 8.x | v3 (w/ Node.js 6.x),<br/> v5 (w/ Node.js 8.x)|v2.4|v15.x|
48-
|[1.5.0](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.5)|LTS 6.x, LTS 8.x | v3 (w/ Node.js 6.x),<br/> v5 (w/ Node.js 8.x)|v2.4|v15.x|
49-
|[1.4.1](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.4.1)|LTS 6.x, LTS 8.x | v3, v4 |v2.4|v15.x|
50-
|[1.4.0](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.4)|LTS 6.x| v3, v4 |v2.4|v15.x|
51-
|[1.3.0](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.3)|LTS 6.x| v3, v4 |v2.4|v15.x|
52-
|[1.1.0](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.1)|LTS 6.x| v3, v4 |v2.4|v15.x|
53-
|[1.0.0](https://docs.microsoft.com/sharepoint/dev/spfx/release-1.0.0)|LTS 6.x| v3 |v2.4|v15.x|
35+
| SPFx | Node.js | NPM | TypeScript | React |
36+
| -------------------------------- | ------------------------- | ----------------------------------------- | -------------- | ----------- |
37+
| [1.12.1](/release-1.12.1.md) | LTS v14, LTS v12, LTS v10 | v5, v6 | v3.7 | v16.9.0 |
38+
| ~~[1.12.0](/release-1.12.0.md)~~ | ~~LTS v12, LTS v10~~ | ~~v5, v6~~ | ~~v3.7~~ | ~~v16.9.0~~ |
39+
| [1.11.0](/release-1.11.0.md) | LTS v10 | v5, v6 | v3.3 | v16.8.5 |
40+
| [1.10.0](/release-1.10.0.md) | LTS v10, LTS 8 | v5, v6 | v3.3 | v16.8.5 |
41+
| [1.9.1](/release-1.9.1.md) | LTS v10, LTS 8 | v5, v6 | v2.9 | v16.8.5 |
42+
| [1.8.2](/release-1.8.2.md) | LTS 8, LTS 10 | v5, v6 | v2.9 | v16.7.0 |
43+
| [1.8.1](/release-1.8.1.md) | LTS 8 | v5, v6 | v2.7, v2.9, v3 | v16.7.0 |
44+
| [1.8.0](/release-1.8.0.md) | LTS 8 | v5, v6 | v2.7, v2.9, v3 | v16.7.0 |
45+
| [1.7.1](/release-1.7.1.md) | LTS 8 | v5, v6 | v2.4 | v16.3.2 |
46+
| [1.7.0](/release-1.7.md) | LTS 8 | v5, v6 | v2.4 | v16.3.2 |
47+
| [1.6.0](/release-1.6.md) | LTS 6, LTS 8 | v3 (w/ Node.js 6),<br/> v5 (w/ Node.js 8) | v2.4 | v15 |
48+
| [1.5.1](/release-1.5.1.md) | LTS 6, LTS 8 | v3 (w/ Node.js 6),<br/> v5 (w/ Node.js 8) | v2.4 | v15 |
49+
| [1.5.0](/release-1.5.md) | LTS 6, LTS 8 | v3 (w/ Node.js 6),<br/> v5 (w/ Node.js 8) | v2.4 | v15 |
50+
| [1.4.1](/release-1.4.1.md) | LTS 6, LTS 8 | v3, v4 | v2.4 | v15 |
51+
| [1.4.0](/release-1.4.md) | LTS 6 | v3, v4 | v2.4 | v15 |
52+
| [1.3.0](/release-1.3.md) | LTS 6 | v3, v4 | v2.4 | v15 |
53+
| [1.1.0](/release-1.1.md) | LTS 6 | v3, v4 | v2.4 | v15 |
54+
| [1.0.0](/release-1.0.0.md) | LTS 6 | v3 | v2.4 | v15 |
5455

5556
## See also
5657

0 commit comments

Comments
 (0)