Skip to content

v10.0.0-next.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@kyliau kyliau released this 22 Apr 20:53

Commits

@angular-devkit/core (10.0.0-next.1)

Commit Description Notes
workspace reader spread/rest operator usage with falsy values [Closes #17021]

@schematics/angular (10.0.0-next.1)

Commit Description Notes
add migration to remove deprecated `es5BrowserSupport` option


Breaking Changes

@schematics/angular: remove deprecated guard `spec` option (bfd63ca)

Deprecated guard schematic option `spec` has been removed. Please use `skipTests` instead.

@angular-devkit/schematics: remove deprecated FileSystemHost (b1a5f49)

Deprecated `FileSystemHost` has been removed. Use `Host` directly instead.

Note: this change only effects direct @angular-devkit/schematics users and not the application developers.

@angular-devkit/build-angular: remove deprecated `es5BrowserSupport` build option (69aa460)

Deprecated browser builder option `es5BrowserSupport` has been removed. The inclusion for ES5 polyfills will be determined from the browsers listed in the browserslist configuration.

Special Thanks

Renovate Bot, Alan Agius, Doug Parker, Keen Yee Liau