nx/docs/changelog/21_0_0.md
Philip Fulcher 79122afb2a
docs(core): add changelog entries for 20.x and 21.x (#31322)
This PR backfills the missing changelog entries.

---------

Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
2025-06-03 11:39:34 -04:00

2.2 KiB

Nx 21.0

Read the 21.0 release blog post

{% youtube src="https://www.youtube.com/watch?v=9zsncTxfcl4" title="Nx 21 Release: Continuous tasks and Terminal UI lead the way" /%}

Features

{% cards cols="2" %} {% card title="Continuous Tasks" type="document" url="/recipes/running-tasks/defining-task-pipeline#continuous-task-dependencies" /%} {% card title="Terminal UI (TUI)" type="document" url="/recipes/running-tasks/terminal-ui" /%} {% card title="Gradle Plugin Enhancements" type="document" url="/nx-api/gradle" /%} {% card title="Migrate UI" type="document" url="/recipes/nx-console/console-migrate-ui#nx-console-migrate-ui" /%} {% /cards %}

Breaking Changes

{% cards cols="2" %} {% card title="Drop support for Node versions prior to 20.19.0" type="external" url="https://github.com/nrwl/nx/pull/30818" /%} {% card title="Remove outputStyle=compact" type="external" url="https://github.com/nrwl/nx/pull/31016" /%} {% card title="Remove deprecated readWorkspaceConfig" type="external" url="https://github.com/nrwl/nx/pull/30868" /%} {% card title="Remove legacy cache flag from nx.json" type="external" url="https://github.com/nrwl/nx/pull/30787" /%} {% card title="Drop support for create nodes v1" type="external" url="https://github.com/nrwl/nx/pull/30616" /%} {% card title="Remove deprecated getJestProjects function" type="external" url="https://github.com/nrwl/nx/pull/30844" /%} {% card title="Remove tsConfig option from @nx/jest:jest executor" type="external" url="https://github.com/nrwl/nx/pull/30888" /%} {% card title="Remove tsConfig and copyFiles options from @nx/cypress:cypress executor" type="external" url="https://github.com/nrwl/nx/pull/30870" /%} {% card title="useLegacyVersioning is false by default" type="external" url="https://github.com/nrwl/nx/pull/30838" /%} {% card title="Remove deprecated static-serve target name from Remix" type="external" url="https://github.com/nrwl/nx/pull/30982" /%} {% card title="Remove deprecated Angular functionalities for v21" type="external" url="https://github.com/nrwl/nx/pull/30769" /%} {% card title="Remove cli property from migration definitions" type="external" url="https://github.com/nrwl/nx/pull/30855" /%} {% /cards %}