Skip to content

Releases: nrwl/nx

19.7.0-beta.6

09 Sep 14:56
d72a1d4
Compare
Choose a tag to compare
19.7.0-beta.6 Pre-release
Pre-release

19.7.0-beta.6 (2024-09-09)

🚀 Features

  • core: update PNPM GH action setup to use v4 and pnpm version 9 (#27664)
  • js: add metadata to the typescript inferred tasks (#27806)

🩹 Fixes

  • core: optimize daemon output glob matching (#27775)
  • core: fix wasm build (#27830)
  • graph: fix "args" help tooltip in pdv and only show "args" usage in fallback example (#27808)
  • linter: fix plugin race condition (#27810)
  • react: ensure interop between webpack and rspack module federation (#27824)

❤️ Thank You

19.6.6

09 Sep 14:52
20bf4c1
Compare
Choose a tag to compare

19.6.6 (2024-09-09)

🚀 Features

  • core: allow skipping sync when running tasks (#27697)
  • core: add shutdown lifecycle hook to node executor" (#27794)
  • core: update PNPM GH action setup to use v4 and pnpm version 9 (#27664)
  • linter: add option to exclude projects from circular deps check (#27504)
  • nx-dev: add Mike Hartington in the team section (#27755)
  • nx-dev: make animations more performant (#27757)
  • nx-dev: add create-nx-workspace from nx-cloud on ci section (#27756)

🩹 Fixes

  • core: optimize daemon output glob matching (#27775)
  • core: fix wasm build (#27830)
  • graph: fix "args" help tooltip in pdv and only show "args" usage in fallback example (#27808)
  • linter: fix plugin race condition (#27810)
  • module-federation: ssr uses async-node with runtime plugin (#27492)
  • nx-dev: change connect to nx cloud link in home page (d93cd00123)
  • nx-dev: update Bill's website link (#27790)
  • release: show version plan deletion log in dry-run (#27744)
  • vite: tsconfig paths plugin should resolve file extensions (#27774)

❤️ Thank You

19.7.0-beta.5

06 Sep 15:33
e71e2f3
Compare
Choose a tag to compare
19.7.0-beta.5 Pre-release
Pre-release

19.7.0-beta.5 (2024-09-06)

🚀 Features

  • core: add shutdown lifecycle hook to node executor" (#27794)
  • nx-cloud: remove env variable for login (#27791)
  • react: add rspack module federation support (#27696)

🩹 Fixes

  • nx-dev: update Bill's website link (#27790)

❤️ Thank You

19.7.0-beta.4

05 Sep 14:44
4068ecb
Compare
Choose a tag to compare
19.7.0-beta.4 Pre-release
Pre-release

19.7.0-beta.4 (2024-09-05)

🚀 Features

  • core: allow skipping sync when running tasks (#27697)
  • linter: add option to exclude projects from circular deps check (#27504)
  • nx-cloud: remove feature flag for nx login (#27657)
  • nx-cloud: add 'generate-token' option to connect (#27678)
  • nx-dev: add Mike Hartington in the team section (#27755)
  • nx-dev: make animations more performant (#27757)
  • nx-dev: add create-nx-workspace from nx-cloud on ci section (#27756)
  • remix: infer targets for remix vite in @nx/remix/plugin (#27713)

🩹 Fixes

  • core: fixes an issue where using "node:test" results in infinite loop (#27685)
  • core: handle file change conflicts between sync generators (#27695)
  • core: filter branch in preparation for nx import (#27652)
  • core: add parallelism to target defaults schema (#27710)
  • core: bump plugin pool attempts to work with slow runtimes (#27726)
  • detox: fix name with camel case (#27602)
  • expo: fix unable to build expo local for yarn 4 (#26992)
  • expo: add cacheVersion to metro.config (#27646)
  • js: respect "watch" option when "runBuildTargetDependencies" is true (#27677)
  • misc: fix the URL of the @naxodev/nx-cloudflare plugin (#27723)
  • module-federation: ssr uses async-node with runtime plugin (#27492)
  • nx-dev: show first tab if none selected (#27701)
  • nx-dev: change connect to nx cloud link in home page (f39b995b88)
  • nx-dev: make sure graph height works and render mode is nx-docs (#27776)
  • react-native: change hermesCommand to build android (#27641)
  • release: release plan command should take filters and touched projects into account (#27706)
  • release: version plan changelogs should contain authors and refs (#27737)
  • release: support forwarding the --access flag to npm publish (#27765)
  • release: show version plan deletion log in dry-run (#27744)
  • vite: tsconfig paths plugin should resolve file extensions (#27774)

❤️ Thank You

19.6.5

03 Sep 17:21
df2f268
Compare
Choose a tag to compare

19.6.5 (2024-09-03)

🩹 Fixes

  • core: handle file change conflicts between sync generators (#27695)
  • core: filter branch in preparation for nx import (#27652)
  • core: add parallelism to target defaults schema (#27710)
  • core: bump plugin pool attempts to work with slow runtimes (#27726)
  • detox: fix name with camel case (#27602)
  • expo: fix unable to build expo local for yarn 4 (#26992)
  • expo: add cacheVersion to metro.config (#27646)
  • misc: fix the URL of the @naxodev/nx-cloudflare plugin (#27723)
  • nx-dev: show first tab if none selected (#27701)
  • react-native: change hermesCommand to build android (#27641)
  • release: release plan command should take filters and touched projects into account (#27706)
  • release: version plan changelogs should contain authors and refs (#27737)

❤️ Thank You

19.7.0-beta.3

28 Aug 14:35
97fa7f1
Compare
Choose a tag to compare
19.7.0-beta.3 Pre-release
Pre-release

19.7.0-beta.3 (2024-08-28)

🚀 Features

  • core: allow disabling registered task sync generators (#27638)

🩹 Fixes

  • core: change remoteCache to getRemoteCache (#27673)
  • release: programmatic API types should not be any (#27647)

❤️ Thank You

19.6.4

28 Aug 20:46
82e8586
Compare
Choose a tag to compare

19.6.4 (2024-08-28)

🚀 Features

  • core: return task results from imperative task runner (#27640)
  • nx-dev: add deepdive callout component (2e38860db2)

🩹 Fixes

  • core: do not stream output when static output style is enabled (#27642)
  • core: fix --e2eTestRunner for create-nx-workspace with react native (#27543)
  • core: negative workspace-root filesets should override positive filesets (#27524)
  • core: make sure env vars specified in run-commands envFile option take priority over other loaded env files (#27583)
  • core: fixes an issue where using "node:test" results in infinite loop (#27685)
  • gradle: fix child project deps (#27643)
  • gradle: fix find root for projects (#27651)
  • js: respect "watch" option when "runBuildTargetDependencies" is true (#27677)
  • release: programmatic API types should not be any (#27647)
  • testing: application generators should accurately configure e2e projects (#27453)
  • vite: plugin should infer ts project correctly for libs (#27649)

❤️ Thank You

19.7.0-beta.2

27 Aug 17:51
3fbaf7f
Compare
Choose a tag to compare
19.7.0-beta.2 Pre-release
Pre-release

19.7.0-beta.2 (2024-08-27)

🚀 Features

  • bundling: add nxCopyAssetsPlugin for Vite to use in JS libs (#27593)
  • core: expose graph json type (#27496)
  • core: return task results from imperative task runner (#27640)
  • core: refactor graph implementation details (#27267)
  • js: generate package.json with overrides and resolutions (#27601)
  • nx-cloud: alias for login and logout (#27358)
  • nx-dev: add deepdive callout component (daf5837a21)

🩹 Fixes

  • angular: ensure target default for '@nx/angular:webpack-browser' is set #26483 (#27616, #26483)
  • bundling: update snapshots for copy assets plugin (#27610)
  • core: enable using the daemon in docker if enabled explicitly (#27585)
  • core: ensure file watcher is looking for correct config on windows (#27594)
  • core: change order of CI providers to match their popularity (#27623)
  • core: not parse hex to number (#27515)
  • core: nx migrate should determine angular devkit migration from cli or schematics #20282 (#27634, #20282)
  • core: do not stream output when static output style is enabled (#27642)
  • core: fix --e2eTestRunner for create-nx-workspace with react native (#27543)
  • core: negative workspace-root filesets should override positive filesets (#27524)
  • core: make sure env vars specified in run-commands envFile option take priority over other loaded env files (#27583)
  • expo: add expoLibraryGenerator to export (#27520)
  • gradle: fix child project deps (#27643)
  • gradle: fix find root for projects (#27651)
  • js: fix verdaccio windows for registry (#27350)
  • react: tailwind with rspack should work on generation #27028 (#27619, #27028)
  • react-native: remove upgrade command in migration (#27467)
  • testing: application generators should accurately configure e2e projects (#27453)
  • vite: plugin should infer ts project correctly for libs (#27649)
  • webpack: add migration for proxy config (#27621)

❤️ Thank You

19.6.3

26 Aug 19:53
8488f34
Compare
Choose a tag to compare

19.6.3 (2024-08-26)

🚀 Features

  • core: expose graph json type (#27496)

🩹 Fixes

  • angular: ensure target default for '@nx/angular:webpack-browser' is set #26483 (#27616, #26483)
  • bundling: update snapshots for copy assets plugin (#27610)
  • core: enable using the daemon in docker if enabled explicitly (#27585)
  • core: ensure file watcher is looking for correct config on windows (#27594)
  • core: change order of CI providers to match their popularity (#27623)
  • core: not parse hex to number (#27515)
  • core: nx migrate should determine angular devkit migration from cli or schematics #20282 (#27634, #20282)
  • expo: add expoLibraryGenerator to export (#27520)
  • js: fix verdaccio windows for registry (#27350)
  • react: tailwind with rspack should work on generation #27028 (#27619, #27028)
  • react-native: remove upgrade command in migration (#27467)
  • webpack: add migration for proxy config (#27621)

❤️ Thank You

19.7.0-beta.1

21 Aug 22:16
d6a0cfb
Compare
Choose a tag to compare
19.7.0-beta.1 Pre-release
Pre-release

19.7.0-beta.1 (2024-08-21)

🩹 Fixes

  • core: support import detection of packages installed from git remote URL (#27569)
  • core: fix compat for old remote caches (#27574)
  • js: ensure assets option in tsc executor defaults to empty array for programmatic usage (#27565)
  • nextjs: schema type for unitTestRunner for library (#26824)
  • node: generate webpack server apps with generatePackageJson:true by default (#27570)
  • nx-plugin: allow create-package without e2eProject (#27572)

❤️ Thank You