Skip to content

v13.0.0-next.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@josephperrott josephperrott released this 05 Oct 17:10
· 7715 commits to main since this release

13.0.0-next.8 (2021-10-05)

Breaking Changes

@angular-devkit/build-angular

  • With this change a number of deprecated dev-server builder options which proxied to the browser builder have been removed. These options should be configured in the browser builder instead.

The removed options are:

  • aot
  • sourceMap
  • deployUrl
  • baseHref
  • vendorChunk
  • commonChunk
  • optimization
  • progress

@angular/cli

Commit Description
fix - e1b954d70 keep relative migration paths during update analysis

@angular-devkit/build-angular

Commit Description
feat - 22cd9edfa favor es2020 main fields
feat - 000b0e51c remove deprecated dev-server options
fix - 4be6537dd update TS/JS regexp checks to latest extensions

Special Thanks

Alan Agius, Charles Lyding and Doug Parker