Angular CLI: 17.0.0-next.7 Release

Release date:
October 4, 2023
Previous version:
17.0.0-next.6 (released September 27, 2023)
Magnitude:
211 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

24 Features Released with 17.0.0-next.7

Top Contributors in 17.0.0-next.7

clydin
alan-agius4
cexbrayat
crisbeto
angular-robot

Directory Browser for 17.0.0-next.7

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

<a name="17.0.0-next.7"></a>

17.0.0-next.7 (2023-10-04)

@schematics/angular

| Commit | Description | | -- | -- | | feat - dc6b6eaf6 | add migration to replace usages of @nguniversal/builders | | fix - 03a1eaf01 | account for new block syntax in starter template | | fix - e516a4bdb | pass ssr option to application schematics | | fix - 419b5c191 | remove baseUrl from tsconfig.json | | fix - 0368b23f2 | use @types/node v18 |

@angular-devkit/build-angular

| Commit | Description | | -- | -- | | feat - fd62a9315 | support i18n with service worker and app-shell with esbuild builders | | feat - 5898f72a9 | support namedChunks option in application builder | | fix - 2d2e79921 | clean up internal Angular state during rendering SSR | | fix - 83020fc32 | clear diagnostic cache when external templates change with esbuild builders | | fix - 26456b93d | do not print Angular is running in development mode. in the server console when using dev-server | | fix - 0c20cc4dc | re-add TestBed compileComponents in schematics to support defer block testing |

@angular/ssr

| Commit | Description | | -- | -- | | feat - dcf3fddff | add performance profiler to CommonEngine |