stack.pulse
#stacks/nx/tooling

Nx release notes, breaking changes, and upgrade notes.

Smart monorepos with fast, reliable builds StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.

releases
14
breaking
4
security
4
deprecated
2
migrations
1

Get source-linked upgrade notes and occasional sponsor recommendations. No GitHub login required.

what stackpulse tracks

Nx releases from GitHub

StackPulse watches Nx release notes and keeps the original source link close to every summary.

upgrade risk

Breaking changes and deprecations

Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.

migration notes

Source-backed next steps

Migration steps and recommended actions are only shown when the upstream release notes support them.

# latest_releases

source-backed
23.1.0-beta.1mediumbreakingprereleaseJun 19, 2026

23.1.0-beta.1

This beta release focuses on fixing issues related to changelog rendering and migration processes. Notably, it addresses a critical bug where breaking change entries in the changelog were capturing unrelated content.

affected

Developers relying on accurate changelog entries for breaking changes will benefit from this fix.

action

Review changelog entries to ensure breaking changes are correctly captured.

release_signals
-**release:** The changelog's '⚠️ Breaking Changes' section no longer captures unrelated content after `BREAKING CHANGE:`. It now stops at structural boundaries like Markdown headings or git metadata, ensuring only the breaking change note itself is included.
view source on github->
23.1.0-beta.0highbreakingfeatureprereleaseJun 18, 2026

23.1.0-beta.0

This beta release adds Angular v22 support while dropping v19, introduces Rspack v2 compatibility, and provides upgrade paths for Next.js and React versions.

affected

Users needing Angular v19 support or using ESLint v8 are affected.

action

Upgrade Angular to v22 and migrate from ESLint v8 if using these features.

release_signals
-Angular v19 is no longer supported
+Support for Angular v22
+Added upgrade paths for Next 14 to 15 and React 18 to 19
+Enabled tsgo compiler workspace-wide
+Added UTM tracking to Nx Cloud prompt links
+Support for @rspack/core@2 and @rsbuild/core@2
view source on github->
23.0.0highbreakingdeprecationmigrationfeaturesecurityJun 16, 2026

23.0.0

This release introduces significant breaking changes and deprecations across angular, bundling, core, and other modules. It also adds new migration capabilities and shell tab-completion features.

affected

Users relying on deprecated features or older versions of dependencies will need to migrate.

action

Review breaking changes and deprecations, and follow provided migration steps before upgrading.

release_signals
-Remove deprecated @nx/angular/module-federation entry point
-Drop legacy typescript plugin and align rollup buildLibsFromSource default
-Remove SVGR option and provide withSvgr migration
-Rename CreateNodes V2 types to canonical OG names
-Remove Tailwind CSS setup-tailwind generators
!Deprecate convert-to-with-mf generator
!Deprecate SCAM generators
!Deprecate the @nx/detox build and test executors
!Deprecate executors with inferred-plugin replacements
!Deprecate old generators in module-federation
+Add support for '...' as a spread token when merging target config
+Enable native Node.js TypeScript stripping by default
+Add shell tab-completion (bash, zsh, fish, powershell)
+Add agentic mode to nx migrate --run-migrations
+Add JSON schema for migrations.json files
migration_steps4 steps
  1. 01Use withSvgr migration for removed SVGR option
  2. 02Apply migrations for createNodesV2 -> createNodes rename
  3. 03Follow Vite 7 -> 8 migrations
  4. 04Utilize prompt field for migration entries
view source on github->
23.0.0-beta.25highbreakingfeatureprereleaseJun 9, 2026

23.0.0-beta.25

This beta release introduces extended migration capabilities, removes outdated migrations, and enhances multi-version support for several frameworks. It also includes various fixes to improve migration and release processes.

affected

Developers using Nx migrations or frameworks like detox, expo, react-native, and remix are affected.

action

Review the migration changes and update your projects accordingly.

release_signals
-Migrations prior to v21 have been removed in preparation for v23
+Extend `nx migrate --include` to any package that supports optional updates
+Remove migrations prior to v21 in preparation for v23
+Multi-version support compliance for detox, expo, react-native, and remix
view source on github->
Nx release notes, breaking changes, and upgrade notes · StackPulse