Change8

Migrating to Nx 23.1.0-beta.1

Version 23.1.0-beta.1 introduces 1 breaking change. This guide details how to update your code.

Released: 6/19/2026

1
Breaking Changes
0
Migration Steps
4
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

nx migratenx-devnext-sitemapextractBreakingChangeExplanation

Breaking Changes

Issue #1

The logic for extracting breaking change descriptions has been updated to stop swallowing trailing PR body content (like 'Related issues' sections or git-metadata blocks) after the 'BREAKING CHANGE:' marker. Previously, content after the breaking change note, up until the git-metadata block, was incorrectly included. The fix involves stripping HTML comments and scanning line-by-line, stopping at the first structural boundary (Markdown heading, horizontal rule, Co-authored-by trailer, or git-metadata delimiter).

Release Summary

This beta release fixes several issues, including crashes in nx migrate and incorrect parsing of breaking change descriptions in changelogs. The breaking change fix ensures that only the intended breaking change text is captured.

Need More Details?

View the full release notes and all changes for Nx 23.1.0-beta.1.

View Full Changelog