Skip to content

Releases: angular/angular-cli

20.0.0-rc.0

07 May 20:00
Compare
Choose a tag to compare
20.0.0-rc.0 Pre-release
Pre-release

@schematics/angular

Commit Description
fix - 901ab60d9 remove explicit index option from new applications

@angular/cli

Commit Description
fix - e513cd4aa add Node.js 24 as supported version

@angular-devkit/build-angular

Commit Description
fix - 635999d4e correctly set i18n subPath in webpack browser builder

@angular/build

Commit Description
fix - f36a27272 allow a default application browser option
fix - f42f5c14c allow component HMR for templates with i18n
fix - ffaf8aa19 avoid attempting to watch bundler internal files
fix - ba844ae16 avoid internal karma request cache for assets
fix - 7bb1f8747 enable unit-test reporters option
fix - 1cd65a08d perform testing module cleanup when using Vitest
perf - 22ba07444 fix unnecessary esbuild rebuilds

@angular/pwa

Commit Description
fix - fa0a06f9f support using default index option when not present

19.2.11

07 May 10:44
Compare
Choose a tag to compare

@angular-devkit/build-angular

Commit Description
fix - 9eaf34405 correctly set i18n subPath in webpack browser builder

@angular/build

Commit Description
fix - cba66a85c avoid attempting to watch bundler internal files
fix - 009fc3776 avoid internal karma request cache for assets
perf - b43da3949 fix unnecessary esbuild rebuilds

20.0.0-next.9

30 Apr 21:03
Compare
Choose a tag to compare
20.0.0-next.9 Pre-release
Pre-release

@schematics/angular

Commit Description
feat - 5876577af Add prompt for new apps to be zoneless
fix - c557a19ef avoid empty polyfill option for new zoneless application
fix - 148498c2b Remove experimental from zoneless
fix - 0f7dc2cd8 skip spec project reference for minimal ng new

@angular/build

Commit Description
feat - d6ea6b09f add experimental vitest browser support to unit-testing
fix - 05485ede7 ensure com.chrome.devtools.json is consistently served after initial run

@angular/ssr

Commit Description
fix - 2d11e8e45 return 302 when redirectTo is a function

19.2.10

30 Apr 16:16
Compare
Choose a tag to compare

@angular/build

Commit Description
fix - 067f1cba0 update vite to 6.2.7

17.3.17

30 Apr 15:49
Compare
Choose a tag to compare

@angular-devkit/build-angular

Commit Description
fix - 743d85bac update http-proxy-middleware to v2.0.8

20.0.0-next.8

23 Apr 13:55
Compare
Choose a tag to compare
20.0.0-next.8 Pre-release
Pre-release

@schematics/angular

Commit Description
feat - 0ab1ddf63 generate libraries using TypeScript project references

@angular/build

Commit Description
feat - 12def3a2e add experimental vitest unit-testing support

20.0.0-next.7

23 Apr 09:10
Compare
Choose a tag to compare
20.0.0-next.7 Pre-release
Pre-release

@schematics/angular

Commit Description
feat - e03f2b899 Add global error listeners to new app generation
fix - 672ae14cd drop composite in tsconfig
fix - 5e8c6494d relative tsconfig paths in references

@angular/build

Commit Description
feat - e80963036 expand browser support policy to widely available Baseline
fix - 566de64cb use virtual module for Karma TestBed initialization

@angular/ssr

Commit Description
fix - 8bfcae4c1 support getPrerenderParams for wildcard routes

19.2.9

23 Apr 09:04
Compare
Choose a tag to compare

@angular-devkit/build-angular

Commit Description
fix - de52cc2c8 update http-proxy-middleware to v3.0.5

@angular/build

Commit Description
fix - cc5229a45 pass preserveSymlinks option to Karma esbuild builder

@angular/ssr

Commit Description
fix - a4e415ea6 support getPrerenderParams for wildcard routes

18.2.19

23 Apr 08:46
Compare
Choose a tag to compare

@angular-devkit/build-angular

Commit Description
fix - 01cc617bc update http-proxy-middleware to v3.0.5

20.0.0-next.6

16 Apr 21:28
Compare
Choose a tag to compare
20.0.0-next.6 Pre-release
Pre-release

@schematics/angular

Commit Description
feat - d6f594fe0 generate applications using TypeScript project references
fix - 8654b3fea application migration should migrate karma builder package
fix - be6f13ec1 remove setting files tsconfig field with SSR/Server generation

@angular/build

Commit Description
fix - d5a409a79 include module value check when adding custom conditions
fix - 95d16dc52 pass preserveSymlinks option to Karma esbuild builder
fix - 3d997feb6 prevent nested CSS in components
fix - 6e6315d72 properly resolve transitive external dependencies in vite-dev-server