Angular CLI: 13.0.0-next.7 Release

Release date:
September 30, 2021
Previous version:
13.0.0-next.6 (released September 22, 2021)
Magnitude:
576 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

Top Contributors in 13.0.0-next.7

alan-agius4
clydin
dgp1130
devversion
renovate-bot

Directory Browser for 13.0.0-next.7

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.7"></a>

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