Releases: angular/angular-cli
Releases Β· angular/angular-cli
v11.2.19
v14.0.0-next.6
14.0.0-next.6 (2022-03-16)
Breaking Changes
@angular/cli
-
Several changes to the
ng analyticscommand syntax. -
ng analytics project <setting>has been replaced withng analytics <setting> -
ng analytics <setting>has been replaced withng 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_CACHEenvironment variable has been removed.cli.cachein the workspace configuration should be used instead.
@schematics/angular
| Commit | Description |
|---|---|
remove @types/node from new projects |
@angular/cli
@angular-devkit/build-angular
| Commit | Description |
|---|---|
remove deprecated NG_BUILD_CACHE environment variable |
Special Thanks
Alan Agius, Charles Lyding, Doug Parker and Joey Perrott
v13.3.0
v14.0.0-next.5
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 helphas been removed in favour of theβ-helpoption.ng β-versionhas been removed in favour ofng versionandng v.- Deprecated camel cased arguments are no longer supported. Ex. using
β-sourceMapinstead ofβ-source-mapwill result in an error. ng update,β-migrate-onlyoption no longer accepts a string of migration name, instead useβ-migrate-only -βname <migration-name>.β-help jsonhelp has been removed.
@angular/cli
| Commit | Description |
|---|---|
| drop support for Node.js 12 | |
| replace command line arguments parser |
@angular-devkit/build-angular
| Commit | Description |
|---|---|
| ignore css only chunks during naming |
Special Thanks
Alan Agius
v13.2.6
14.0.0-next.4
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 |
|---|---|
| replace parser with yargs-parser |
@angular-devkit/architect-cli
| Commit | Description |
|---|---|
| replace parser with yargs-parser |
Special Thanks
Alan Agius, Charles Lyding and Daniele Maltese
v14.0.0-next.3
v13.2.5
v14.0.0-next.2
14.0.0-next.2 (2022-02-17)
Breaking Changes
@angular/cli
- Deprecated
ng x18nandng i18n-extractcommands have been removed in favor ofng extract-i18n.
@angular/cli
| Commit | Description |
|---|---|
remove deprecated command aliases for extract-i18n. |
@angular-devkit/build-angular
| Commit | Description |
|---|---|
| update license-webpack-plugin to 4.0.2 |
Special Thanks
Alan Agius, Anner Visser, Charles Lyding and Joey Perrott