nx/docs/changelog/21_2_0.md
Philip Fulcher db86a355c6
docs(nx-dev): add 21.2 release article (#31585)
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
2025-06-13 17:03:52 +00:00

1.6 KiB

Nx 21.2

Read the 21.2 release blog post

Features

{% cards cols="2" %} {% card title="Angular 20 Support" type="document" url="/technologies/angular/introduction" /%} {% card title="Storybook 9 Support" type="document" url="/technologies/test-tools/storybook/introduction" /%} {% card title="Nest 11 Support" type="document" url="/technologies/node/nest/introduction" /%} {% /cards %}

Bug Fixes

{% cards cols="2" %} {% card title="Handle Killing Child Processes of Continuous Tasks on Windows" type="external" url="https://github.com/nrwl/nx/pull/31296" /%} {% card title="Write TypeScript Plugin Cache Files Atomically" type="external" url="https://github.com/nrwl/nx/pull/31390" /%} {% card title="Scope TypeScript Resolution Cache Correctly When Processing Graph" type="external" url="https://github.com/nrwl/nx/pull/31455" /%} {% card title="Use Next Available Port When NX Graph Port Is in Use" type="external" url="https://github.com/nrwl/nx/pull/31365" /%} {% card title="Handle External Node Without Default Version in PNPM Pruned Lockfile" type="external" url="https://github.com/nrwl/nx/pull/31503" /%} {% card title="Fix Module Federation Runtime Chunk Configuration" type="external" url="https://github.com/nrwl/nx/pull/31256" /%} {% /cards %}

Breaking Changes

  • Angular 17 support has been removed.
  • Deprecated Storybook generators have been removed: @nx/storybook:cypress-project, @nx/react-native:storybook-configuration, @nx/react-native:stories, @nx/react-native:component-story. Use @nx/storybook:configuration instead.