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)