Skip to content

Releases: nrwl/nx

Release 7.5.1

30 Jan 14:44
Compare
Choose a tag to compare

Bug Fixes

  • builders: ensure child process is killed on exit (3608e4c)
  • schematics: fix incorrect migration target version (4e1c8b3)

Features

  • workspace-schematic: support list-schematics and interactive prompts (d7a617e)

Release 7.5.0

22 Jan 13:54
Compare
Choose a tag to compare

Bug Fixes

  • build: fetch tags when releasing (2697b4b)
  • builders: add servePath to computedCypressBaseUrl (9b156a5)

Features

  • builders: add support for inspect-brk and port (1ea7a1d)
  • schematics: update to AngularCLI 7.2.1 (16df9e2)

Release 6.4.1

21 Jan 21:57
Compare
Choose a tag to compare

Bug Fixes

  • schematics: update npm-run-all and purge dependency on event-stream (60508db)

Release 7.4.1

18 Jan 19:27
Compare
Choose a tag to compare

Bug Fixes

  • builders: fix typo in run-commands schema (94e26b9)

Release 7.4.0

16 Jan 23:09
Compare
Choose a tag to compare

Bug Fixes

  • build: fix readme (2f64192)
  • build: make Nx dev process WSL-friendly (ffd9d93)
  • build: make scripts work on linux (898693e)
  • perf: optimize affected by using a faster mtime calculation (7a13cd6)
  • schematics: add lib module to the parent module (89262c1), closes #216
  • schematics: correct node-app framework prompt text (3c3a54e)

Features

  • builder: add --record option to cypress builder (1d4c2e7)
  • builder: implement run-commands builder (8f3226d)
  • builders: add support for long-running tasks to RunCommandsBuilder (230483d)

Release 7.3.0

05 Jan 23:45
Compare
Choose a tag to compare

Bug Fixes

  • builders: fix vulnerability in webpack-dev-server (0c2dd09)
  • schematics: fix ngrx dependencies migration to 7.2 (b850c1c)

Features

  • schematics: add node-app --framework nestjs (43433ec)

Release 7.2.0

02 Jan 14:48
Compare
Choose a tag to compare

Bug Fixes

  • schematics: add es2015 module to tsconfig (92383e5)
  • schematics: add forbidden properties when renaming (973d33b), closes #900
  • schematics: always npm scope for generating package.json of lib (d0c9c5e)
  • schematics: do total recalculation for legacy existing deps (d0bcb5d)
  • schematics: dont let bad .nx-results file prevent test run (e290abc)
  • schematics: fix misgenerated cypress lint configs (e020a14)
  • schematics: fix path resolution for modules that are above project rooti (fd994b7)
  • schematics: generate defaults for scss (dd4d671)
  • schematics: pass parsedArgs straight to generateDepGraph (a93033e)
  • schematics: update npm-run-all and purge dependency on event-stream (f75445d)

Features

  • builders: add mjs to extensions for node-app #944 (b2843ec)
  • schematics: add jest -t option (8b8bd41)
  • schematics: add jest testNamePattern option (4d856ae)
  • schematics: create local project tsconfigs for typings (cd2e311)
  • schematics: support dry run for workspace-schematics (2e25398)
  • schematics: update to angular cli 7.1 (5b305f7)

Release 7.1.1

26 Nov 22:17
Compare
Choose a tag to compare

Bug Fixes

  • schematics: update npm-run-all and purge dependency on event-stream (eed523a)

Release 7.1.0

20 Nov 13:23
Compare
Choose a tag to compare

Bug Fixes

  • builders: do not copy fixtures if not defined by cypress.json (dfba24d)
  • nx: use pipeable ofType operator from ngrx (3f493b7), closes #890
  • schematics: added skipModulePrefix (c0ec046)
  • schematics: ensure path to file before writing (ace390e)
  • schematics: fix affected argument delimiting (5357aa4)
  • schematics: rename skipModuleName to simpleModuleName (0c70d07)
  • schematics: set correct tsConfig for lint for cypress project (e4f45af)
  • schematics: update description for simpleModuleName (e2cd2f9)

Features

  • builders: allow copying of assets for node apps (ed938e4)
  • builders: create sourcemaps for node apps (54063df)
  • builders: updated schema.json for cypress builder (b13bf3a)
  • schematics: add browser option to cypress builder (e5923ad), closes #906
  • schematics: add generic affected (f8ac8e1)
  • schematics: update prettier to 1.15 and format html (e7e9fac)

Release 7.0.2

07 Nov 22:20
Compare
Choose a tag to compare

Bug Fixes

  • schematics: fix ng test --watch (cf158c9)
  • schematics: replaceAppNameWithPath use pattern matching now (f6af0b9), closes #856
  • schematics: update ng packagr for ng7 migration (1d1315a)