Skip to content

20.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@clydin clydin released this 14 May 18:11
· 136 commits to main since this release

@schematics/angular

Commit Description
fix - 3cf6ab0f7 support using default browser option when not present

@angular/cli

Commit Description
fix - 5093ce0a6 properly handle Node.js require() errors with ESM modules

@angular/build

Commit Description
fix - e36bf964a allow TestBed provider configuration with vitest unit-testing
fix - 769961e4a allow vitest-based unit testing to use watch option
fix - c7f2cb596 provide vitest globals in unit-test builder
fix - 0d40cdecd setup unit-test polyfills before TestBed init
fix - fa3dc6387 show unit-test error for missing vitest browser package
fix - 247cd3352 show unit-test error for missing vitest package