Skip to content

Releases: angular/angular-cli

v1.7.2

28 Feb 23:29
Compare
Choose a tag to compare

Bug Fixes

  • @angular/cli: prevent greedy CSS url function capture (f1304b3)

v6.0.0-beta.3

22 Feb 03:45
Compare
Choose a tag to compare
v6.0.0-beta.3 Pre-release
Pre-release

Bug Fixes

  • @angular/cli: correct lint failure aggregation (ecf0ccc)
  • @angular/cli: fix ng help. (27106b6), closes #9412
  • @angular/cli: improve processing multi-line url() CSS rules (1ec8cb3)
  • @angular/cli: resolve dev server entrypoint (cc90755)
  • @angular/cli: shut down after first Ctrl+C received (78d48be), closes #9647
  • @angular/cli: work around npm peerdep issue (bc10dd2)
  • @ngtools/webpack: account for shorthand properties when import eliding (a20b314)
  • @ngtools/webpack: directly use single path mappings (595168e)
  • @ngtools/webpack: normalize lazy route names and paths (2a2dc1e)

Code Refactoring

  • set minimum node version to 8.9 (29338bc)

Features

  • @angular/cli: support additional application lazy modules (3be17e7)
  • @ngtools/webpack: add additional lazy module plugin option (7ce6523)

BREAKING CHANGES

  • @angular/cli, @ngtools/webpack, @ngtools/logger, and @ngtools/json-schema now require NodeJS 8.9+

v1.7.1

22 Feb 03:46
Compare
Choose a tag to compare

Bug Fixes

  • @angular/cli: correct lint failure aggregation (5b66371)
  • @angular/cli: improve processing multi-line url() CSS rules (dea244f)
  • @angular/cli: resolve dev server entrypoint (cb349b0)
  • @angular/cli: shut down after first Ctrl+C received (c5ec36e), closes #9647
  • @angular/cli: work around npm peerdep issue (ffc2e98)
  • @ngtools/webpack: account for shorthand properties when import eliding (bbcc581)
  • @ngtools/webpack: directly use single path mappings (d5a9895)

v6.0.0-beta.2

16 Feb 01:00
Compare
Choose a tag to compare
v6.0.0-beta.2 Pre-release
Pre-release

Bug Fixes

  • @angular/cli: allow set prefix with no tslint config (5fc9b28)
  • @angular/cli: allow usage of hidden command options (29d457d)
  • @angular/cli: ensure external component styles are optimized (eed5794)
  • @angular/cli: Fix help for generate command. (fab269a), closes #9412
  • @angular/cli: prevent corruption of binary CSS resources (f19c5f7)
  • @angular/cli: remove double console logs with different reporters (a161377), closes #9528
  • @angular/cli: support empty index base href attribute (214be80)
  • @angular/cli: support major versions greater than 1 (7d7897e)
  • @angular/cli: update minimum version of copy-webpack-plugin (63044e5)
  • @angular/cli: update Webpack to support empty array elements in optimizations (9af0c3f)

1.7.0 - Kleene

15 Feb 22:53
Compare
Choose a tag to compare

Bug Fixes

  • @angular/cli: allow set prefix with no tslint config (18940e5)
  • @angular/cli: allow usage of hidden command options (d8ed389)
  • @angular/cli: ensure external component styles are optimized (a7a71da)
  • @angular/cli: Fix help for generate command. (256e38d), closes #9412
  • @angular/cli: prevent corruption of binary CSS resources (38660dd)
  • @angular/cli: remove double console logs with different reporters (33ff37a), closes #9528
  • @angular/cli: support empty index base href attribute (e4fbccf)
  • @angular/cli: support major versions greater than 1 (cd70f2d)
  • @angular/cli: update minimum version of copy-webpack-plugin (88a6da1)
  • @angular/cli: update Webpack to support empty array elements in optimizations (0a35e5a)
  • @angular/cli: adjust postcss url promise handling (4a745c9)
  • @angular/cli: correct CSS import fallback logic (fa175d8)
  • @angular/cli: packageFilter needs to return a value (3be25e4)
  • @angular/cli: update uglifyjs-webpack-plugin to 1.1.8 (48b3b16)
  • @ngtools/webpack: ensure webpack handles module resolution (57c82a8)
  • @ngtools/webpack: kill type checker on watch close (1ce4db6)
  • @ngtools/webpack: suppress warnings for overwriting files in tsc (fb38375), closes angular/angular#21080 #8885
  • @angular/cli: account for project root in asset output path (dcbc4b3)
  • @angular/cli: Allow service-workers package to be installed in parent node_modules (555424e), closes #8300
  • @angular/cli: avoid defaulting base-href to an empty string (b17a629)
  • @angular/cli: favor CSS import local files over modules (d18394f)
  • @angular/cli: guard against scripts without a src attribute (5236924)
  • @angular/cli: add karma-cli as dependency when ejecting (b1baa0c)
  • @angular/cli: allow colon separated schematic name in generate (ca8e834)
  • @angular/cli: allow for schema-less schematics to be generated (554908e)
  • @angular/cli: allow TS 2.6 for Angular >= 5.2 (f8dde33)
  • @angular/cli: correct CSS resource resolving (aaca7d8)
  • @angular/cli: delete node_modules on eject e2e (99d0a31)
  • @angular/cli: eject now remove all hardcoded paths (1b57f12), closes #9335
  • @angular/cli: ensure webpack 3 sass-loader support (ea349c3)
  • @angular/cli: exclude nodejs built-ins from process.cwd() resolve (f724722)
  • @angular/cli: fix dependencies to devkit to known working versions (cd4eb34)
  • @angular/cli: Fixed lint not excluding files when project folder name started with a dot (c411734)
  • @angular/cli: maintain autoprefixer backward compatibility (62190ab)
  • @angular/cli: normalize asset windows paths (14b3743)
  • @angular/cli: only force CommonJS if module kind is ES2015 (9751532)
  • @angular/cli: remove ES2015 live-reload requirement (da37cc0)
  • @angular/cli: Remove testing log message. (66a376a)
  • @angular/cli: replaced bullet character due to unwanted beeping sounds on windows systems (aa8b80c)
  • @angular/cli: standardize inline/rebase stylesheet behavior (a6ce9ab)
  • @angular/cli: workaround TS decorator transformer defect (e6707bf)
  • @ngtools/webpack: allow # in paths (5f73a75)
  • @ngtools/webpack: Allow for usage of Angular v6.. (65b97c0)
  • @ngtools/webpack: don't elide identifiers that are still exported (b6f1be7), closes #9180

Features

  • @angular/cli: add support for ng update --next (7b8faae)
  • @angular/cli: better budget error messages (b8c12b7)
  • @angular/cli: use schematic tasks for application init (39e1636)
  • @ngtools/json-schema: support null data type (54f7b55)
  • @angular/cli: add scripts plugin webpack 4 support (7c08ab7)
  • @angular/cli: copy safety SW from NPM on SW build (01dadff)
  • @angular/cli: hide error/warning build output stacktraces (3f4f6a8)
  • @angular/cli: optimize stylesheet resource processing (7d0bd99)
  • @angular/cli: support webpack 4 hooks for scripts plugin (317e4c0)
  • @ngtools/webpack: adjust changed file extensions based on usage (3fda890)
  • @ngtools/webpack: support default/namespace import eliding (4848c84)
  • @angular/cli: Ability to specify budgets for your apps (9c871b0), closes #7139
  • @angular/cli: Add update cmd to update angular versions. (ac9c599)
  • @angular/cli: missing bootstrap code should not error (329b61c)
  • @angular/cli: use cache for build-optimizer (e654fb2)
  • @angular/cli: use cache in uglifyjs-webpack-plugin (62fac41)
  • @angular/cli: use devkit core formats for schematics (93e5d46)

Special Thanks

Charles Lyding, Hans Larsen, Mike Brocchi, Filipe Silva, Alex Eagle, Karthik K, JiaLi.Passion, Dennis Sanders, Carlos Edinson Roso Espinosa, cexbrayat, britvik, Yaroslav Admin, Tobias Schulte, Taha Di Nero, Sibiraj, Shai Reznik, Rishabh Shah, Henrik Vendelbo, GerbetMikhaël, Bram Gotink, Alex Rickabaugh

v1.7.0-rc.0

08 Feb 02:22
Compare
Choose a tag to compare
v1.7.0-rc.0 Pre-release
Pre-release

Bug Fixes

  • @angular/cli: adjust postcss url promise handling (4a745c9)
  • @angular/cli: correct CSS import fallback logic (fa175d8)
  • @angular/cli: packageFilter needs to return a value (3be25e4)
  • @angular/cli: update uglifyjs-webpack-plugin to 1.1.8 (48b3b16)
  • @ngtools/webpack: ensure webpack handles module resolution (57c82a8)
  • @ngtools/webpack: kill type checker on watch close (1ce4db6)
  • @ngtools/webpack: suppress warnings for overwriting files in tsc (fb38375), closes angular/angular#21080 #8885

Features

  • @angular/cli: add support for ng update --next (7b8faae)
  • @angular/cli: better budget error messages (b8c12b7)
  • @angular/cli: use schematic tasks for application init (39e1636)
  • @ngtools/json-schema: support null data type (54f7b55)

v1.6.8

08 Feb 01:11
Compare
Choose a tag to compare

Bug Fixes

  • @angular/cli: correct CSS import fallback logic (ba29fb9)
  • @angular/cli: packageFilter needs to return a value (6a25422)
  • @angular/cli: update uglifyjs-webpack-plugin to 1.1.8 (7cf23cd)
  • @ngtools/webpack: suppress warnings for overwriting files in tsc (f560391), closes angular/angular#21080 #8885

v1.7.0-beta.3

31 Jan 20:39
Compare
Choose a tag to compare
v1.7.0-beta.3 Pre-release
Pre-release

Bug Fixes

  • @angular/cli: account for project root in asset output path (dcbc4b3)
  • @angular/cli: Allow service-workers package to be installed in parent node_modules (555424e), closes #8300
  • @angular/cli: avoid defaulting base-href to an empty string (b17a629)
  • @angular/cli: favor CSS import local files over modules (d18394f)
  • @angular/cli: guard against scripts without a src attribute (5236924)

Features

  • @angular/cli: add scripts plugin webpack 4 support (7c08ab7)
  • @angular/cli: copy safety SW from NPM on SW build (01dadff)
  • @angular/cli: hide error/warning build output stacktraces (3f4f6a8)
  • @angular/cli: optimize stylesheet resource processing (7d0bd99)
  • @angular/cli: support webpack 4 hooks for scripts plugin (317e4c0)
  • @ngtools/webpack: adjust changed file extensions based on usage (3fda890)
  • @ngtools/webpack: support default/namespace import eliding (4848c84)

v1.6.7

31 Jan 20:28
Compare
Choose a tag to compare

Bug Fixes

  • @angular/cli: account for project root in asset output path (7f572db)
  • @angular/cli: Allow service-workers package to be installed in parent node_modules (bd4cdb0), closes #8300
  • @angular/cli: favor CSS import local files over modules (89f6a5c)
  • @angular/cli: guard against scripts without a src attribute (c61e01f)

1.7.0-beta.2

25 Jan 18:37
Compare
Choose a tag to compare
1.7.0-beta.2 Pre-release
Pre-release

Bug Fixes

  • @angular/cli: add karma-cli as dependency when ejecting (b1baa0c)
  • @angular/cli: allow colon separated schematic name in generate (ca8e834)
  • @angular/cli: allow for schema-less schematics to be generated (554908e)
  • @angular/cli: delete node_modules on eject e2e (99d0a31)
  • @angular/cli: eject now remove all hardcoded paths (1b57f12), closes #9335
  • @angular/cli: exclude nodejs built-ins from process.cwd() resolve (f724722)
  • @angular/cli: maintain autoprefixer backward compatibility (62190ab)
  • @angular/cli: only force CommonJS if module kind is ES2015 (9751532)
  • @angular/cli: Remove testing log message. (66a376a)
  • @angular/cli: replaced bullet character due to unwanted beeping sounds on windows systems (aa8b80c)

Features

  • @angular/cli: Add update cmd to update angular versions. (ac9c599)
  • @angular/cli: missing bootstrap code should not error (329b61c)
  • @angular/cli: use cache for build-optimizer (e654fb2)
  • @angular/cli: use cache in uglifyjs-webpack-plugin (62fac41)