|
| 1 | +<a name="20.0.0-next.2"></a> |
| 2 | + |
| 3 | +# 20.0.0-next.2 (2025-03-19) |
| 4 | + |
| 5 | +## Breaking Changes |
| 6 | + |
| 7 | +### @schematics/angular |
| 8 | + |
| 9 | +- `--server-routing` option has been removed from several schematics. Server routing will be used when using the application builder. |
| 10 | + |
| 11 | +### @schematics/angular |
| 12 | + |
| 13 | +| Commit | Type | Description | |
| 14 | +| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------------------------- | |
| 15 | +| [26fd4ea73](https://github.com/angular/angular-cli/commit/26fd4ea73ad2a0148ae587d582134c68a0bf4b86) | feat | add migrations for server rendering updates | |
| 16 | +| [18e13e2ce](https://github.com/angular/angular-cli/commit/18e13e2ceed931d29aa5582980c7d6d1f66c9787) | feat | remove `--server-routing` option | |
| 17 | +| [86d241629](https://github.com/angular/angular-cli/commit/86d241629ff51f0bb5988e81cac8658b01704d49) | fix | add `@angular/ssr` dependency only when `provideServerRendering` import has been updated | |
| 18 | +| [da6ef626f](https://github.com/angular/angular-cli/commit/da6ef626f960b187a7862f0caa3d8aed38224ac2) | fix | ensure app-shell schematic consistently uses `withAppShell` | |
| 19 | +| [f126f8d34](https://github.com/angular/angular-cli/commit/f126f8d34b087dd3a916dfb93cd255aac4d6c309) | fix | ensure module discovery checks for an NgModule decorator | |
| 20 | +| [23fc8e1e1](https://github.com/angular/angular-cli/commit/23fc8e1e176f23442876b086bff52dd5f35abbc0) | fix | generate components without a `.component` extension/type | |
| 21 | +| [8d715fa94](https://github.com/angular/angular-cli/commit/8d715fa948d432b18d06bcf42eed3a7681383523) | fix | generate directives without a .directive extension/type | |
| 22 | +| [bc0f07b48](https://github.com/angular/angular-cli/commit/bc0f07b484300848ee81c5719c58909b40f99deb) | fix | generate services without a .service extension/type | |
| 23 | +| [c0de72317](https://github.com/angular/angular-cli/commit/c0de723173549f62a524b6e6c58c6d80c8054581) | fix | replace `@angular/platform-browser-dynamic` with `@angular/platform-browser` | |
| 24 | + |
| 25 | +### @angular/build |
| 26 | + |
| 27 | +| Commit | Type | Description | |
| 28 | +| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------- | |
| 29 | +| [f4be83119](https://github.com/angular/angular-cli/commit/f4be831197010a17394264bc74b1eb385ba95028) | feat | Support Sass package importers | |
| 30 | +| [cb2ab43ab](https://github.com/angular/angular-cli/commit/cb2ab43abcf0e3c1a2cc584a326e1eea5eede7a8) | fix | ensure errors for missing component resources | |
| 31 | +| [f780e8beb](https://github.com/angular/angular-cli/commit/f780e8beb3ccea27ef0442d1d3814ec2a668057d) | fix | ensure relative karma stack traces for test failures | |
| 32 | + |
| 33 | +### @angular/ssr |
| 34 | + |
| 35 | +| Commit | Type | Description | |
| 36 | +| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------- | |
| 37 | +| [33b9de3eb](https://github.com/angular/angular-cli/commit/33b9de3eb1fa596a4d5a975d05275739f2f7b8ae) | feat | expose `provideServerRendering` and remove `provideServerRouting` | |
| 38 | +| [cdfc50c29](https://github.com/angular/angular-cli/commit/cdfc50c29a2aa6f32d172b505a0ef09e563dfc59) | feat | stabilize `AngularNodeAppEngine`, `AngularAppEngine`, and `provideServerRouting` APIs | |
| 39 | + |
| 40 | +<!-- CHANGELOG SPLIT MARKER --> |
| 41 | + |
1 | 42 | <a name="19.2.4"></a>
|
2 | 43 |
|
3 | 44 | # 19.2.4 (2025-03-19)
|
|
0 commit comments