Skip to content

Releases: angular/angular-cli

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)

v1.4.3

22 Sep 02:04
Compare
Choose a tag to compare

Bug Fixes

  • @angular/cli: add appRoot to generate (f2a2149), closes #7695
  • @angular/cli: fix an issue with schematics (b90825c)
  • @angular/cli: Generating component considers default style extension for project now (2a96b9e)
  • @angular/cli: only set less-loader paths when present in config (941f868)
  • Allow for trailing commas in lint rules (4420f7e)

1.4.2

14 Sep 00:42
Compare
Choose a tag to compare

Bug Fixes

  • @angular/cli: fix new to work with custom collections (645e56b)
  • @angular/cli: Make prefix work when using aliases (bc58afe), closes #7522
  • @angular/cli: publicPath should not be path.join (990b652), closes #7650
  • @ngtools/webpack: fix for #7615 (ebd87ad)

1.5.0-beta.0

14 Sep 00:43
Compare
Choose a tag to compare
1.5.0-beta.0 Pre-release
Pre-release

Bug Fixes

  • @angular/cli: fix new to work with custom collections (6c6584d)
  • @angular/cli: Make prefix work when using aliases (1a89c94), closes #7522
  • @angular/cli: publicPath should not be path.join (90fddc5), closes #7650
  • @ngtools/webpack: fix for #7615 (cd404e2)

Features

  • @angular/cli: add --preserve-symlinks to ng test (b0fd35e), closes #7081
  • @angular/cli: support ES2015 target (dea04b1)
  • @ngtools/webpack: add AngularCompilerPlugin (939cd6c)

1.4.1

08 Sep 22:42
Compare
Choose a tag to compare

Bug Fixes

  • @angular/cli: take publicPath into account when building entry map (e6f3841), closes #7628

1.4 - Sussman

07 Sep 16:32
Compare
Choose a tag to compare

Features

  • @angular/cli: verify Angular/TS version combos (ca344b1)
  • @angular/cli: add AOT parameter missingTranslation (385f423)
  • @angular/cli: show typescript version on ng version (#7372) (a3d062e)
  • @angular/cli: update webpack to latest version (c40624b)
  • @angular/cli: add option to set dev server's base serve path (2c6dde1)
  • @angular/cli: support sourcemaps and minification in scripts (e8f27f0), closes #2796 #7226 #7290
  • @angular/cli: Update generate & new to use schematics (128187e)
  • @angular/cli: update license-webpack-plugin (505d69a), closes #7203

Bug Fixes

  • @angular/cli: allow ts 2.5 (57d7246)
  • @angular/cli: fix asset watching (feb7d0b), closes #7521
  • @angular/cli: fix colors on git bash (#7569) (63d3950), closes #7239
  • @angular/cli: Increase keepAliveTimeout for Webpack Dev Server (e0b6b3c)
  • @angular/cli: use an empty host for ng new (53074b2)
  • @angular/cli: use require for @angular/core check (ec67c9a)
  • @angular/cli: Use the app default prefix when generating (ddcb326), closes #7522
  • @ngtools/webpack: don't show loader errors after compilation fails (#7575) (6bcdcfb)
  • @angular/cli: unlock build optimizer version (7155a81)
  • @angular/cli: Allow patch updates to @schematics/angular (#7483) (3881cae)
  • @angular/cli: New project now respect default styleExt (#7430) (8fa66d9), closes #5599
  • @angular/cli: Unpin version of @angular-devkit/schematics (9fa4ab0), closes #7492
  • @ngtools/webpack: decorate file system (#7471) (7c3bd6e)
  • @ngtools/webpack: show error stack on plugin (8d74c89)
  • @ngtools/webpack: wait for plugin when resolving ts requests (41d609c), closes #5137
  • @angular/cli: ensure new projects have a CLI package version (36ceacc)
  • @angular/cli: only install packages once for a new project (9edb30c)
  • @angular/cli: fix ever increasing lazy chunk name counter (d22c2bc)
  • @angular/cli: Revert change to config reading (99eba98)

Thank You

A big thank you to everyone who participated in this release:

Filipe Silva, Mike Brocchi, Charles Lyding, Hans Larsen, mtraynham, Tembong Fonji, Steven Harris, Olivier Combe, KevinYang, Jim Cullison, Hans, Dmitriy Shekhovtsov, Dcalsky, Cotton Hou, Carlo Dapor, AntoineC, Anisetus Elly Efendi, Andrew Wong, Aditya Parab

v1.4.0-rc.2

30 Aug 00:23
Compare
Choose a tag to compare
v1.4.0-rc.2 Pre-release
Pre-release

Bug Fixes

  • @angular/cli: unlock build optimizer version (7155a81)