Angular CLI: 13.0.0-next.3 Release

Release date:
September 1, 2021
Previous version:
13.0.0-next.2 (released August 26, 2021)
Magnitude:
166 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in 13.0.0-next.3

josephperrott
alan-agius4
renovate-bot

Directory Browser for 13.0.0-next.3

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

<a name="13.0.0-next.3"></a>

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
  • Support for webpack-dev-server version 3 has been removed. For more information about the migration please see: https://github.com/webpack/webpack-dev-server/blob/master/migration-v4.md

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