Skip to content

Releases: nrwl/nx

Release 6.3.0

30 Aug 20:31
Compare
Choose a tag to compare

Bug Fixes

  • builders: import directly from jest (794075b)
  • command-line: add ng command test on affected parallel (f93d8e3), closes #700
  • command-line: format split in chunks patterns (84686d9), closes #511
  • schematics: fix migration version (e608211)

Features

  • builders: add --only-changed and --pass-with-no-tests to jest (6f909b2)
  • builders: add coverage and snapshot options for jest (74734c9)
  • builders: introduce builders package and jest builder (0788a81)
  • schematics: add schematics for jest (5a547cc)
  • schematics: add SCSS/CSS support via Prettier (5ccaef9)

Release 6.2.1

21 Aug 20:06
Compare
Choose a tag to compare

Bug Fixes

  • schematics: fix devkit version for ng-new (aca8aa1)
  • schematics: pin the version of the cli (c57832d)
  • schematics: remove karma.conf.ts from tsconfigs (63e0b49)
  • schematics: set lib npmScope when publishable (cca6b9f), closes #677
  • schematics: set typescript version consistent with angular cli (ba57777)
  • schematics: speed up the dry-run command (22c9fb5), closes #706
  • schematics: support app gen with inline-template (b1b0207), closes #519
  • schematics: support migrating projects with root != name from 1.7 (0a1423a)
  • schematics: update other @angular framework packages when updating (edba67f)
  • schematics: update version in legacy migration to 6.2.0 (8463691)
  • schematics: use correct action type for LoadError (7d8ec2c)

Features

  • schematics: add install task for ngrx schematics (6560db7)
  • schematics: allow nx projects to specify implicitDependencies (d779d2b), closes #665

Release 6.2.0

06 Aug 18:04
Compare
Choose a tag to compare

Release 6.2.0 provides

  • support for Angular 6.1 and NgRx 6.x.
  • improved scaffolding for NgRx boilerplate
  • better state management with NgRx Facades
  • shared Karma config
  • new features & several bug fixes...

Quick Links

New Features

  • nx: Allow DataPersistence to take action streams (1e9871e)
  • schematics: add an option to build affected libs (3a1796a)
  • schematics: add the packageManager property to ngNew (d3362e0)
  • schematics: add support for NgRx Facade classes (57d6b0b)
  • schematics: create global karma conf (4a587e3)
  • schematics: include npmScope in ng-package.prod.json (9ce52af)
  • schematics: support @angular/cli@6.1.1 (205e7ad)

Bug Fixes

  • build: relax peerDependencies to enable seamless upgrade (bff4377)
  • schematics: do not use tsconfig updates from angular lib schematic (7bb5832)
  • schematics: library schematic properly removes extra files (8334c20), closes #650
  • schematics: set versions consistent with cli 6.1.2 (b5550d3)
  • schematics: update create-nx-workspace to use the right version of the cli (bdcb0a7)
  • schematics: check touchedFile path against the project files (1f7d547)
  • schematics: fix lint issues in schematic templates (aa1b776)
  • schematics: fix ngrx effect services being provided 2x (829fb32)
  • schematics: update devDependencies (e1984fa)
  • schematics: ngrx schematics should generate enhanced ngrx files (04e99b0)

Release 6.1.1

20 Jul 16:04
Compare
Choose a tag to compare

Bug Fixes

  • schematics: fix breaking cli by installing globally via yarn (3d785c1)

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)