Skip to content

1.7.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@hansl hansl released this 25 Jan 18:37
· 14042 commits to main since this release

Bug Fixes

  • @angular/cli: add karma-cli as dependency when ejecting (b1baa0c)
  • @angular/cli: allow colon separated schematic name in generate (ca8e834)
  • @angular/cli: allow for schema-less schematics to be generated (554908e)
  • @angular/cli: delete node_modules on eject e2e (99d0a31)
  • @angular/cli: eject now remove all hardcoded paths (1b57f12), closes #9335
  • @angular/cli: exclude nodejs built-ins from process.cwd() resolve (f724722)
  • @angular/cli: maintain autoprefixer backward compatibility (62190ab)
  • @angular/cli: only force CommonJS if module kind is ES2015 (9751532)
  • @angular/cli: Remove testing log message. (66a376a)
  • @angular/cli: replaced bullet character due to unwanted beeping sounds on windows systems (aa8b80c)

Features

  • @angular/cli: Add update cmd to update angular versions. (ac9c599)
  • @angular/cli: missing bootstrap code should not error (329b61c)
  • @angular/cli: use cache for build-optimizer (e654fb2)
  • @angular/cli: use cache in uglifyjs-webpack-plugin (62fac41)