File tree Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 1+ <a name =" 14.0.0-next.5 " ></a >
2+
3+ # 14.0.0-next.5 (2022-03-09)
4+
5+ ## Breaking Changes
6+
7+ ### @angular/cli
8+
9+ - 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.
10+
11+ - Several changes in the Angular CLI commands and arguments handling.
12+
13+ - ` ng help ` has been removed in favour of the ` —-help ` option.
14+ - ` ng —-version ` has been removed in favour of ` ng version ` and ` ng v ` .
15+ - Deprecated camel cased arguments are no longer supported. Ex. using ` —-sourceMap ` instead of ` —-source-map ` will result in an error.
16+ - ` ng update ` , ` —-migrate-only ` option no longer accepts a string of migration name, instead use ` —-migrate-only -—name <migration-name> ` .
17+ - ` —-help json ` help has been removed.
18+
19+ ### @angular/cli
20+
21+ | Commit | Type | Description |
22+ | --------------------------------------------------------------------------------------------------- | -------- | ------------------------------------- |
23+ | [ 4ebfe0341] ( https://github.com/angular/angular-cli/commit/4ebfe03415ebe4e8f1625286d1be8bd1b54d3862 ) | feat | drop support for Node.js 12 |
24+ | [ 2e0493130] ( https://github.com/angular/angular-cli/commit/2e0493130acfe7244f7ee3ef28c961b1b04d7722 ) | refactor | replace command line arguments parser |
25+
26+ ### @angular-devkit/build-angular
27+
28+ | Commit | Type | Description |
29+ | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------ |
30+ | [ e28c71597] ( https://github.com/angular/angular-cli/commit/e28c7159725a6d23b218dc6e0f317fc6123173f7 ) | fix | ignore css only chunks during naming |
31+
32+ ## Special Thanks
33+
34+ Alan Agius
35+
36+ <!-- CHANGELOG SPLIT MARKER -->
37+
138<a name =" 14.0.0-next.4 " ></a >
239
340# 14.0.0-next.4 (2022-03-02)
Original file line number Diff line number Diff line change 11{
22 "name" : " @angular/devkit-repo" ,
3- "version" : " 14.0.0-next.4 " ,
3+ "version" : " 14.0.0-next.5 " ,
44 "private" : true ,
55 "description" : " Software Development Kit for Angular" ,
66 "bin" : {
You can’t perform that action at this time.
0 commit comments