Microsoft Announces General Availability of SPFx 1.23
SharePoint Framework

Microsoft has officially reached a major milestone in its Microsoft 365 extensibility journey with the General Availability (GA) of SharePoint Framework (SPFx) version 1.23. Announced by Vesa Juvonen, Principal Product Manager at Microsoft, this release marks a fundamental shift toward a more open, community-driven developer experience.

As the most widely used model for building rich, AI-powered solutions across SharePoint, Microsoft Teams, and Microsoft Viva, SPFx 1.23 introduces long-awaited tools for automation and UI flexibility.

The New SPFx CLI: Beyond Yeoman

The standout feature of the 1.23 release is the preview of the new SPFx CLI (Command Line Interface). For years, developers have relied on the Yeoman generator to scaffold projects; however, Microsoft is now transitioning toward a more flexible, decoupled CLI tool.

  • Open-Source Templates: For the first time, Microsoft has open-sourced the solution templates used for project creation.

  • Custom Scaffolding: Developers can now point the CLI to their own GitHub repositories or local directories to use company-specific templates, ensuring consistent folder structures and shared service layers across enterprise projects.

  • Command: The new tool can be installed via npm install @microsoft/spfx-cli --global.

Enhanced List View Experiences

SPFx 1.23 brings much-needed control to how users interact with data in lists and libraries through Command Set Grouping.

  • Toolbar Organization: Developers can now group custom command set actions in the toolbar and context menus. This prevents "action clutter" by allowing related buttons (e.g., "Export to PDF" and "Email Report") to be nested under a single dropdown menu.

  • Panel Overrides: This version lays the groundwork for overriding the "New" and "Edit" panels in Microsoft Lists, allowing for fully customized form experiences that feel native to the SharePoint UI.

Security and "Default-On" Maintenance

Addressing the "moving target" of software security, SPFx 1.23 includes significant updates to resolve npm audit reported vulnerabilities. Microsoft has committed to a more predictable monthly minor release cycle throughout 2026 to ensure that the scaffolded projects stay clean of security warnings from day one.

The Road to React 18 and Beyond

While SPFx 1.23 focuses on stability and tooling, Microsoft shared critical updates on the upcoming roadmap:

  • React 18 Support: Targeted for a June 2026 release (v1.24), Microsoft is currently updating out-of-the-box web parts to support React 18.

  • Workbench Retirement: The classic SharePoint Online Workbench is scheduled for retirement on December 1, 2026. Developers are encouraged to use the new Debugging Toolbar, which allows for real-time testing directly on live SharePoint pages.

  • Navigation Customizers: Coming in late 2026, these will allow developers to override standard navigation nodes with custom SPFx components.

SPFx 1.23 signifies that Microsoft 365 development is becoming more "Pro-Dev" and "DevOps-friendly." The ability to build and share custom project templates via the new CLI means teams can spend less time on boilerplate setup and more time building the AI-driven agents and integrated business solutions that are defining the 2026 tech landscape.