Skip to content

Releases: angular/angular-cli

1.5.3

Choose a tag to compare

@hansl hansl released this 20 Nov 20:19

Notes

This release contains a single fix to a security vulnerability that was reported for Handlebars. Handlebars was not used during the build process and did not affect any of our users, but the vulnerability was still reported by Github who only check version numbers.

Since the faulty version of Handlebars might still be part of your package-lock.json (or yarn.lock) files, you might need to update those files before the alert disappears. You can do so by running npm update @angular/cli@1.5.3.

The package that the CLI depended on (postcss-url) has since removed their usage of Handlebars entirely.

Cheers,

  • The CLI team

Bug fixes

  • @angular/cli: update postcss loader and URL versions. (6831492)

v1.6.0-beta.2

v1.6.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@Brocco Brocco released this 17 Nov 01:30

Bug Fixes

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

v1.5.2

Choose a tag to compare

@Brocco Brocco released this 17 Nov 01:30

Bug Fixes

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

v1.6.0-beta.1

v1.6.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@Brocco Brocco released this 16 Nov 22:53

Bug Fixes

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

v1.5.1

Choose a tag to compare

@Brocco Brocco released this 16 Nov 19:39

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

Choose a tag to compare

@hansl hansl released this 01 Nov 19:23

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

1.5.0-rc.6 Pre-release
Pre-release

Choose a tag to compare

@hansl hansl released this 28 Oct 00:36

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

1.5.0-rc.5 Pre-release
Pre-release

Choose a tag to compare

@hansl hansl released this 27 Oct 01:22

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

1.5.0-rc.4 Pre-release
Pre-release

Choose a tag to compare

@hansl hansl released this 26 Oct 17:25

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

1.5.0-rc.3 Pre-release
Pre-release

Choose a tag to compare

@hansl hansl released this 24 Oct 05:21

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)