Skip to content

v1.5.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@filipesilva filipesilva released this 28 Sep 23:03
· 14373 commits to main since this release

Bug Fixes

  • @angular/cli: ensure asset output is within the output path (0aa0322)
  • @angular/cli: increase keepAliveTimeout for all Node 8 versions (6c0d33d)
  • @angular/cli: open app with servePath (845668b)
  • @angular/cli: Refactor skip git flag into schematics (dc96c36)
  • @angular/cli: support app option for test command (4ab84d3)
  • @angular/cli: use local typescriptMismatch if available (fa35a32), closes #7678
  • @angular/cli: use relative paths within ejected config (72f5286)
  • @ngtools/webpack: clear mapRoot when no sourcemaps (bf688ed)
  • @ngtools/webpack: respect noEmitOnError within AotPlugin (0480fa0)

Features

  • @angular/cli: add fallback for CSS variables (#7770) (7da90af), closes #7514
  • @angular/cli: always use lint project option if present (6a07aae)
  • @angular/cli: automatically detect the live-reload client connection address (c1ed5cf)
  • @angular/cli: improve error messages for apps that do not have 'main' defined (41651e8)
  • @angular/cli: propagate --preserve-symlinks on TS options (16db656)
  • @angular/cli: support subresource integrity validation (f66d733)
  • @angular/cli: support xi18n with Angular 5 (3a340eb)
  • @ngtools/webpack: add JIT support to AngularCompilerPlugin (99cf4ce)
  • @ngtools/webpack: auto-load i18n locale data files (efaa015)
  • @ngtools/webpack: use forked type checker (5952889)