Skip to content

Releases: angular/angular-cli

v13.0.0-next.8

05 Oct 17:10
Compare
Choose a tag to compare
v13.0.0-next.8 Pre-release
Pre-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

v12.2.8

01 Oct 18:33
Compare
Choose a tag to compare

12.2.8 (2021-10-01)

@angular-devkit/build-angular

Commit Description
fix - 821a1b5a9 babel adjust enum plugin incorrectly transforming loose enums

Special Thanks

Paul Gschwendtner

v13.0.0-next.7

30 Sep 23:58
Compare
Choose a tag to compare
v13.0.0-next.7 Pre-release
Pre-release

13.0.0-next.7 (2021-09-30)

Breaking Changes

@angular-devkit/build-angular

  • TypeScript versions prior to 4.4 are no longer supported.

@schematics/angular

Commit Description
feat - 7bdcd7da1 create new projects with rxjs 7

@angular/cli

Commit Description
fix - c3acf3cc2 remove unused cli project options.

@angular-devkit/build-angular

Commit Description
feat - fb1ad7c5b support ESM proxy configuration files for the dev server
feat - 505438cc4 support TypeScript 4.4
fix - 0e7277c63 babel adjust enum plugin incorrectly transforming loose enums
fix - f383f3201 ESM-interop loaded plugin creators of @angular/localize/tools not respected
fix - 884111ac0 update IE unsupported and deprecation messages
fix - 13cceab8e use URLs for absolute import paths with ESM
perf - 4e0743c8a change webpack hashing function to xxhash64

Special Thanks

Alan Agius, Charles Lyding, Doug Parker and Paul Gschwendtner

v12.2.7

23 Sep 01:14
Compare
Choose a tag to compare

12.2.7 (2021-09-22)

@angular-devkit/build-angular

Commit Description
fix - d856b4d23 support WASM-based esbuild optimizer fallback

Special Thanks

Alan Agius and Charles Lyding

v13.0.0-next.6

22 Sep 23:35
Compare
Choose a tag to compare
v13.0.0-next.6 Pre-release
Pre-release

13.0.0-next.6 (2021-09-22)

Breaking Changes

@ngtools/webpack

  • Applications directly using the webpack-cli and not the Angular CLI to build must set the environment variable DISABLE_V8_COMPILE_CACHE=1. The @ngtools/webpack package now uses dynamic imports to provide support for the ESM @angular/compiler-cli package. The v8-compile-cache package used by the webpack-cli does not currently support dynamic import expressions and will cause builds to fail if the environment variable is not specified. Applications using the Angular CLI are not affected by this limitation.

@angular-devkit/build-angular

Commit Description
fix - 0d76bf04b support WASM-based esbuild optimizer fallback

@angular-devkit/build-webpack

Commit Description
fix - 9efcb32e3 better handle concurrent dev-servers

@ngtools/webpack

Commit Description
refactor - 7d98ab3df support an ESM-only @angular/compiler-cli package

Special Thanks

Alan Agius and Charles Lyding

v13.0.0-next.5

15 Sep 21:15
Compare
Choose a tag to compare
v13.0.0-next.5 Pre-release
Pre-release

13.0.0-next.5 (2021-09-15)

@angular/cli

Commit Description
fix - d3fa202e9 handle FORCE_COLOR when stdout is not instance of WriteStream

@angular-devkit/build-angular

Commit Description
fix - 590c15664 add web-streams-polyfill to downlevel exclusion list
fix - df8f909d8 handle FORCE_COLOR when stdout is not instance of WriteStream

Special Thanks

Alan Agius, Charles Lyding and Joey Perrott

v12.2.6

15 Sep 20:09
Compare
Choose a tag to compare

12.2.6 (2021-09-15)

@angular/cli

Commit Description
fix - 8b21effad handle FORCE_COLOR when stdout is not instance of WriteStream

@angular-devkit/build-angular

Commit Description
fix - ea60f0f52 handle FORCE_COLOR when stdout is not instance of WriteStream

Special Thanks

Alan Agius

v13.0.0-next.4

08 Sep 19:42
Compare
Choose a tag to compare
v13.0.0-next.4 Pre-release
Pre-release

13.0.0-next.4 (2021-09-08)

@angular-devkit/build-angular

Commit Description
fix - decb1d14b improve Safari browserslist to esbuild target conversion

Special Thanks

Alan Agius, Charles Lyding and Doug Parker

v12.2.5

08 Sep 18:36
Compare
Choose a tag to compare

12.2.5 (2021-09-08)

@angular-devkit/build-angular

Commit Description
fix - 0498768c5 disable dev-server response compression
fix - 367fce2e9 improve Safari browserslist to esbuild target conversion

Special Thanks:

Alan Agius and Charles Lyding

v13.0.0-next.3

01 Sep 21:12
Compare
Choose a tag to compare
v13.0.0-next.3 Pre-release
Pre-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