|
| 1 | +<a name="20.0.0-next.0"></a> |
| 2 | + |
| 3 | +# 20.0.0-next.0 (2025-03-05) |
| 4 | + |
| 5 | +## Breaking Changes |
| 6 | + |
| 7 | +### @angular/cli |
| 8 | + |
| 9 | +- Node.js v18 is no longer supported with Angular. |
| 10 | + |
| 11 | + Before updating a project to Angular v20, the Node.js version must be |
| 12 | + at least 20.11.1. For the full list of supported Node.js versions, |
| 13 | + see https://angular.dev/reference/versions. |
| 14 | + |
| 15 | +### @angular-devkit/schematics |
| 16 | + |
| 17 | +- The `NodePackageLinkTask` has been removed without a replacement. Create a custom task if needed. |
| 18 | + |
| 19 | + Note: This does not affect application developers. |
| 20 | + |
| 21 | +### @schematics/angular |
| 22 | + |
| 23 | +| Commit | Type | Description | |
| 24 | +| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------- | |
| 25 | +| [093c5a315](https://github.com/angular/angular-cli/commit/093c5a3152c4282d4afb51df40945283cc94d281) | feat | directly use `@angular/build` in new projects | |
| 26 | + |
| 27 | +### @angular/cli |
| 28 | + |
| 29 | +| Commit | Type | Description | |
| 30 | +| --------------------------------------------------------------------------------------------------- | ---- | -------------------------- | |
| 31 | +| [5e90c1b4e](https://github.com/angular/angular-cli/commit/5e90c1b4ec3f1d05ad00f2f854347a5bf8cb0860) | fix | remove Node.js v18 support | |
| 32 | + |
| 33 | +### @angular-devkit/schematics |
| 34 | + |
| 35 | +| Commit | Type | Description | |
| 36 | +| --------------------------------------------------------------------------------------------------- | -------- | --------------------------------------- | |
| 37 | +| [e6be37601](https://github.com/angular/angular-cli/commit/e6be37601d57f884a1ddf2cc1ddecf51819b9f51) | refactor | remove deprecated `NodePackageLinkTask` | |
| 38 | + |
| 39 | +### @angular/build |
| 40 | + |
| 41 | +| Commit | Type | Description | |
| 42 | +| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------- | |
| 43 | +| [c8c73185a](https://github.com/angular/angular-cli/commit/c8c73185a66c7c7825e30f7fcedbaacc9ca1c593) | fix | ensure matching coverage excludes with karma on Windows | |
| 44 | + |
| 45 | +### @angular/ssr |
| 46 | + |
| 47 | +| Commit | Type | Description | |
| 48 | +| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ | |
| 49 | +| [280693231](https://github.com/angular/angular-cli/commit/280693231e143aa09f841e3179317573a3576545) | perf | optimize response times by introducing header flushing | |
| 50 | + |
| 51 | +<!-- CHANGELOG SPLIT MARKER --> |
| 52 | + |
1 | 53 | <a name="19.2.1"></a>
|
2 | 54 |
|
3 | 55 | # 19.2.1 (2025-03-05)
|
|
0 commit comments