Skip to content

Releases: angular/angular-cli

20.1.3

24 Jul 19:53
Compare
Choose a tag to compare

@angular/build

Commit Description
fix - ea5cd0e81 update vite to 7.0.6

20.2.0-next.1

23 Jul 22:57
Compare
Choose a tag to compare
20.2.0-next.1 Pre-release
Pre-release

@angular/cli

Commit Description
fix - fefa7a46f define option is being included multiple times in the JSON help

@angular-devkit/core

Commit Description
fix - 7595e1f88 use crypto.randomUUID instead of Date.now for unique string in tmp file names

@angular/build

Commit Description
feat - fb06bb505 add headless mode for vitest browser mode

20.1.2

23 Jul 17:13
Compare
Choose a tag to compare

@angular/cli

Commit Description
fix - 96785224f define option is being included multiple times in the JSON help

@angular-devkit/core

Commit Description
fix - 0d0040bdf use crypto.randomUUID instead of Date.now for unique string in tmp file names

20.2.0-next.0

16 Jul 23:05
Compare
Choose a tag to compare
20.2.0-next.0 Pre-release
Pre-release
release: cut the v20.2.0-next.0 release

20.1.1

16 Jul 21:12
Compare
Choose a tag to compare

@angular/build

Commit Description
fix - 541b33f8d emit a warning when outputHashing is set to all or bundles when HMR is enabled
fix - 558a0fe92 normalize code coverage include paths to POSIX

20.1.0

09 Jul 22:37
Compare
Choose a tag to compare

@schematics/angular

Commit Description
feat - 1c19e0dcd use signal in app component

@angular/cli

Commit Description
feat - dc45c186e add initial MCP server implementation

@angular-devkit/build-angular

Commit Description
feat - 49a09737d provide partial custom postcss configuration support

@angular/build

Commit Description
feat - 1159cf081 add code coverage reporters option for unit-test
feat - 8f305ef0b add dataurl, base64 loaders
fix - adfeee0a4 adjust coverage includes/excludes for unit-test vitest runner
fix - c19cd2985 coverage reporter option
fix - 8879716ca expose unit test and karma builder API
fix - a415a4999 improve default coverage reporter handling for vitest
fix - e0de8680d inject zone.js/testing before karma builder execution
fix - 2672f6ec1 json and json-summary as vitest coverage reporters
fix - b67fdfd6b resolve "Controller is already closed" error in Karma
fix - 2784883ec support extra test setup files with unit-test vitest runner
fix - f177f5508 support injecting global styles into vitest unit-tests
fix - 130c65014 use an empty array as default value for vitest exclude
fix - 917af12ae use date/time based output path for vitest unit-test

@angular/ssr

Commit Description
fix - 21b5852f1 ensure loadChildren runs in correct injection context during route extraction

20.0.6

09 Jul 15:41
Compare
Choose a tag to compare

@schematics/angular

Commit Description
fix - 5542445d3 remove constructor from service template

@angular/build

Commit Description
fix - 0836ad28f correctly remap Angular diagnostics
fix - c475e546b exclude @vitest/browser/context from esbuild bundling
fix - 1a2da161e failed to proxy error for assets

20.1.0-rc.0

01 Jul 22:11
Compare
Choose a tag to compare
20.1.0-rc.0 Pre-release
Pre-release

@angular-devkit/build-angular

Commit Description
fix - f1d41b069 remove unused @vitejs/plugin-basic-ssl dependency

@angular/build

Commit Description
fix - 73f57f3c9 proxy karma request from / to /base

20.0.5

01 Jul 21:23
Compare
Choose a tag to compare

@angular-devkit/build-angular

Commit Description
fix - 1ebd53df7 remove unused @vitejs/plugin-basic-ssl dependency

@angular/build

Commit Description
fix - 05cebdbcd proxy karma request from / to /base

20.1.0-next.3

25 Jun 17:55
Compare
Choose a tag to compare
20.1.0-next.3 Pre-release
Pre-release

@schematics/angular

Commit Description
fix - 4221a33cc add missing prettier config

@angular/cli

Commit Description
feat - dc45c186e add initial MCP server implementation

@angular-devkit/build-angular

Commit Description
feat - 49a09737d provide partial custom postcss configuration support

@angular/build

Commit Description
fix - adfeee0a4 adjust coverage includes/excludes for unit-test vitest runner
fix - e0de8680d inject zone.js/testing before karma builder execution

@angular/ssr

Commit Description
fix - 861a61a3b avoid preloading unnecessary dynamic bundles
fix - 21b5852f1 ensure loadChildren runs in correct injection context during route extraction
fix - 1c5bd2ef2 ensure correct referer header handling in web request conversion