Skip to content

Releases: angular/angular-cli

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

v1.1.0-rc.2

25 May 18:25
Compare
Choose a tag to compare
v1.1.0-rc.2 Pre-release
Pre-release

Reverts:

  • fix(@ngtools/webpack): fix paths-plugin to allow '*' as alias (98bf34d).

v1.0.6

25 May 18:25
Compare
Choose a tag to compare

Reverts:

  • fix(@ngtools/webpack): fix paths-plugin to allow '*' as alias (98bf34d).

v1.1.0-rc.1

24 May 22:38
Compare
Choose a tag to compare
v1.1.0-rc.1 Pre-release
Pre-release

Bug Fixes

  • @angular/cli: allow e2e tests to run if no-serve and port is provided (3f10c5a)
  • @angular/cli: fix issue of folder getting generated on dry run (e4cedbb)
  • @angular/cli: fix leading digit in file names from generate command (8683c3c)
  • @angular/cli: fix package name fetching from package.json (169dc9e)
  • @angular/cli: if user pass a full path, use the path (#6341) (6372f29)
  • @angular/cli: proper generation when the target dir exists (#5929) (e619df1)
  • @angular/cli: put vendor ngfactory in vendor chunk (b4abe6d)
  • @angular/cli: remove broken script after eject (2b0d935)
  • @angular/cli: supress module file modification when generating guard with dry-run flag (872737b)
  • @angular/cli: update new project dev dependencies (#6415) (7bd4074)
  • @angular/cli: update protractor API usage in the blueprints. (f6e5961), closes #6163
  • @angular/cli: use realpath for project root (3ca583b), closes #2726
  • @ngtools/json-schema: only values in enum should be allowed to update (7159920)
  • @ngtools/webpack: fix aot builds using npm packages that have lazy loaded modules (b59bccf), closes #5594
  • @ngtools/webpack: fix paths-plugin to allow '*' as alias (1484868), closes #5033

Features

  • @ngtools/webpack: replace server bootstrap code (#5194) (ad026ef)

v1.0.5

24 May 22:12
Compare
Choose a tag to compare

Bug Fixes

  • @angular/cli: allow e2e tests to run if no-serve and port is provided (ce54caf)
  • @angular/cli: fix issue of folder getting generated on dry run (6395129)
  • @angular/cli: fix leading digit in file names from generate command (0ecaa2d)
  • @angular/cli: fix package name fetching from package.json (9c83f3b)
  • @angular/cli: remove broken script after eject (41d8522)
  • @ngtools/json-schema: only values in enum should be allowed to update (456361d)
  • @ngtools/webpack: fix aot builds using npm packages that have lazy loaded modules (fd002df), closes #5594
  • @ngtools/webpack: fix paths-plugin to allow '*' as alias (0f24e04), closes #5033

v1.0.4

18 May 17:44
Compare
Choose a tag to compare

Bug Fixes

  • @angular/cli: adds language to index.html for accessibility (1d99472)
  • @angular/cli: allow e2e multi capabilities (8a7f6dd), closes #975
  • @angular/cli: enable full node module resolution for project deps (#6276) (1659b74)
  • @angular/cli: if user pass a full path, use the path (#6341) (013a3ea)
  • @angular/cli: prefix historyApiFallback.index with deployUrl (#6279) (26ecebf)
  • @angular/cli: proper generation when the target dir exists (#5929) (895b759)
  • @angular/cli: put vendor ngfactory in vendor chunk (afa3ac5)
  • @angular/cli: supress module file modification when generating guard with dry-run flag (114ee50)

v1.1.0-rc.0

15 May 22:16
Compare
Choose a tag to compare
v1.1.0-rc.0 Pre-release
Pre-release

Bug Fixes

  • @angular/cli: adds language to index.html for accessibility (cfe60b5)
  • @angular/cli: allow e2e multi capabilities (4f48be0), closes #975
  • @angular/cli: enable full node module resolution for project deps (#6276) (54b1e35)
  • @angular/cli: language-service as devDeps only (#6257) (02aaec4)
  • @angular/cli: prefix historyApiFallback.index with deployUrl (#6279) (a5cfdde)

v1.1.0-beta.1

09 May 21:36
Compare
Choose a tag to compare
v1.1.0-beta.1 Pre-release
Pre-release

1.1.0-beta.1 (2017-05-09)

Bug Fixes

  • @angular/cli: add error message when missing config env variable (#5980) (11d0afc)
  • @angular/cli: fix text descriptions (17ae140), closes #5501
  • @angular/cli: fixing component blueprint indent (0ef9eb7)
  • @angular/cli: format files according to tslint (377a062), closes #5751
  • @angular/cli: import at least one locale-data with intl (#6190) (1cc979f)
  • @angular/cli: install webpack at ejection (#5745) (8e2f8cf)
  • @angular/cli: ng get: return whole config root when no path provided. (a5d8bc1), closes #5887
  • @angular/cli: open option in serve command should open localhost when host is 0.0.0.0 (23c039d), closes #5743
  • @angular/cli: properly support CSS url()'s with whitespace (d9af12c)
  • @angular/cli: remove default for test runners (e7966a2)
  • @angular/cli: removes redundant rules from tslint.json (#5783) (d90292e), closes #5755
  • correctly generate changelog (3ec74e2)
  • @angular/cli: simplify import path if possible (#6184) (2d42a58), closes #6183
  • @angular/cli: small typo on generated app.component.html (6eeb9de)
  • @angular/cli: Throw error when no key provided for ng get (382ba8d), closes #5887
  • @angular/cli: Update README.md project generation text. (#5958) (a67eb07)
  • @ngtools/logger: add typings and other information to logger package.json (698aa3e)

Features

  • @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)

v1.0.3

09 May 21:06
Compare
Choose a tag to compare

Bug Fixes

  • @angular/cli: add error message when missing config env variable (#5980) (29a9513)
  • @angular/cli: fix text descriptions (40ecc30), closes #5501
  • @angular/cli: fixing component blueprint indent (47a76b8)
  • @angular/cli: format files according to tslint (960bd48), closes #5751
  • @angular/cli: import at least one locale-data with intl (#6190) (a9baddf)
  • @angular/cli: install webpack at ejection (#5745) (2c23cda)
  • correctly generate changelog (5090e3b)
  • @angular/cli: ng get: return whole config root when no path provided. (c2d9e70), closes #5887
  • @angular/cli: open option in serve command should open localhost when host is 0.0.0.0 (035c094), closes #5743
  • @angular/cli: properly support CSS url()'s with whitespace (b6db02f)
  • @angular/cli: remove default for test runners (9da5495)
  • @angular/cli: removes redundant rules from tslint.json (#5783) (1c22a94), closes #5755
  • @angular/cli: simplify import path if possible (#6184) (c0c03f9), closes #6183
  • @angular/cli: Throw error when no key provided for ng get (cd6db0a), closes #5887
  • @angular/cli: Update README.md project generation text. (#5958) (f502bd9)
  • @ngtools/logger: add typings and other information to logger package.json (3a5668c)