Skip to content

Releases: angular/angular-cli

1.3.0-beta.0

29 Jun 19:27
Compare
Choose a tag to compare
1.3.0-beta.0 Pre-release
Pre-release

Bug Fixes

  • @angular/cli: allow public host option to accept only hostname (d437afb)
  • @angular/cli: bump jasmine and add jasminewd2 types (054b203)
  • @angular/cli: Changed init order to make sure all files gets committed (0c6a9c5)
  • @angular/cli: check for existing SW manifest should look in project dir (220e59d), closes #6654
  • @angular/cli: check package manager only when using one (6e8944e)
  • @angular/cli: correct sourcemap source paths (bd0dac1)
  • @angular/cli: fix delete path check (2be0bf2)
  • @angular/cli: fix empty style urls (18d1130)
  • @angular/cli: fix env path (0e153cb)
  • @angular/cli: fix travis deployment (27ab620)
  • @angular/cli: fix travis deployment added missing script check (3983565)
  • @angular/cli: Fixed e2e task to respect --publicHost setting as baseUrl for protractor (#6266) (0e05e51)
  • @angular/cli: glob copy plugin config (a8e4beb)
  • @angular/cli: Improve comment in sample html (c9cbf59)
  • @angular/cli: Make generated inline template conform to test case (b8acc48)
  • @angular/cli: package sort (477a8e5)
  • @angular/cli: provide file path with config parse errors (10ec556)
  • @angular/cli: remove slash in the end of open tag (8bad46e)
  • @angular/cli: restore e2e blueprint (b6bf8ae)
  • @angular/cli: URL for tour of heroes tutorial (#6672) (ca9414b)
  • @ngtools/webpack: allow webpack 3 peer dependency (ff61ebb)
  • @ngtools/webpack: fix error in compiler CLI when i18nFormat is undefined. (#6617) (a0db191)
  • @ngtools/webpack: support webpack loaders in the webpack plugin (b2ade63)

Features

  • @angular/cli: add barebones option to ng new (a7668e0)
  • @angular/cli: add baseHref property to appConfig (692b378)
  • @angular/cli: add circular dependency detection (1f3738b), closes #6309 #6739
  • @angular/cli: add flag to specify environment for ng test command (70713bf)
  • @angular/cli: add n as new alias (#6494) (d1cac32)
  • @angular/cli: add option to preserve symlinks for module resolution (af3e6b2)
  • @angular/cli: add support for minifying HTML (75311c2), closes #1861
  • @angular/cli: adding git builds script (93424b1)
  • @angular/cli: allow disabling warning when --hmr flag is enabled (b989e80)
  • @angular/cli: bump blueprint dependencies (7e00859)
  • @angular/cli: followup changes to circular dependency detection (28e4114)
  • @angular/cli: improve common bundling performance (f75b5a7)
  • @angular/cli: remove deduped licenses (e72693a)
  • @angular/cli: support loading webp images (#6594) (407625c), closes #6526
  • @angular/cli: update e2e blueprint files (aabad93)
  • @ngtools/webpack: add support for render module api (9bd6d43)

1.2 - Thompson

29 Jun 19:10
Compare
Choose a tag to compare

Bug Fixes

  • @angular/cli: bump jasmine and add jasminewd2 types (9b678ea)
  • @angular/cli: Changed init order to make sure all files gets committed (34274bf)
  • @angular/cli: Fixed e2e task to respect --publicHost setting as baseUrl for protractor (#6266) (5484ec7)
  • @angular/cli: glob copy plugin config (405b887)
  • @angular/cli: Improve comment in sample html (81ef4b6)
  • @angular/cli: remove slash in the end of open tag (b1b1160)
  • @ngtools/webpack: allow webpack 3 peer dependency (2121223)

Thank you

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

Charles Lyding, Hans Larsen, Sumit Arora, Filipe Silva, Mike Brocchi, jiverson, cexbrayat, Jesse Palmer, mgechev, laco0416, Tatsuyuki Ishi, Stephen Fluin, Stefan Steinhart, Rokas Brazdžionis, Reto Lehmann, Prakhar Srivastav, Pittan, Paweł Łaski, Minko Gechev, Matt Lewis, Gleb Gusachenko, Giora Guttsait, FrozenPandaz, Freek Wielstra, Daniel Rönnkvist, Alex Rickabaugh

v1.2.0-rc.1

21 Jun 22:32
Compare
Choose a tag to compare
v1.2.0-rc.1 Pre-release
Pre-release

Bug Fixes

  • @angular/cli: check for existing SW manifest should look in project dir (fd5ff1f), closes #6654
  • @angular/cli: package sort (cbc7c60)
  • @ngtools/webpack: fix error in compiler CLI when i18nFormat is undefined. (#6617) (02029cf)
  • @ngtools/webpack: support webpack loaders in the webpack plugin (a699632)

v1.1.3

21 Jun 21:48
Compare
Choose a tag to compare

Bug Fixes

  • @angular/cli: check for existing SW manifest should look in project dir (b8c50c1), closes #6654
  • @angular/cli: package sort (1e1160f)
  • @ngtools/webpack: fix error in compiler CLI when i18nFormat is undefined. (#6617) (8da9bcc)
  • @ngtools/webpack: support webpack loaders in the webpack plugin (ba973d4)

v1.2.0-rc.0

15 Jun 21:17
Compare
Choose a tag to compare
v1.2.0-rc.0 Pre-release
Pre-release

Bug Fixes

  • @angular/cli: correct sourcemap source paths (91da0a5)
  • @angular/cli: Make generated inline template conform to test case (ddcd908)
  • @angular/cli: provide file path with config parse errors (1401d95)
  • @angular/cli: URL for tour of heroes tutorial (#6672) (2d57a44)

Features

  • @angular/cli: add baseHref property to appConfig (66b2ed2)
  • @angular/cli: improve common bundling performance (2090f64)

v1.1.2

15 Jun 20:39
Compare
Choose a tag to compare

Bug Fixes

  • @angular/cli: correct sourcemap source paths (cf66e6b)
  • @angular/cli: Make generated inline template conform to test case (4073fa0)
  • @angular/cli: provide file path with config parse errors (3927f93)
  • @angular/cli: URL for tour of heroes tutorial (#6672) (dbb7d6d)

v1.2.0-beta.1

07 Jun 21:35
Compare
Choose a tag to compare
v1.2.0-beta.1 Pre-release
Pre-release

Bug Fixes

  • @angular/cli: allow public host option to accept only hostname (38a2bc7)
  • @angular/cli: check package manager only when using one (9119416)
  • @angular/cli: fix delete path check (d75580b)
  • @angular/cli: fix empty style urls (4b805c7)
  • @angular/cli: fix env path (95817d2)
  • @angular/cli: fix travis deployment (f06badc)
  • @angular/cli: fix travis deployment added missing script check (d51155e)
  • @angular/cli: restore e2e blueprint (174014c)

Features

  • @angular/cli: add barebones option to ng new (a0c81d2)
  • @angular/cli: add n as new alias (#6494) (d4bb6ef)
  • @angular/cli: add option to preserve symlinks for module resolution (81af71a)
  • @angular/cli: add support for minifying HTML (3ca18b4), closes #1861
  • @angular/cli: adding git builds script (44340b6)
  • @angular/cli: remove deduped licenses (97d7db6)
  • @angular/cli: support loading webp images (#6594) (a0e63ea), closes #6526

v1.1.1

07 Jun 20:52
Compare
Choose a tag to compare

Bug Fixes

  • @angular/cli: allow node_modules to be linked somewhere else. (0a8dced), closes #6499
  • @angular/cli: allow public host option to accept only hostname (4f1c37b)
  • @angular/cli: check package manager only when using one (aaf29dd)
  • @angular/cli: fix delete path check (0a464ea)
  • @angular/cli: fix empty style urls (6a93451)
  • @angular/cli: fix env path (572351d)
  • @angular/cli: resolve in all available node_modules (9d63162)
  • @angular/cli: restore e2e blueprint (390c624)

v1.2.0-beta.0

31 May 21:15
Compare
Choose a tag to compare
v1.2.0-beta.0 Pre-release
Pre-release

Bug Fixes

  • @angular/cli: allow node_modules to be linked somewhere else. (9c7a7ea), closes #6499
  • @angular/cli: resolve in all available node_modules (be7a716)

1.1 - Lovelace

31 May 21:02
Compare
Choose a tag to compare

Angular CLI 1.1 is out and here are some notable new features:

  • outputs smaller and faster bundles by default,
  • now comes with a new welcome screen when creating a new application,
  • has better support for serving with a different public URL, and
  • now supports fixing generated code according to your linting preferences, e.g. use double-quotes instead of single quotes for strings.

Along with over 50 fixes!

Differences with rc.2

  • @angular/cli: add missing WeakMap polyfill (818fae1)

New Features

These are new features since the 1.0 release.

  • @angular/cli: add flag to not delete output path (8bf040b), closes #5925 #6193
  • @angular/cli: add host check flags to ng serve (a54a991), closes #6070
  • @angular/cli: add import flag to modules (8b220a4), closes #5377
  • @angular/cli: add language service in devDependencies section (bb99fac)
  • @angular/cli: add option to use lint to adjust generated files (a3bf529)
  • @angular/cli: add publicPath support via command and angular-cli.json for webpack-dev-server (8c78fb9), closes #2727
  • @angular/cli: add some rules from tslint 4.5 (d482986)
  • @angular/cli: adding option to search docs as well (5e39361)
  • @angular/cli: allow lint project setting to be optional (8035f54)
  • @angular/cli: always use named webpack modules in dev builds (b07f631)
  • @angular/cli: bump to tslint 5 & codelyzer 3 (af758b8)
  • @angular/cli: improve ng test performance (1cd0a08), closes #5423
  • @angular/cli: new project landing page (#6144) (0ac878a), closes #5928 #6125
  • @angular/cli: support inline source maps with defined charset (ea4c864)
  • @angular/cli: support TypeScript 2.3 (69d3d2b)
  • @angular/cli: update tslint on updating prefix (#5908) (2bf5c96), closes #5794
  • @angular/cli: upgrade the blueprint karma-coverage-istanbul-reporter version (#5519) (d7b46d0)
  • @angular/cli: use and support webpack 2.3 (aa958a6)
  • @angular/cli: use and support webpack 2.4 (818936e)
  • @ngtools/webpack: replace server bootstrap code (#5194) (ad026ef)

Thank you

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

Filipe Silva, Charles Lyding, Sumit Arora, Hans Larsen, dave11mj, cexbrayat, Tatsuyuki Ishi, Stephen Cavaliere, Ricardo Varanda, Preston Van Loon, Mike Brocchi, Mark Goho, Douglas Duteil, David Mendez, Cédric Exbrayat, WilliamKoza, Victor Boissiere, Vadim Shabanov, Tyler, Trotyl Yu, Suguru Inatomi, Steven Sinatra, Shyam Chen, Septimiu Criste, Scott, Sarun Intaralawan, Samuel Marks, Sam Lin, Radoslav Kirilov, RPGillespie6, Pedro Buzzi Filho, Nicolas Charpentier, Mattia, Matt Lewis, Johannes Hoppe, Jason Jean, Jan Pilzer, Hans, Elmer Dantas, David Pertiller, Chris Fitzgerald, Andrew Steel, Adrien Crivelli