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 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