Skip to content

Releases: angular/angular-cli

v16.2.4

27 Sep 10:32
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
v17.0.0-next.2 Pre-release
Pre-release

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

v17.0.0-next.1

06 Sep 18:09
Compare
Choose a tag to compare
v17.0.0-next.1 Pre-release
Pre-release

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

@angular-devkit/build-angular

Commit Description
fix - 6b08efa6f account for arrow function IIFE
fix - 188a00f3e elide setClassMetadataAsync calls

@angular-devkit/schematics

Commit Description
refactor - f600bbc97 remove deprecated runExternalSchematicAsync and runSchematicAsync

@ngtools/webpack

Commit Description
fix - 4fe03266a account for arrow function IIFE
fix - 89f21ac8c remove setClassMetadataAsync calls

Breaking Changes

@angular-devkit/schematics

  • deprecated runExternalSchematicAsync and runSchematicAsync methods have been removed in favor of runExternalSchematic and runSchematic.

v17.0.0-next.0

30 Aug 16:55
Compare
Choose a tag to compare
v17.0.0-next.0 Pre-release
Pre-release

Release notes are too large to be captured here. View all changes here.

v16.2.1

30 Aug 15:56
Compare
Choose a tag to compare

16.2.1 (2023-08-30)

@angular-devkit/build-angular

Commit Description
fix - 221ab2483 display warning when using resourcesOutputPath with esbuild builder
fix - fe752ad87 encode Sass package resolve directories in importer URLs
fix - 82b0f94fd handle HMR updates of global CSS when using Vite
fix - 6a48a11b8 update vite to be able to serve app-shell and SSG pages
fix - fdb16f7cd use correct type for extraEntryPoints