Skip to content

Release 6.2.1

Choose a tag to compare

@vsavkin vsavkin released this 21 Aug 20:06
· 17283 commits to master since this release

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