Skip to content

Commit 3a31faa

Browse files
committed
1.23 GA release notes update
1 parent 7bbbea0 commit 3a31faa

2 files changed

Lines changed: 13 additions & 20 deletions

File tree

docs/spfx/release-1.23.md

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,28 @@
11
---
2-
title: SharePoint Framework v1.23 preview notes
3-
description: Release notes for the SharePoint Framework v1.23 preview release.
2+
title: SharePoint Framework v1.23 release notes
3+
description: Release notes for the SharePoint Framework v1.23 release.
44
ms.date: 03/23/2026
55
ms.localizationpriority: high
66
---
7-
# SharePoint Framework v1.23 preview release notes
7+
# SharePoint Framework v1.23 release notes
88

9-
This is an early baseline version for the upcoming SharePoint 1.23 version with initial updates. We are introducing new capabilities as part of the following updates before the general availability of 1.23.
9+
This release included new capabilities on the list view command sets, preview of CLI for SPFx and addressing all known 'npm audit' reported vulnerabilities in the Yeoman package and in the scaffolded projects.
1010

11-
[!INCLUDE [spfx-release-beta](../../includes/snippets/spfx-release-beta.md)]
12-
13-
* rc.3 Released: May 6, 2026
14-
* rc.2 Released: April 29, 2026
15-
* rc.1 Released: April 21, 2026
16-
* rc.0 Released: April 8, 2026
17-
* beta.2 Released: April 2, 2026
18-
* beta.0 Released: March 23, 2026
11+
**Released:** May 13, 2025
1912

2013
[!INCLUDE [spfx-release-notes-common](../../includes/snippets/spfx-release-notes-common.md)]
2114

2215
## Install the latest version
2316

24-
Install the latest preview release of the SharePoint Framework (SPFx) by using the **@next** tag
17+
Install the latest release of the SharePoint Framework (SPFx) by using the **@latest** tag
2518

2619
```console
2720
npm install @microsoft/generator-sharepoint@next --global
2821
```
2922

30-
## Upgrading projects to v1.23 preview version
23+
## Upgrading projects to v1.23 version
3124

32-
The upgrade steps required to convert a [gulp-based toolchain](toolchain/sharepoint-framework-toolchain.md) SPFx project to the [Heft-based toolchain](toolchain/sharepoint-framework-toolchain-rushstack-heft.md) are detailed in the following article: [Migrate from the Gulp Toolchain to Heft Toolchain](toolchain/migrate-gulptoolchain-hefttoolchain.md).
25+
If you are upgrading from older than 1.22 version, please follow the upgrade steps required to convert a [gulp-based toolchain](toolchain/sharepoint-framework-toolchain.md) SPFx project to the [Heft-based toolchain](toolchain/sharepoint-framework-toolchain-rushstack-heft.md) are detailed in the following article: [Migrate from the Gulp Toolchain to Heft Toolchain](toolchain/migrate-gulptoolchain-hefttoolchain.md).
3326

3427
## New features and capabilities
3528

@@ -39,8 +32,6 @@ Starting with the SPFx 1.23, we will be also supporting grouping of list view co
3932

4033
![Card personalization visible in the dashboard UI](../images/123-release/list-view-cmdset-grouping.png)
4134

42-
> This feature is currently in progress to rollout in production and will be enable in all tenants by early April.
43-
4435
See more details on this upcoming change from the following documentation:
4536

4637
- [Grouping in ListView Command Set extensions](./extensions/guidance/list-view-command-set-grouping.md)
@@ -76,11 +67,13 @@ Your feedback is welcome. Let us know your first impressions and provide suggest
7667

7768
### Addressing npm audit issues
7869

79-
When installing the SharePoint Framework Yeoman generator or scaffolding solutions, we have worked on the reported `npm audit` issues. Addressing vulnerabilities is a moving target, which we keep on addressing with all releases.
70+
When installing the SharePoint Framework Yeoman generator or scaffolding solutions, we have worked addressing all reported `npm audit` issues. Addressing vulnerabilities is a moving target, which we keep on addressing with all releases.
8071

8172
## Deprecations
8273

83-
No new updates.
74+
- SharePoint Framework Online Workbench will be retired from SharePoint Online on 1st of December 2026
75+
- We encourage to use the [debugging toolbar](./debug-toolbar.md) and do testing and validation of your code on normal SharePoint pages.
76+
- [Geolocation feature](./viva/get-started/actions/geolocation/geolocationdocumentation) is deprecated in the context of Adaptive Card Extensions (ACEs) with full retirement from SharePoint Online on 1st of December 2026
8477

8578
## Feedback and issues
8679

docs/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@
504504
items:
505505
- name: Overview
506506
href: spfx/roadmap.md
507-
- name: SPFx v1.23 - May 6, 2026
507+
- name: SPFx v1.23 - May 13, 2026
508508
href: spfx/release-1.23.md
509509
- name: SPFx v1.22.2 - January 28, 2026
510510
href: spfx/release-1.22.2.md

0 commit comments

Comments
 (0)