Skip to content

v1.0.5

Compare
Choose a tag to compare
@Brocco Brocco released this 24 May 22:12

Bug Fixes

  • @angular/cli: allow e2e tests to run if no-serve and port is provided (ce54caf)
  • @angular/cli: fix issue of folder getting generated on dry run (6395129)
  • @angular/cli: fix leading digit in file names from generate command (0ecaa2d)
  • @angular/cli: fix package name fetching from package.json (9c83f3b)
  • @angular/cli: remove broken script after eject (41d8522)
  • @ngtools/json-schema: only values in enum should be allowed to update (456361d)
  • @ngtools/webpack: fix aot builds using npm packages that have lazy loaded modules (fd002df), closes #5594
  • @ngtools/webpack: fix paths-plugin to allow '*' as alias (0f24e04), closes #5033