22.7.0-beta.12
📦 nxView on GitHub →
✨ 3 features🐛 19 fixes🔧 21 symbols
Summary
This beta release introduces new features like setup mode prompting during nx init and source map annotations for show targets. It also includes numerous bug fixes across core, angular, js, linter, and testing modules, alongside an update to the axios dependency.
Migration Steps
- Bump axios dependency to 1.15.0 across all packages.
✨ New Features
- Use CNW variant 1 cloud prompt in nx init.
- Add source map annotations to nx show target.
- Prompt for setup mode when running nx init in an empty git directory.
🐛 Bug Fixes
- Add storybook and playwright as implicit dependencies for angular projects.
- Support cross-file variable references in .env files.
- Disable Yarn scripts for temporary nx@latest installs.
- Use fresh package manager cache for e2e tests.
- Add missing inputs and sandbox exclusions for native tasks.
- Prevent phantom connections and dead polling in plugin workers.
- Ensure build tasks use copyReadme named input.
- Add prettier config inputs to astro-docs format target.
- Add vale-changed.mjs script to vale target inputs.
- Add missing build inputs for angular-rspack example projects.
- Add run-native-target script input to dotnet build-analyzer.
- Overwrite inferred script target when nx prop defines executor or command.
- Exclude populate-local-registry-storage from sandbox I/O checks.
- Include npm overrides in generated lockfile.
- Remove custom eslint hasher.
- Infer extended tsconfig files as task inputs.
- Add missing inputs to eslint executor target defaults.
- Stream Framer proxy responses and add edge function timing.
- Add dependent .d.ts inputs for ts-jest without isolatedModules.