Skip to content

1.6.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@hansl hansl released this 23 Nov 06:55
· 13955 commits to main since this release

Bug Fixes

  • @angular/cli: add a flag to let assets outside of outDir (535c85f), closes #8122
  • @angular/cli: Correct service worker error message (233338f), closes #8490
  • @angular/cli: fix generate app root in windows (a2c4166), closes #7960
  • @angular/cli: ignore system files in assets (c27c7c9)
  • @angular/cli: not use buildOptimizer for JIT in prod (941466a)
  • @angular/cli: pass sourceMap to postcss (c636daf), closes #8588
  • @angular/cli: prevents using assets from outside the project (64c6031)
  • @angular/cli: set correct mainFields for ng test when targeting es2015 (2607578), closes #8379
  • @angular/cli: sync lint error code behavior with TSLint (7738112)
  • @angular/cli: throw xi18n errors (a92078f), closes #8065
  • @angular/cli: typo console output (4392106)
  • @angular/cli: update postcss loader and URL versions. (def8f62)
  • @angular/cli: use rxjs path mapping helper in ejected config (a7f2e7f)
  • @ngtools/webpack: add a simple sanity check for preventing wrong styleUrls (e3e04c5), closes #8560
  • @ngtools/webpack: do not change user's LOCALE_ID (b056b1d)
  • @ngtools/webpack: fix elide removing whole imports on single match (f6d9ba8), closes #8518

Features

  • @angular/cli: Add ability to build AppShell (8c0779f)
  • @angular/cli: disable progress when running outside TTY (4774049), closes #8148
  • @angular/cli: support inlining SVG within stylesheets (392a393)