Skip to content

Releases: angular/angular-cli

v11.2.19

31 Mar 00:18

Choose a tag to compare

11.2.19 (2022-03-30)

@angular-devkit/architect-cli

Commit Description
fix - 75caa1143 update minimist to 1.2.6

@angular-devkit/schematics-cli

Commit Description
fix - 80d479e9f update minimist to 1.2.6

@angular-devkit/benchmark

Commit Description
fix - f61cd1a79 update minimist to 1.2.6

Special Thanks

Alan Agius and Doug Parker

v14.0.0-next.6

16 Mar 20:50

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

v13.3.0

16 Mar 19:53

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

v14.0.0-next.5

09 Mar 21:38

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

v13.2.6

09 Mar 22:10

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

14.0.0-next.4

03 Mar 16:03

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

v14.0.0-next.3

23 Feb 20:59

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

v13.2.5

23 Feb 19:56

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

v14.0.0-next.2

18 Feb 01:36

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

v13.2.4

17 Feb 23:28

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