Change8

21.5.2

📦 nxView on GitHub →
3 features🐛 14 fixes🔧 11 symbols

Summary

This release introduces Docker registry environment variable support and fixes several core issues related to watchers, daemon processes, and bundling configurations. The rspack executor now respects output deletion settings.

✨ New Features

  • Added support for providing a docker registry via an environment variable in docker setups.
  • Included Cookiebot global scripts in astro-docs.
  • Rspack executor now respects the deleteOutputPath option.

🐛 Bug Fixes

  • Fixed postcss-cli-resources to correctly handle relative URLs.
  • Ensured only supported bundlers are used when falling back to the default for Angular.
  • The project graph is now invalidated when external nodes change.
  • Added a check to ensure the daemon process is actually alive before attempting to kill it.
  • Applied bold styling to the terminal pane title when it is focused.
  • Resolved watcher infinite loops caused by missing parent gitignore support.
  • Added a check for provenance config in nx packages before running nx migrate.
  • Improved handling of the uninstalled nx console case within autoinstall logic.
  • Task duration estimation is now filtered to only include successful tasks.
  • Moved git utilities to fix WASM build issues.
  • Detected vscode insiders as a separate editor.
  • Optimized internal processes for release versioning.
  • Updated a broken CI documentation link in the README.
  • Ensured proper handling of the config server for libraries in Vite.

🔧 Affected Symbols

rspack executorpostcss-cli-resourcesangular fallbackproject graphdaemon processwatchernx migratenx consolegit utilitiesvscode insidersvite config server