22.7.0-beta.2
📦 nxView on GitHub →
✨ 1 features🐛 6 fixes🔧 7 symbols
Summary
This beta release focuses on stability and bug fixes, including improvements to child process handling, linter configuration, and module federation output for Angular.
Migration Steps
- If you are using the linter with flat config generation, note that framework configs are now prepended before baseConfig.
✨ New Features
- Enabled ESM output for Angular rspack Module Federation plugin.
🐛 Bug Fixes
- Set windowsHide: true on all child process spawns.
- Improved handling of projects with colons in their names for split-target functionality.
- Prevented double installation in generators for TypeScript solution workspaces.
- Removed annotations from atomizer in the Gradle plugin.
- Prepended framework configs before baseConfig during flat config generation for the linter.
- Gracefully handled broken Jest configurations during alias migration.