Skip to content

21.1.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@FrozenPandaz FrozenPandaz released this 13 May 22:21
889dee0

21.1.0-beta.0 (2025-05-13)

🚀 Features

  • core: focus single tasks (#31159)
  • core: run parallel based on the number of cpu cores (#31011)
  • nx-dev: replace monorepo world link with office hours (3f5fd896a1a)
  • rspack: upgrade to version 1.3.8 (#31070)

🩹 Fixes

  • angular: install @angular/build when using vitest test runner (#31169, #30646)
  • core: send up and down arrows to pty in interactive mode (#31084)
  • core: fail nx release cli when publish step fails (#31088)
  • core: explicitly cleanup forked process task runner (#31106)
  • core: add keepExistingVersions to jest option to preserve dependency versions (#30652)
  • core: run script should exit the process when kill signals are r… (#31109)
  • core: resolve excessive CPU consumption via child_process.rs (#31110)
  • core: clearer tui colors on light themes (#31095)
  • core: tui should not exit when underlying process is cancelled (#31112)
  • core: tui summary should capture more terminal outputs (#31113)
  • core: replace posix.relative with relative for path resolution (#30783)
  • core: handle process killing more robustly (#31131)
  • core: only cleanup db connection on exit (#31137)
  • core: Update React,Vue and Node generators applications for CNW (#31059)
  • core: simplify action dispatch, use mutex locking, and avoid unnecessary clones (#31157)
  • core: show all native logs for debug mode (#31154)
  • core: handle npm scope when matching project substring (#31160)
  • core: change default native logging to "OFF" (#31161)
  • core: do not follow symlinks when creating remote cache tarball (#31138, #31085)
  • core: improve pinned tasks annotation on narrow width (#31175)
  • core: make running a single task more transparent (#31163)
  • docs: typo in introduction.md (#31145)
  • gradle: specify idle timeout for gradle batch runner (#31009)
  • gradle: fix gradle tests (#30879)
  • gradle: return success false for failed task (#31178)
  • js: handle ${configDir} in tsconfig files when inferring tasks (#31098, #30883)
  • nextjs: Update glob for cache output (#31177)
  • nx-dev: webinar list page shows event date (#30953)

❤️ Thank You