Angular CLI: 20.0.0-next.2 Release

Release date:
March 19, 2025
Previous version:
20.0.0-next.1 (released March 13, 2025)
Magnitude:
399 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

36 Features Released with 20.0.0-next.2

Top Contributors in 20.0.0-next.2

clydin
alan-agius4
angular-robot
devversion

Directory Browser for 20.0.0-next.2

All files are compared to previous version, 20.0.0-next.1. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

@schematics/angular

| Commit | Description | | -- | -- | | feat - 26fd4ea73 | add migrations for server rendering updates | | feat - 18e13e2ce | remove --server-routing option | | fix - 86d241629 | add @angular/ssr dependency only when provideServerRendering import has been updated | | fix - da6ef626f | ensure app-shell schematic consistently uses withAppShell | | fix - f126f8d34 | ensure module discovery checks for an NgModule decorator | | fix - 23fc8e1e1 | generate components without a .component extension/type | | fix - 8d715fa94 | generate directives without a .directive extension/type | | fix - bc0f07b48 | generate services without a .service extension/type | | fix - c0de72317 | replace @angular/platform-browser-dynamic with @angular/platform-browser |

@angular/build

| Commit | Description | | -- | -- | | feat - f4be83119 | Support Sass package importers | | fix - cb2ab43ab | ensure errors for missing component resources | | fix - f780e8beb | ensure relative karma stack traces for test failures |

@angular/ssr

| Commit | Description | | -- | -- | | feat - 33b9de3eb | expose provideServerRendering and remove provideServerRouting | | feat - cdfc50c29 | stabilize AngularNodeAppEngine, AngularAppEngine, and provideServerRouting APIs |

Breaking Changes

@schematics/angular

  • --server-routing option has been removed from several schematics. Server routing will be used when using the application builder.