yarn @angular/cli 14.0.0-next.5
v14.0.0-next.5

latest releases: 18.1.0-rc.1, 18.0.7, 18.1.0-rc.0...
2 years ago

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

Don't miss a new cli release

NewReleases is sending notifications on new releases.