Skip to content

v1.6.5

Compare
Choose a tag to compare
@Brocco Brocco released this 19 Jan 02:24
· 14167 commits to main since this release

Bug Fixes

  • @angular/cli: allow TS 2.6 for Angular >= 5.2 (938072a)
  • @angular/cli: correct CSS resource resolving (90abbd7)
  • @angular/cli: ensure webpack 3 sass-loader support (9dc7c5d)
  • @angular/cli: fix dependencies to devkit to known working versions (c7aefaa)
  • @angular/cli: Fixed lint not excluding files when project folder name started with a dot (9a04ce3)
  • @angular/cli: normalize asset windows paths (31f5b54)
  • @angular/cli: remove ES2015 live-reload requirement (5e17933)
  • @angular/cli: standardize inline/rebase stylesheet behavior (1368990)
  • @angular/cli: workaround TS decorator transformer defect (c749d4e)
  • @ngtools/webpack: allow # in paths (3642605)
  • @ngtools/webpack: Allow for usage of Angular v6.. (3ea6644)
  • @ngtools/webpack: don't elide identifiers that are still exported (86151ed), closes #9180