Skip to content

Releases: nrwl/nx

22.6.0-rc.2

17 Mar 21:20
6ee7091

Choose a tag to compare

22.6.0-rc.2 Pre-release
Pre-release

22.6.0-rc.2 (2026-03-17)

🚀 Features

🩹 Fixes

  • nx-dev: cross site link checks working as expected (#34685)

❤️ Thank You

22.6.0-rc.1

17 Mar 19:41
b73cc69

Choose a tag to compare

22.6.0-rc.1 Pre-release
Pre-release

22.6.0-rc.1 (2026-03-17)

🚀 Features

  • js: add deps-sync generator (#34407)
  • misc: track server page views for AI traffic using Netlify-Agent-Category (#34883)

🩹 Fixes

  • core: ensure postTasksExecution fires on SIGINT for continuous tasks " (#34623, #34869)
  • core: add .claude/settings.local.json to .gitignore (#34870)
  • core: show continuous property in nx show target (#34867)
  • core: detect npm from package-lock.json before falling back to invoking PM (#34877, #34691)
  • core: trim memory usage associated with io-tracing service (#34866)
  • core: ensure workers shutdown after phase cancelled (#34799)
  • core: avoid overwhelming DB with connections during analytics init (#34881)
  • gradle: always check disk cache for gradle project graph reports (#34873)
  • nx-cloud: download light client to tmp dir when outside nx workspace (#34805)
  • vite: pin vitest v4 to ~4.0.x to fix Yarn Classic resolution failure (#34878)

❤️ Thank You

22.6.0-rc.0

16 Mar 21:15
35930fd

Choose a tag to compare

22.6.0-rc.0 Pre-release
Pre-release

22.6.0-rc.0 (2026-03-16)

🩹 Fixes

  • core: ensure postTasksExecution fires on SIGINT for continuous tasks " (#34623, #34869)
  • core: add .claude/settings.local.json to .gitignore (#34870)
  • nx-cloud: download light client to tmp dir when outside nx workspace (#34805)

❤️ Thank You

22.6.0-beta.14

16 Mar 17:13
6b8d5c9

Choose a tag to compare

22.6.0-beta.14 Pre-release
Pre-release

22.6.0-beta.14 (2026-03-16)

🚀 Features

  • core: prompt for analytics preference during workspace creation (#34818)
  • core: add task and project count telemetry via performance lifecycle (#34821)

🩹 Fixes

  • core: fix TUI help text layout (#34754)
  • core: preserve params and options when expanding wildcard dependsOn targets (#34822)
  • core: add download-cloud-client to cloud command bypass list (#34788, #34746, #34728)
  • core: add null guards for runningTasksService in WASM fallback (#34825, #34573)
  • core: skip analytics prompt for cloud commands (#34789)
  • core: ensure postTasksExecution fires on SIGINT for continuous tasks (#34623)
  • gradle: handle project names containing .json substring (#34832, #34768)
  • js: support bun-only environments in release-publish executor (#34835)
  • js: skip npm dist-tag add when no new version was resolved (#34843)
  • js: track tsconfig files from dependency reference chain as inputs (#34848)
  • maven: use mutable lists for Maven session projects (#34834, #34758)
  • module-federation: use sslKey instead of sslCert for pathToKey (#34824, #34811)
  • nx-dev: remove nx-cloud paths from Framer excluded URL rewrites (#34852)
  • release: skip indirect patch bump for commit types with semverBump "none" (#34841)
  • release: include dependent projects in release commit message when using --projects filter (#34845)
  • release: deduplicate projects in changelog when using filtered project list (#34851)
  • testing: infer dependency tsconfig files as playwright plugin inputs (#34803)
  • testing: infer task inputs from jest config file references (#34740)
  • webpack: bump fork-ts-checker-webpack-plugin to 9.1.0 (#34826, #34404)

❤️ Thank You

22.6.0-beta.13

13 Mar 13:47
0d2d7cb

Choose a tag to compare

22.6.0-beta.13 Pre-release
Pre-release

22.6.0-beta.13 (2026-03-13)

🚀 Features

  • core: centralize perf tracking and report metrics to telemetry (#34795)

🩹 Fixes

  • core: gate tui-logger init behind NX_TUI env var " (#34426, #34797)
  • core: batch hashing, topological cache walk, and TUI batch fixes (#34798)
  • nuxt: bump nuxt to 3.21.1 to resolve critical audit vulnerability (#34783)
  • nuxt: fix E2E test environment and lint issues (#34808)
  • nx-dev: adding missing legacy route redirects (#34772)

❤️ Thank You

22.6.0-beta.12

11 Mar 15:02
ac400a1

Choose a tag to compare

22.6.0-beta.12 Pre-release
Pre-release

22.6.0-beta.12 (2026-03-11)

🚀 Features

  • core: persist analytics session ID across CLI invocations (#34763)
  • gradle: add properties and wrappers to inputs (#34778)
  • maven: report external Maven dependencies in project graph (#34368)

🩹 Fixes

  • core: misc graph changes with nx/graph 1.0.5 (#34761)
  • core: improve nx wrapper error message for malformed nx.json (#34736)
  • core: ensure batch tasks always have hash for DTE (#34764, #34446)
  • core: show json by default for agentic ai (#34780)
  • gradle: ensure that ci test target depends on take overrides into account (#34777)
  • js: include transitive dep outputs in typecheck inputs (#34773)
  • js: add external project reference config files as inputs for tsc tasks (#34770)
  • js: always infer dependentTasksOutputFiles for tsc build targets (#34784)
  • webpack: update e2e snapshot for vitest reportsDirectory change (#34766, #34720)
  • webpack: cap less version to <4.6.0 to avoid ESM incompatibility (#34781)

❤️ Thank You

22.6.0-beta.11

09 Mar 15:39
4bb7c76

Choose a tag to compare

22.6.0-beta.11 Pre-release
Pre-release

22.6.0-beta.11 (2026-03-09)

🚀 Features

  • core: add analytics (#34144)

🩹 Fixes

  • core: add missing @nx/angular-rspack packages to nx packageGroup (#34743, #32772)
  • core: batch-safe hashing for maven and gradle (#34446, #30949)
  • gradle: use object format for dependsOn instead of shorthand strings (#34715)
  • gradle: exclude non-JS gradle sub-projects from eslint plugin (#34735)
  • js: derive tsbuildinfo filename from iterated tsconfig, not outer config (#34738, #34737)
  • js: include tsbuildinfo in dependentTasksOutputFiles for tsc tasks (#34733)
  • linter: add catalog: references when fixing missing dependencies (#34734)
  • nx-cloud: allow download-cloud-client to work outside nx workspaces (#34746)
  • ⚠️ vitest: resolve reportsDirectory against workspace root (#34720)

⚠️ Breaking Changes

  • vitest: resolve reportsDirectory against workspace root (#34720)

❤️ Thank You

22.6.0-beta.10

06 Mar 14:23
fb8884e

Choose a tag to compare

22.6.0-beta.10 Pre-release
Pre-release

22.6.0-beta.10 (2026-03-06)

🚀 Features

  • core: add polygraph command to initiaze cross-repo sessions (#34722)
  • core: add safe plugin cache write utilities with LRU eviction (#34503)
  • js: support configurable typecheck config name (#34675)
  • nx-dev: add YouTube channel callout to courses page (#34669)

🩹 Fixes

  • angular: preserve skipLibCheck in tsconfig.json for standalone projects (#34695, #34164)
  • core: enable output prefixing for direct nx:run-commands path (#34670)
  • core: support tuple validation when schema items is an array (JSON Schema draft 07) (#34636, #34631)
  • core: prevent TUI panic when Nx Console is connected (#34718)
  • core: add .claude/worktrees to gitignore (#34693)
  • core: surface clearer error when CNW hits SANDBOX_FAILED (#34724)
  • core: allow nx cloud commands to run outside of a workspace (#34728)
  • js: strip catalogs from pruned pnpm lockfile (#34697, #34337)
  • js: normalize paths to posix format in typescript plugin (#34702, #31232)
  • misc: exclude .netlify paths from Framer proxy edge function (#34703)
  • misc: address security CVE cluster (copy-webpack-plugin, koa, minimatch) (#34708, #34632, #34621, #34701)
  • vite: skip root-relative paths in nxViteTsPaths resolveId (#34694, #34300)
  • vitest: handle zoneless Angular apps in vitest configuration generator (#34700, #33983)

❤️ Thank You

22.6.0-beta.9

04 Mar 15:34
4ce62bd

Choose a tag to compare

22.6.0-beta.9 Pre-release
Pre-release

22.6.0-beta.9 (2026-03-04)

🚀 Features

  • core: migrate napi-rs v2 to v3 (#34619)
  • core: add Codex subagent support to configure-ai-agents (#34553)

🩹 Fixes

  • core: resolve input files for targets with defaultConfiguration (#34638, #34594)
  • core: interpolate {projectRoot} and {projectName} in {workspaceRoot} input patterns in native hasher (#34637, #43, #34225, #34595)
  • core: skip writing deps cache if already up-to-date (#34582)
  • core: resolve false positive loop detection when running with Bun (#34640, #0, #1, #2, #3, #4, #5, #6, #33997)
  • core: stabilizes project references in dependsOn and inputs when later plugins rename a project (#34332)
  • core: fall back to invoking PM in detection (#34691)
  • core: restore CNW user flow to match v22.1.3 (#34671)
  • testing: remove stale ci.yml from extras.test snapshot (#34690, #34332, #34616)

❤️ Thank You

22.5.4

04 Mar 18:42

Choose a tag to compare

22.5.4 (2026-03-04)

🚀 Features

  • core: add .nx/polygraph to gitignore in migration and caia (#34659)

🩹 Fixes

  • angular-rspack: use relative path for postcss-cli-resources output (#34681, #34092)
  • core: support canonical SSH URLs when extracting GitHub user/repo slug during nx release (#31684, #31682)
  • core: update sourceRespository description of nx import (#34606)
  • core: update minimatch to 10.2.4 (#34660)
  • core: skip writing deps cache if already up-to-date (#34582)
  • core: resolve false positive loop detection when running with Bun (#34640, #0, #1, #2, #3, #4, #5, #6, #33997)
  • core: fall back to invoking PM in detection (#34691)
  • core: restore CNW user flow to match v22.1.3 (#34671)
  • gradle: tee batch runner output to stderr for terminal display (#34630)
  • maven: synchronize batch runner invoke() to prevent concurrent access (#34600)
  • misc: boost CLI command reference search ranking (#34625)
  • misc: fix broken nx.dev redirects and remove legacy redirect-rules files (#34673)
  • misc: use pathToFileURL for cross-platform path handling in postcss-cli-resources (#34676, #33052)
  • misc: exclude .netlify paths from Framer proxy edge function (1ce5e91f5e)
  • repo: reset package.json files after local release (#34648)
  • repo: remove redundant inputs override for build-base target (#34649)
  • vitest: respect reporters from target options in vitest executor (#34663, #34495)

❤️ Thank You