Skip to content

Releases: angular/angular-cli

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

20.0.4

25 Jun 16:51
Compare
Choose a tag to compare

@schematics/angular

Commit Description
fix - 2316fe29d add missing prettier config

@angular/ssr

Commit Description
fix - 309742289 avoid preloading unnecessary dynamic bundles
fix - 82691b98f ensure correct referer header handling in web request conversion

20.1.0-next.2

18 Jun 08:48
Compare
Choose a tag to compare
20.1.0-next.2 Pre-release
Pre-release

@schematics/angular

Commit Description
fix - c43711177 include main.server.ts in tsconfig.files when present
fix - 4be58ee8c reset module typeSeparator when generating applications

@angular/build

Commit Description
fix - c19cd2985 coverage reporter option
fix - 049e6886f include custom bundle name scripts with karma
fix - 1d76d0ee5 increase worker idle timeout
fix - 2672f6ec1 json and json-summary as vitest coverage reporters
fix - 60a16a82a set scripts option output as classic script for karma
fix - 130c65014 use an empty array as default value for vitest exclude

20.0.3

18 Jun 08:39
Compare
Choose a tag to compare

@schematics/angular

Commit Description
fix - e90a808c0 include main.server.ts in tsconfig.files when present
fix - 5c48b8e0a reset module typeSeparator when generating applications

@angular/build

Commit Description
fix - 56f426e25 include custom bundle name scripts with karma
fix - dfe3a8b73 increase worker idle timeout
fix - e6d27bd5e set scripts option output as classic script for karma

20.1.0-next.1

11 Jun 23:17
Compare
Choose a tag to compare
20.1.0-next.1 Pre-release
Pre-release

@schematics/angular

Commit Description
feat - 1c19e0dcd use signal in app component
fix - 42f45a39e add less as a devDependency when selected as the style preprocessor

@angular/build

Commit Description
fix - e36cbba11 do not consider internal Angular files as external imports
fix - a415a4999 improve default coverage reporter handling for vitest
fix - f177f5508 support injecting global styles into vitest unit-tests
fix - 917af12ae use date/time based output path for vitest unit-test

20.0.2

11 Jun 14:58
Compare
Choose a tag to compare

@schematics/angular

Commit Description
fix - bf64a0f2d add less as a devDependency when selected as the style preprocessor
fix - cb258a3e1 correctly detect modules using new file extension format

@angular/build

Commit Description
fix - 424f1cbbf do not consider internal Angular files as external imports

19.2.15

11 Jun 14:15
Compare
Choose a tag to compare

@angular-devkit/build-angular

Commit Description
fix - b120e1411 update dependency webpack-dev-server to v5.2.2

18.2.20

11 Jun 13:28
Compare
Choose a tag to compare
release: cut the v18.2.20 release

20.1.0-next.0

05 Jun 17:11
Compare
Choose a tag to compare
20.1.0-next.0 Pre-release
Pre-release

@schematics/angular

Commit Description
fix - 0b7d48c7c correctly detect modules using new file extension format

@angular/build

Commit Description
feat - 1159cf081 add code coverage reporters option for unit-test
feat - 8f305ef0b add dataurl, base64 loaders

20.0.1

04 Jun 18:00
Compare
Choose a tag to compare

@schematics/angular

Commit Description
fix - 525ddcbd2 only overwrite JSON file if actually changed
fix - 83c820e5a remove karma config devkit package usages during application migration
fix - 87266b38a skip zone.js dependency for zoneless applications

@angular/cli

Commit Description
fix - 0883248cb improve Node.js version check and error messages

@angular/build

Commit Description
fix - e5efdc577 also disable outputMode in vitest unit-tests
fix - 5814393db resolve junit karma reporter output to workspace root