nx/docs/changelog/20_1_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.1 KiB

Nx 20.1

Features

{% cards cols="2" %} {% card title="Angular Vitest Support" type="document" url="/nx-api/angular/generators/application#unittestrunner" /%} {% card title="Remix Vite Application Generator" type="document" url="/nx-api/remix/generators/application" /%} {% card title="Rspack Convert-Webpack Generator" type="document" url="/nx-api/rspack/generators/convert-webpack" /%}

{% /cards %}

Bug Fixes

{% cards cols="2" %} {% card title="Fixed Angular provideStore before storeDevTools ordering" type="external" url="https://github.com/nrwl/nx/pull/28428" /%} {% card title="Improved database connection handling with better concurrency support" type="external" url="https://github.com/nrwl/nx/pull/28544" /%} {% card title="Fixed Rspack compilation error logging" type="external" url="https://github.com/nrwl/nx/pull/28429" /%} {% card title="Enhanced Jest plugin compatibility with nodeNext module resolution" type="external" url="https://github.com/nrwl/nx/pull/28820" /%} {% card title="Split atomized outputs for Playwright and Cypress CI targets" type="external" url="https://github.com/nrwl/nx/pull/28682" /%} {% /cards %}