Skip to content

v13.0.0-next.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@josephperrott josephperrott released this 01 Sep 21:12
· 7809 commits to main since this release

13.0.0-next.3 (2021-09-01)

Breaking Changes

@angular-devkit/build-angular

  • The dev-server now uses WebSockets to communicate changes to the browser during HMR and live-reloaded. If during your development you are using a proxy you will need to enable proxying of WebSockets.

@angular-devkit/build-webpack

Note: this change only affects users depending on @angular-devkit/build-webpack directly.

@ngtools/webpack

  • Deprecated inlineStyleMimeType option has been removed from AngularWebpackPluginOptions. Use inlineStyleFileExtension instead.

@schematics/angular

Commit Description
fix - 732ef7985 add browserslist configuration in library projects

@angular-devkit/build-angular

Commit Description
feat - 32dbf659a update webpack-dev-server to version 4
fix - 76d6d8826 set browserslist defaults

@angular-devkit/build-webpack

Commit Description
feat - a0b5897d5 update webpack-dev-server to version 4

@ngtools/webpack

Commit Description
refactor - 8ce8e4edc remove deprecated inlineStyleMimeType option

Special Thanks

Alan Agius and Joey Perrott