nx/docs/changelog/20_4_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

1.2 KiB

Nx 20.4

Features

{% cards cols="2" %} {% card title="TypeScript Project References Enhancements" type="document" url="/concepts/typescript-project-linking" /%} {% card title="Support for Skipping Remote Cache" type="document" url="/recipes/running-tasks/skipping-cache" /%} {% card title="Enhanced Task Execution with Substring Matching" type="external" url="https://github.com/nrwl/nx/pull/29552" /%} {% card title="React 19 Support for New Workspaces" type="external" url="https://github.com/nrwl/nx/pull/29286" /%} {% card title="Angular 19.1 Support" type="external" url="https://github.com/nrwl/nx/pull/29523" /%} {% /cards %}

Bug Fixes

{% cards cols="2" %} {% card title="Fix for PNPM v4 Workspace Syntax Support" type="external" url="https://github.com/nrwl/nx/pull/29707" /%} {% card title="Improved Project Graph Error Handling" type="external" url="https://github.com/nrwl/nx/pull/29525" /%} {% card title="Fixed Rspack Configuration Function Error" type="external" url="https://github.com/nrwl/nx/pull/29514" /%} {% card title="Enhanced TypeScript Output Inference for tsconfig" type="external" url="https://github.com/nrwl/nx/pull/29531" /%} {% /cards %}