Skip to content

Releases: angular/angular-cli

v17.0.0-next.7

04 Oct 23:46

Choose a tag to compare

v17.0.0-next.7 Pre-release
Pre-release

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

v16.2.5

04 Oct 21:56

Choose a tag to compare

16.2.5 (2023-10-04)

@angular-devkit/build-angular

Commit Description
fix - 933358186 do not print Angular is running in development mode. in the server console when using dev-server
fix - 493bd3906 update dependency postcss to v8.4.31

v17.0.0-next.6

27 Sep 10:41

Choose a tag to compare

v17.0.0-next.6 Pre-release
Pre-release

17.0.0-next.6 (2023-09-27)

@angular/cli

Commit Description
fix - f4e7fa873 add @angular/ssr as part of the ng update packageGroup

@schematics/angular

Commit Description
feat - 741cca73c add ng new --ssr
feat - 6979eba3c enable hydration when adding SSR, SSG or AppShell
feat - ac0db6697 enable standalone by default in new applications
feat - a189962a5 generate functional interceptors by default
fix - a23a1acab update @angular/cli version specifier to use ^

@angular-devkit/build-angular

Commit Description
feat - 8bce80b91 initial support for application Web Worker discovery with esbuild
feat - c3a87a60e support basic web worker bundling with esbuild builders
feat - c5f3ec71f support i18n inlining with esbuild-based builder
fix - 4e89c3cae use a dash in bundle names
perf - 61f409cbe disable ahead of time prerendering in vite dev-server

@angular/ssr

Commit Description
fix - 8d033841d enable prerender and ssr for all build configuration

Breaking Changes

@schematics/angular

  • ng g interceptor now generate a functional interceptor by default. or guard by default. To generate a class-based interceptor the --no-functional command flag should be used.

v16.2.4

27 Sep 10:32

Choose a tag to compare

16.2.4 (2023-09-27)

@schematics/angular

Commit Description
fix - 5dc7fb1a1 update @angular/cli version specifier to use ^

v17.0.0-next.5

20 Sep 22:48

Choose a tag to compare

v17.0.0-next.5 Pre-release
Pre-release

17.0.0-next.5 (2023-09-20)

Commit Description
refactor - 1c00fd3fe drop support for older TypeScript versions

@angular-devkit/build-angular

Commit Description
feat - 8168ae2a8 apply global CSS updates without a live-reload when using vite
feat - 8f9a0d70c support standalone apps route discovery during prerendering
fix - c8909406a correctly re-point RXJS to ESM on Windows
fix - 48963fc17 several windows fixes to application builder prerendering

@ngtools/webpack

Commit Description
fix - 9291ddab8 fix recursion in webpack resolve

Breaking Changes

  • Versions of TypeScript older than 5.2 are no longer supported.

v16.2.3

20 Sep 12:14

Choose a tag to compare

16.2.3 (2023-09-20)

@angular-devkit/build-angular

Commit Description
fix - 39643bee1 correctly re-point RXJS to ESM on Windows
fix - d8d116b31 several windows fixes to application builder prerendering

@ngtools/webpack

Commit Description
fix - f1195d035 fix recursion in webpack resolve

v17.0.0-next.4

13 Sep 16:01

Choose a tag to compare

v17.0.0-next.4 Pre-release
Pre-release

17.0.0-next.4 (2023-09-13)

@schematics/angular

Commit Description
feat - 1a6a139aa enable routing by default for new applications
feat - 3f8aa9d8c update ng new to use the esbuild application builder based builder

@angular-devkit/build-angular

Commit Description
fix - 2f299fc7b account for styles specified as string literals and styleUrl
fix - e41e2015b avoid spawning workers when there are no routes to prerender
fix - c11a0f0d3 support custom index option paths in Vite-based dev server
fix - 7d3fd226c support dev server proxy pathRewrite field in Vite-based server
perf - 4b67d2afd use single JS transformer instance during dev-server prebundling

@ngtools/webpack

Commit Description
feat - f43754570 add automated preconnects for image domains
fix - 828030da0 account for styles specified as string literals and styleUrl

Breaking Changes

@schematics/angular

  • Routing is enabled by default for new applications when using ng generate application and ng new. The --no-routing command line option can be used to disable this behaviour.
  • rootModuleClassName, rootModuleFileName and main options have been removed from the public pwa and app-shell schematics.

v16.2.2

13 Sep 14:31

Choose a tag to compare

16.2.2 (2023-09-13)

@angular-devkit/build-angular

Commit Description
fix - e3a40a49a support dev server proxy pathRewrite field in Vite-based server

v17.0.0-next.3

07 Sep 17:52

Choose a tag to compare

v17.0.0-next.3 Pre-release
Pre-release

17.0.0-next.3 (2023-09-07)

v17.0.0-next.2

06 Sep 22:38

Choose a tag to compare

v17.0.0-next.2 Pre-release
Pre-release

17.0.0-next.2 (2023-09-06)