You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/spfx/roadmap.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: SharePoint Framework roadmap
3
3
description: Key modern customization capabilities released after General Availability.
4
-
ms.date: 02/27/2026
4
+
ms.date: 03/26/2026
5
5
ms.localizationpriority: high
6
6
---
7
7
@@ -19,22 +19,23 @@ Here's the current roadmap on the upcoming release:
19
19
20
20
- Addressing npm audit reported security issues on the dependency tree.
21
21
22
-
**Version 1.23 – March 2026**
22
+
**Version 1.23 – April 2026**
23
23
24
24
- Command set improvements for lists and libraries – grouping and potentially other improvements.
25
25
- New [debugging toolbar](./debug-toolbar.md) improving the in-page development experience when workbench is not used with direct feedback option to the feature crew. This will be rolling out as a server side update, so no changes are required for the client-side packages.
26
+
- Open-sourcing SPFx solution templates via GitHub and opening them for community contributions.
27
+
- Preview of a new open-sourced SPFx CLI for replacing the existing Yeoman generator – You will be able to introduce your company specific templates or adjustments on the scaffolded baseline for the SPFx solutions. We are decoupling the CLI itself from the SPFx release versions.
28
+
- New and edit panel override in lists – support panel level override on the Microsoft Lists and SharePoint lists with SPFx.
26
29
- Addressing npm audit reported security issues on the dependency tree.
27
30
28
31
**Version 1.23.1 – April 2026**
29
32
30
-
- Open-sourcing SPFx solution templates via GitHub and opening them for community contributions.
31
-
- Preview of a new open-sourced SPFx CLI for replacing the existing Yeoman generator – You will be able to introduce your company specific templates or adjustments on the scaffolded baseline for the SPFx solutions. We are decoupling the CLI itself from the SPFx release versions.
32
-
- New and edit panel override in lists – support panel level override on the Microsoft Lists and SharePoint lists with SPFx.
33
33
- Addressing npm audit reported security issues on the dependency tree.
34
34
35
35
**Version 1.24 – June 2026**
36
36
37
37
- Navigation customizers – Options to override navigation nodes and/or experiences with SPFx components.
38
+
- React 18 support for SPFx solutions
38
39
- General availability of SPFx CLI.
39
40
- Other features which will be shared in following blog posts.
40
41
- Addressing npm audit reported security issues on the dependency tree.
0 commit comments