Skip to content

Releases: angular/angular-cli

v1.5.2

17 Nov 01:30
Compare
Choose a tag to compare

Bug Fixes

  • @ngtools/webpack: fix elide removing whole imports on single match (62f3454), closes #8518

v1.6.0-beta.1

16 Nov 22:53
Compare
Choose a tag to compare
v1.6.0-beta.1 Pre-release
Pre-release

Bug Fixes

  • @ngtools/webpack: elide imports for all removed identifiers (811cbfe)
  • @ngtools/webpack: remove app decorators on AOT (54a7551), closes #8457

v1.5.1

16 Nov 19:39
Compare
Choose a tag to compare

Bug Fixes

  • @angular/cli: add PurifyPlugin to eject (bf503eb)
  • @angular/cli: allow reading UTF8 files with BOM when linting (dc93dd2)
  • @angular/cli: use explicit error when linting non-program file (3ea8f06)
  • @ngtools/webpack: elide imports for all removed identifiers (9ad6948)
  • @ngtools/webpack: remove app decorators on AOT (13b3f76), closes #8457
  • @ngtools/webpack: remove default type checker memory limit (79ea2fe)

1.5 – Turing

01 Nov 19:23
Compare
Choose a tag to compare

This is a minor release which is tied to Angular 5.0. For more details about this release, see our blog post about Angular 5.0.

A lot of bug fixes and new features in this release (from 1.4). For a complete list, please go back to previous 1.5 RCs and Betas.

Bug Fixes

  • @angular/cli: don't show chunk parents on stats (dfc18f5), closes #8144
  • @angular/cli: Show detailed help for ng new --help (aff5257)
  • @angular/cli: Show non-schematic options with help (b06f840)
  • @angular/cli: use JIT by default with ng5 (f9d2515), closes #8259
  • @ngtools/webpack: do not stringify JSON sourcemaps (90c03f5)

Special Thanks

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

Filipe Silva, Hans Larsen, Charles Lyding, Mike Brocchi, Olivier Combe, Ahsan Ayaz, vsavkin, Sarun Intaralawan, Mark Pieszak, Daniel Edwards, Alex Rickabaugh, y-kurami, Vikram Subramanian, Suguru Inatomi, Suguru, Joshua Wiens, Hans, Garo Yeriazarian, Fabian Wiles, Amit Moryossef, Aditya Parab, Adam Plumer, Abdellatif Ait boudad,

1.5.0-rc.6

28 Oct 00:36
Compare
Choose a tag to compare
1.5.0-rc.6 Pre-release
Pre-release

Bug Fixes

  • @angular/cli: Angular Compiler CLI v5 requires TypeScript >= 2.4.2 (c82231e)
  • @angular/cli: Show detailed help for generate (f59b7e9), closes #7723
  • @ngtools/webpack: update chalk to 2.2.0 (bd26b34), closes #8212

1.5.0-rc.5

27 Oct 01:22
Compare
Choose a tag to compare
1.5.0-rc.5 Pre-release
Pre-release

Bug Fixes

  • @angular/cli: update real package dep (d7efb33), closes #8202
  • @ngtools/webpack: Change to modify module map to for universal (dd518df)
  • @ngtools/webpack: fix and improve error reporting (0b80fba), closes #7925
  • @ngtools/webpack: fix locale refactoring code for commonjs (dc218c0)

1.5.0-rc.4

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

Bug Fixes

  • @angular/cli: fix broken vendor chunk default (0eb25be), closes #8169
  • @angular/cli: remove typescript dependency (a28a967)
  • @ngtools/webpack: always process lazy routes (15cf37e)
  • @ngtools/webpack: enforce typescript dep without peerDep (fd1fefe)
  • @ngtools/webpack: fix bootstrapping code (450383c)
  • @ngtools/webpack: fix module detection with reexports (9f02eef), closes #7925

Features

  • @angular/cli: aot by default (cde0219)

1.5.0-rc.3

24 Oct 05:21
Compare
Choose a tag to compare
1.5.0-rc.3 Pre-release
Pre-release

Bug Fixes

  • @angular/cli: disable node global (774219c), closes #5804
  • @angular/cli: improve rebundling speed (8949ecc)
  • @angular/cli: ng test should include test.ts and spec files (26ef974)
  • @angular/cli: update uglifyjs-webpack-plugin to 1.0.0 (7e7d75d)
  • @angular/cli: update webpack to 3.8.1 (8bbbfcd)
  • @angular/cli: use the new compiler API for listLazyRoutes (466dfb6)
  • @ngtools/webpack: Handle factory files for the LAZY_MODULE_MAP (3ec0629)
  • @ngtools/webpack: ngfactory can be .js too (97368d8)

1.5.0-rc.2

24 Oct 05:21
Compare
Choose a tag to compare
1.5.0-rc.2 Pre-release
Pre-release

Bug Fixes

  • @angular/cli: don't drop resource extentions (424e617), closes #8099
  • @angular/cli: support rxjs 5.5 path alias (3430d2d), closes #8096
  • @angular/cli: update dependency to schematics angular (b99e6cc)
  • @ngtools/webpack: update formatDiagnostics call (b6b145c), closes #8101

1.4.9

24 Oct 05:22
Compare
Choose a tag to compare

Bug Fixes

  • @angular/cli: don't drop resource extentions (5614fd1), closes #8099
  • @angular/cli: support rxjs 5.5 path alias (3dacf17), closes #8096