Skip to content

Releases: angular/angular-cli

v1.4.8

18 Oct 20:04
Compare
Choose a tag to compare

Bug Fixes

  • @angular/cli: add missing webpack-sources dep (2a3490f), closes #8075
  • @angular/cli: do not limit arguments of schematics (3726abf)
  • @angular/cli: show warning on TypeScript 2.5 (f4881e6)
  • @angular/cli: update file-loader and url-loader (776af86)

1.5.0-rc.0

12 Oct 17:25
Compare
Choose a tag to compare
1.5.0-rc.0 Pre-release
Pre-release

Bug Fixes

  • @angular/cli: do not run e2e task if build fails (97c4873), closes #7567
  • @angular/cli: fix eval-sourcemap when sourcemap is undefined (2e1c966)
  • @angular/cli: update copy-webpack-plugin to 4.1.1 (7014616)
  • @angular/cli: update webpack to 3.7.1 (0c1ae7a)
  • @ngtools/webpack: analyze the typescript file for additional dependencies (9799f3f), closes #7995
  • @ngtools/webpack: fix for TypeScript module resolution cache missing in old version (56c3e26)
  • @ngtools/webpack: fix rebuild speed regression (22ae695)
  • @ngtools/webpack: use rendered instead of hash in resource loader (131b1d0)

Features

  • @angular/cli: show more version information (6386633)

1.4.7

12 Oct 16:56
Compare
Choose a tag to compare

Bug Fixes

  • @ngtools/webpack: fix for TypeScript module resolution cache missing in old version (e83dd93)
  • @ngtools/webpack: fix rebuild speed regression (5257673)

1.4.6

12 Oct 01:32
Compare
Choose a tag to compare

Bug Fixes

  • @angular/cli: do not run e2e task if build fails (46e3033), closes #7567
  • @angular/cli: update copy-webpack-plugin to 4.1.1 (b1fc335)
  • @ngtools/webpack: analyze the typescript file for additional dependencies (50d090f), closes #7995

v1.5.0-beta.4

05 Oct 21:33
Compare
Choose a tag to compare
v1.5.0-beta.4 Pre-release
Pre-release

Bug Fixes

  • @angular/cli: support existing tsconfig.spec.json on Angular 5 (a5728d1)
  • @angular/cli: update url-loader to 6.0 (776aee6)
  • @ngtools/webpack: always emit on first build (e04a0d6), closes #7890

Features

  • @angular/cli: add a bundle dependencies flag (ca22960), closes #7903
  • @angular/cli: make appRoot customizable (2706ce2)
  • @angular/cli: use eval-source-map for serve on dev targets (1ec8790)

v1.4.5

05 Oct 21:29
Compare
Choose a tag to compare

Bug Fixes

  • @angular/cli: Correct selecting custom schematic collection (9dd33f8)
  • @angular/cli: update url-loader to 6.0 (0c57dfd)
  • @angular/cli: use webpack 3.6 (61817f7)

v1.5.0-beta.3

03 Oct 21:56
Compare
Choose a tag to compare
v1.5.0-beta.3 Pre-release
Pre-release

Bug Fixes

  • @angular/cli: Correct selecting custom schematic collection (4c01144)
  • @angular/cli: use webpack 3.6 (a155b26)
  • @ngtools/webpack: check for compiler-cli on plugin constructor (ea8f387), closes #7904
  • @ngtools/webpack: don't create forked type checker when flag is false (2f98aa7)
  • @ngtools/webpack: exist main process after killing fork (eec4fd3)
  • @ngtools/webpack: fix gather diagnostics label (18fb4c5)

Features

  • @angular/cli: always use new compiler with Angular 5 (67248be)

v1.5.0-beta.2

28 Sep 23:03
Compare
Choose a tag to compare
v1.5.0-beta.2 Pre-release
Pre-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)

v1.4.4

28 Sep 23:05
Compare
Choose a tag to compare

Bug Fixes

  • @angular/cli: ensure asset output is within the output path (32e2e3f)
  • @angular/cli: increase keepAliveTimeout for all Node 8 versions (7d7a522)
  • @angular/cli: open app with servePath (0c55e5b)
  • @angular/cli: Refactor skip git flag into schematics (80f0e2e)
  • @angular/cli: support app option for test command (ddeb959)
  • @angular/cli: use local typescriptMismatch if available (870c4d6), closes #7678
  • @angular/cli: use relative paths within ejected config (a42ba6c)

v1.5.0-beta.1

22 Sep 02:04
Compare
Choose a tag to compare
v1.5.0-beta.1 Pre-release
Pre-release

Bug Fixes

  • @angular/cli: add appRoot to generate (220c3fe), closes #7695
  • @angular/cli: fix an issue with schematics (8b09dd3)
  • @angular/cli: Generating component considers default style extension for project now (4d0c93e)
  • @angular/cli: only set less-loader paths when present in config (515f871)
  • @ngtools/webpack: fix Angular 5 lazy routes in es2015 (2da72e5), closes #7689
  • Allow for trailing commas in lint rules (59d8cf8)