Skip to content

Releases: nrwl/nx

Release 6.1.0

14 Jun 16:04
Compare
Choose a tag to compare

Bug Fixes

  • schematics: remove no-trailing-whitespace lint check (9642583)
  • schematics: update migration script to update to Nx 6.1.0 (72f546a)

Features

  • schematics: allow isolation of failed affected commands (577c72b)
  • schematics: deprecate nx update (0ad61c7)

Release 6.0.4

31 May 23:20
Compare
Choose a tag to compare

Bug Fixes

  • schematics: fix parallel command on windows (1e22e25)

Release 6.0.3

31 May 21:06
Compare
Choose a tag to compare

Features

  • schematics: add lint:affected (aeb0d8e)
  • schematics: add maxParallel option to control the number of parallel processes (a135708)

Release 6.0.2

22 May 16:30
Compare
Choose a tag to compare

Bug Fixes

  • schematics: revert the change prohibiting libs deep importing themselves (1d4a0ef)

Release 6.0.1

22 May 14:04
Compare
Choose a tag to compare

Bug Fixes

  • schematics: fix the update script to point to the right version of @nrwl/nx (d917ad0)

Release 6.0.0

22 May 13:34
Compare
Choose a tag to compare

Bug Fixes

  • schematics: skip projects without "test" when running affected:test (e7c16eb)
  • schematics: update angular.json to set warnings correctly (19910c6)

Release 6.0.0-rc.2

16 May 12:19
Compare
Choose a tag to compare
Release 6.0.0-rc.2 Pre-release
Pre-release

Bug Fixes

  • schematics: default to workspace npm scope as the default prefix when creating apps and libs (375496a)
  • schematics: use right command to get help on ng new (f78889e)

Features

  • schematics: Add ability to ng update from Nx 1.x (8de81d6)

Release 6.0.0-rc.1

14 May 14:23
Compare
Choose a tag to compare
Release 6.0.0-rc.1 Pre-release
Pre-release

Bug Fixes

  • schematics: filter all nx specific args when running affected:e2e (8ad0658)
  • schematics: fix e2e tests (b77ad0e)
  • schematics: fix tests (3a2d27a)
  • schematics: read npmScope from nx.json (56a5933)
  • schematics: remove an incorrect comment (59d3be1)
  • schematics: update link to nx logo (b8e7e06)
  • schematics: update the dep graph calculator to use root instead of names (bf03bcb)

Release 6.0.0-alpha.1

11 May 15:51
Compare
Choose a tag to compare
Release 6.0.0-alpha.1 Pre-release
Pre-release

Bug Fixes

  • build: removes fit (23cb4ae)
  • schematic: add cosmiconfig to npm package dependencies (f746d7d)
  • schematics: add fs-extra to dependencies of npm package (937e2a3)
  • schematics: filter nx specific flags from being passed to ng cli (9a1e6c0)

Features

  • schematics: add exclude option for affected (7c33016)
  • schematics: change upgrade-module and downgrade-module schematics to work with CLI6 (af0c7ac)
  • schematics: working v6 ng add (39eb6d3)

Release 2.0.0-alpha.2

07 May 15:24
Compare
Choose a tag to compare
Release 2.0.0-alpha.2 Pre-release
Pre-release

Bug Fixes

  • schematics: add missing dependencies to create-nx-workspace (b9db0b2)
  • schematics: the library schematic should use the correct npm scope (7610663)