Skip to content

Releases: angular/angular-cli

20.3.25

Choose a tag to compare

@dgp1130 dgp1130 released this 29 Apr 21:11
Immutable release. Only release title and notes can be modified.

@angular-devkit/build-angular

Commit Description
fix - 5e01ef40e upgrade postcss to 8.5.12

@angular/ssr

Commit Description
fix - 6686848d9 introduce trustProxyHeaders option to safely validate and sanitize proxy headers

22.0.0-next.6

22.0.0-next.6 Pre-release
Pre-release

Choose a tag to compare

@alan-agius4 alan-agius4 released this 22 Apr 11:47

@schematics/angular

Commit Description
feat - de630c2fc stabilize refactor-jasmine-vitest schematic

@angular/cli

Commit Description
fix - cc30034da dynamically resolve project Angular CLI executable inside MCP tools
fix - ead60d3d5 ignore EBADF file system errors during MCP project scan
fix - 0d984cf1c use headless option in MCP test tool

@angular-devkit/build-angular

Commit Description
fix - 30d8332ed ensure route has leading slash in prerender builder
fix - cf5b49ed7 fix app-shell route format and

@angular/build

Commit Description
feat - 0781f7498 add quiet option to suppress build noise in unit tests
feat - cd2ad3c19 enable chunk optimization by default with heuristics
fix - b85ec6798 allow configuring Access-Control-Allow-Origin via headers option
fix - 59803b12b use rootDir for HMR component updates path resolution
fix - 74e7dbe56 validate V8 coverage support for browsers in Vitest

21.2.8

Choose a tag to compare

@alan-agius4 alan-agius4 released this 22 Apr 11:41

@angular/cli

Commit Description
fix - e91280c05 dynamically resolve project Angular CLI executable inside MCP tools
fix - 01af6741b ignore EBADF file system errors during MCP project scan
fix - f7a3e6ed8 use headless option in MCP test tool

@angular-devkit/build-angular

Commit Description
fix - 00336c037 ensure route has leading slash in prerender builder
fix - e87d302d6 fix app-shell route format and

@angular/build

Commit Description
fix - c93140a54 use rootDir for HMR component updates path resolution
fix - 6df2b1488 validate V8 coverage support for browsers in Vitest

20.3.24

Choose a tag to compare

@clydin clydin released this 15 Apr 20:40

@angular/build

Commit Description
fix - 10c09c77b update esbuild to 0.28.0

22.0.0-next.5

22.0.0-next.5 Pre-release
Pre-release

Choose a tag to compare

@dgp1130 dgp1130 released this 08 Apr 20:11

@angular/cli

Commit Description
fix - 422c8183e handle missing package manager during analytics initialization

@schematics/angular

Commit Description
feat - be60a63b7 add migrate-karma-to-vitest update migration
feat - 43505066e add migration to add istanbul-lib-instrument
fix - 470e1f937 add istanbul-lib-instrument to application/library generator dependencies

@angular/build

Commit Description
feat - 3007f46b7 move istanbul-lib-instrument to optional peer dependency
fix - 829bdc61d preserve coverage ignore comments in development
fix - e2f95fc19 show clear error when styleUrl points to a TypeScript file

Breaking Changes

@angular/build

  • istanbul-lib-instrument is now an optional peer dependency.
    Projects using karma with code coverage enabled will need to ensure that istanbul-lib-instrument is installed. Note: ng update will automatically add this dependency during the update process.

21.2.7

Choose a tag to compare

@dgp1130 dgp1130 released this 08 Apr 18:43

@angular/cli

Commit Description
fix - 971041aa1 handle missing package manager during analytics initialization

@angular/build

Commit Description
fix - 365cce81d preserve coverage ignore comments in development
fix - 9f74660c3 show clear error when styleUrl points to a TypeScript file

20.3.23

Choose a tag to compare

@dgp1130 dgp1130 released this 08 Apr 23:23

@angular/build

Commit Description
fix - ccab02ba0 update vite to 7.3.2

19.2.24

Choose a tag to compare

@dgp1130 dgp1130 released this 08 Apr 21:33

@angular/build

Commit Description
fix - f4595d599 update vite to 6.4.2

22.0.0-next.4

22.0.0-next.4 Pre-release
Pre-release

Choose a tag to compare

@alan-agius4 alan-agius4 released this 01 Apr 13:15

@angular/cli

Commit Description
feat - 87d99e98b support custom port in MCP devserver start tool
fix - 4815a5417 fix sourceRoot resolution for MCP projects tool

@angular/build

Commit Description
fix - 21d8aa474 ensure transitive SCSS partial errors are tracked in watch mode
fix - e558117b7 ensure Vitest mock patching is executed only once
fix - 81e4faae7 preserve error stack traces during prerendering
fix - 8dd341e21 scope CHROME_BIN executable path to individual playwright instances

@angular/ssr

Commit Description
fix - e7e434ca3 allow underscores in host validation
fix - bcd99f944 patch Headers.forEach in cloneRequestAndPatchHeaders

21.2.6

Choose a tag to compare

@alan-agius4 alan-agius4 released this 01 Apr 13:08

@angular/cli

Commit Description
fix - ea14f28cc fix sourceRoot resolution for MCP projects tool

@angular/build

Commit Description
fix - 9136eb376 ensure transitive SCSS partial errors are tracked in watch mode
fix - 8186faa11 ensure Vitest mock patching is executed only once
fix - 107d1a9e2 preserve error stack traces during prerendering
fix - b7f457253 scope CHROME_BIN executable path to individual playwright instances