22.3.2
📦 nxView on GitHub →
✨ 2 features🐛 9 fixes🔧 7 symbols
Summary
This release introduces support for ngrx v21 and zoneless cypress component testing in Angular. It also includes numerous bug fixes across core, linter, module federation, and testing utilities.
Migration Steps
- Run `nx migrate` to update support for `@angular/cli` package updates.
✨ New Features
- Support for ngrx v21 in angular projects.
- Support for cypress component testing with zoneless projects in angular.
🐛 Bug Fixes
- Fixed support for `@angular/cli` package update during `nx migrate`.
- Fixed vitest test runner options for angular in cnw.
- Linter now honors `setParserOptionsProject` in flat config.
- Module federation now defaults the host to localhost.
- Module federation skips non-npm external dependencies in getDependencies.
- nx-dev now ensures only prod is indexed.
- nx-dev now ensures canonical urls are always nx.dev.
- Corrected module federation setup with webpack and ts soln for react projects.
- Ensured jest v30 migration is run.
🔧 Affected Symbols
cypress component testingvitest test runnerlintermodule-federationnx-devreact module federationjest v30 migration