The Wayback Machine - https://web.archive.org/web/20220324074226/https://github.com/angular/angular-cli/releases
Skip to content
Compare
Choose a tag to compare

v14.0.0-next.6

Pre-release
Pre-release

14.0.0-next.6 (2022-03-16)

Breaking Changes

@angular/cli

  • Several changes to the ng analytics command syntax.

  • ng analytics project <setting> has been replaced with ng analytics <setting>

  • ng analytics <setting> has been replaced with ng analytics <setting> --global

  • Support for TypeScript 4.4 and 4.5 has been removed. Please update to TypeScript 4.6.

@angular-devkit/build-angular

  • NG_BUILD_CACHE environment variable has been removed. cli.cache in the workspace configuration should be used instead.

@schematics/angular

Commit Description
fix - c927c038b remove @types/node from new projects

@angular/cli

Commit Description
feat - afafa5788 add --global option to ng analytics command
feat - bb550436a add ng analytics info command
feat - 7ab22ed40 add disable/enable aliases for off/on ng analytics command
feat - 7fa3e6587 support TypeScript 4.6.2
fix - 9edeb8614 add long description to ng update
fix - a49cdfbfe don't prompt for analytics when running ng analytics
fix - 054ae02c2 favor project in cwd when running architect commands
fix - 96a0d92da remove JSON serialized description from help output
fix - ca401255f sort commands in help output

@angular-devkit/build-angular

Commit Description
refactor - b8564a638 remove deprecated NG_BUILD_CACHE environment variable

Special Thanks

Alan Agius, Charles Lyding, Doug Parker and Joey Perrott

Compare
Choose a tag to compare

13.3.0 (2022-03-16)

@angular/cli

Commit Description
feat - c995ed5e8 support TypeScript 4.6

Special Thanks

Alan Agius and Doug Parker

Compare
Choose a tag to compare

v14.0.0-next.5

Pre-release
Pre-release

14.0.0-next.5 (2022-03-09)

Breaking Changes

@angular/cli

  • Support for Node.js v12 has been removed as it will become EOL on 2022-04-30. Please use Node.js v14.15 or later.

  • Several changes in the Angular CLI commands and arguments handling:

    • ng help has been removed in favour of the —-help option.
    • ng —-version has been removed in favour of ng version and ng v.
    • Deprecated camel cased arguments are no longer supported. Ex. using —-sourceMap instead of —-source-map will result in an error.
    • ng update, —-migrate-only option no longer accepts a string of migration name, instead use —-migrate-only -—name <migration-name>.
    • —-help json help has been removed.

@angular/cli

Commit Description
feat - 4ebfe0341 drop support for Node.js 12
refactor - 2e0493130 replace command line arguments parser

@angular-devkit/build-angular

Commit Description
fix - e28c71597 ignore css only chunks during naming

Special Thanks

Alan Agius

Compare
Choose a tag to compare

13.2.6 (2022-03-09)

@angular-devkit/build-angular

Commit Description
fix - 90a5531b1 ignore css only chunks during naming

Special Thanks

Alan Agius, Charles Lyding and Daniele Maltese

Compare
Choose a tag to compare

14.0.0-next.4

Pre-release
Pre-release

14.0.0-next.4 (2022-03-03)

Breaking Changes

@angular-devkit/architect-cli

  • camel case arguments are no longer allowed.

@angular-devkit/schematics-cli

  • camel case arguments are no longer allowed.

@angular-devkit/schematics-cli

Commit Description
refactor - 5330d52ae replace parser with yargs-parser

@angular-devkit/architect-cli

Commit Description
refactor - c7556b62b replace parser with yargs-parser

Special Thanks

Alan Agius, Charles Lyding and Daniele Maltese

Compare
Choose a tag to compare

v14.0.0-next.3

Pre-release
Pre-release

14.0.0-next.3 (2022-02-23)

@angular-devkit/build-angular

Commit Description
fix - de1429308 don't rename blocks which have a name

Special Thanks

Alan Agius, Charles Lyding, Doug Parker and Paul Gschwendtner

Compare
Choose a tag to compare

13.2.5 (2022-02-23)

@angular-devkit/build-angular

Commit Description
fix - acf1e5e4a don't rename blocks which have a name
fix - 7a493979c update terser to 5.11.0

Special Thanks

Alan Agius and Paul Gschwendtner

Compare
Choose a tag to compare

v14.0.0-next.2

Pre-release
Pre-release

14.0.0-next.2 (2022-02-17)

Breaking Changes

@angular/cli

  • Deprecated ng x18n and ng i18n-extract commands have been removed in favor of ng extract-i18n.

@angular/cli

Commit Description
refactor - b69ca3a7d remove deprecated command aliases for extract-i18n.

@angular-devkit/build-angular

Commit Description
fix - fafbbeab6 update license-webpack-plugin to 4.0.2

Special Thanks

Alan Agius, Anner Visser, Charles Lyding and Joey Perrott

Compare
Choose a tag to compare

13.2.4 (2022-02-17)

@angular-devkit/build-angular

Commit Description
fix - 48c655ac9 update esbuild to 0.14.22
fix - c0736ea0b update license-webpack-plugin to 4.0.2

Special Thanks

Alan Agius, Anner Visser and Charles Lyding

Compare
Choose a tag to compare

v14.0.0-next.1

Pre-release
Pre-release

14.0.0-next.1 (2022-02-09)

@angular/cli

Commit Description
feat - 9e69331fa use PNPM as package manager when pnpm-lock.yaml exists

@angular-devkit/build-angular

Commit Description
fix - 7ce50002a block Karma from starting until build is complete

@ngtools/webpack

Commit Description
fix - 966dd01ea support locating PNPM lock file during NGCC processing

Special Thanks

Alan Agius, Derek Cormier, Doug Parker and Joey Perrott