Skip to content

Commit 425984e

Browse files
committed
release: cut the v14.0.0-next.5 release
1 parent a6d78a9 commit 425984e

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)