Releases: nrwl/nx
Releases · nrwl/nx
Release 6.3.1
Release 6.3.0
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
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
Release 6.2.0
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/[email protected] (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
Bug Fixes
- schematics: fix breaking cli by installing globally via yarn (3d785c1)
Release 6.1.0
Release 6.0.4
Bug Fixes
- schematics: fix parallel command on windows (1e22e25)
Release 6.0.3
Release 6.0.2
Bug Fixes
- schematics: revert the change prohibiting libs deep importing themselves (1d4a0ef)