Skip to content

Releases: nrwl/nx

20.0.6

25 Oct 20:01
Compare
Choose a tag to compare

20.0.6 (2024-10-25)

🚀 Features

  • nx-dev: add videos to CI docs (#28626)
  • react: update eslint plugins to be compat with eslint v9 (#28559)

🩹 Fixes

  • core: createTaskGraph should accept extraTargetDependencies (#28542)
  • core: skip eslint custom hasher when hashing tasks during running commands (#28616)
  • js: allow custom listenAddress for verdaccio (#28498)
  • js: fix resolution of extended tsconfig files in plugin (#28535)
  • js: set the tsBuildInfoFile as output when it's not contained in the outDir (#28538)
  • js: include referenced internal config files in plugin cache hash (#28536)
  • react: selecting tailwind should import correct style file extension (#28630)
  • storybook: fix yarn storybook upgrade 8 (#28605)
  • storybook: fix externalDependencies undefined (#28641)

❤️ Thank You

19.8.8

25 Oct 20:06
Compare
Choose a tag to compare

19.8.8 (2024-10-25)

🩹 Fixes

  • storybook: fix externalDependencies undefined (#28641)

❤️ Thank You

19.8.7

25 Oct 16:43
Compare
Choose a tag to compare

19.8.7 (2024-10-25)

🩹 Fixes

  • core: handle concurrent db connections better (#28544)
  • core: handle unique constraint errors when adding duplicate hashes to the cache db (#28310)
  • core: skip eslint custom hasher when hashing tasks during running commands (#28616)

❤️ Thank You

  • Jack Hsu @jaysoo
  • Jonathan Cammisuli

20.0.5

23 Oct 22:18
Compare
Choose a tag to compare

20.0.5 (2024-10-23)

🩹 Fixes

  • core: only check if files are in sync if there are no records in the db (#28597)

❤️ Thank You

  • Jonathan Cammisuli

20.0.4

23 Oct 21:12
Compare
Choose a tag to compare

20.0.4 (2024-10-23)

🩹 Fixes

  • core: not to cache entire workspace root (#28552)
  • core: make sure yarn berry correctly resolves latest version during nx add (#28580)
  • core: handle concurrent db connections better (#28544)
  • nx-dev: cleanup (c8620d1853)
  • nx-dev: powerpack content update (7c72733c8c)
  • rspack: removed webpack-sources import (#28447)

❤️ Thank You

20.0.3

19 Oct 02:20
Compare
Choose a tag to compare

20.0.3 (2024-10-19)

🩹 Fixes

  • module-federation: normalize hypen names for runtime library control plugin #28497 (#28512, #28497)
  • react: ensure rspack react app is added to exclude on rspack plugin #28464 (#28515, #28464)

❤️ Thank You

20.0.2

18 Oct 02:20
Compare
Choose a tag to compare

20.0.2 (2024-10-18)

🚀 Features

  • nx-dev: add live stream notifier (#28260)
  • nx-dev: update home hero & livestream notifier (#28403)
  • nx-dev: add contact link on powerpack page (#28458)

🩹 Fixes

  • core: repair SIGINT signals on windows (#28496)
  • core: neverConnectToCloud should disable connecting to nxCloud (#28501)
  • expo: pnpm+workspace build (#28209)
  • graph: make sure disabledTaskSyncGenerators can be set correctly from nx console (#28466)
  • js: change verdaccio childProcess kill order (#28364)
  • nx-dev: fix tabs logic (#28470)
  • react: update rspack to include styles in the main bundle (#28478)
  • release: ensure plan subcommand works with object config (#28460)
  • rspack: replace DefinePlugin with EnvironmentPlugin (#28252)
  • rspack: make rspack dev server respect port (#28251)
  • rspack: add dependency-checks lint rule (#28225)
  • vite: add vite temp files to gitignore #28371 (#28443, #28371)
  • vite: use resolveConfig instead of loadConfigFromFile to ensure node env set #27627 (#28444, #27627)

❤️ Thank You

19.8.6

18 Oct 01:08
Compare
Choose a tag to compare

19.8.6 (2024-10-18)

🩹 Fixes

  • core: support NX_NO_CLOUD (#28366)
  • core: handle neverConnectToCloud property (#28452)
  • core: neverConnectToCloud should disable connecting to nxCloud (#28501)

❤️ Thank You

20.0.1

15 Oct 21:01
Compare
Choose a tag to compare

20.0.1 (2024-10-15)

🩹 Fixes

  • angular: ensure provideStore is provided before storeDevTools #28107 (#28428, #28107)
  • angular: add missing package version bump for zone.js (#28430)
  • core: support NX_NO_CLOUD (#28366)
  • core: add busy handler for sqlite (#28390)
  • core: handle neverConnectToCloud property (#28452)
  • core: add migration to set useLegacyCache by default (#28454)
  • js: improve @nx/js/typescript plugin and typescript-sync generator performance (#28379)
  • linter: scope js and ts shared configs to js and ts files (#28381)
  • module-federation: ensure mf-manifest supported and tspaths are added with snake_case (#28244)
  • module-federation: remote names should follow JS variable naming schema (#28401)
  • react: depends on migration should ignore configs that point to @nx/react #28377 (#28382, #28377)
  • rspack: log compilation errors #28179 (#28429, #28179)
  • rspack: do not select char from string when mapping remotes (#28441)

❤️ Thank You

19.8.5

15 Oct 19:48
Compare
Choose a tag to compare

19.8.5 (2024-10-15)

🚀 Features

  • core: open sqlite databases with SQLITE_OPEN_FULL_MUTEX (#28276)
  • devkit: bump compatibility to Nx 19 - 21.x (#28243)

🩹 Fixes

  • core: add busy handler for sqlite (#28390)
  • react: patch fix for 88f163e to normalize project name without messing up directory (ff23fb0c07)

❤️ Thank You