Angular: 13.0.0-next.10 Release

Release date:
October 8, 2021
Previous version:
13.0.0-next.9 (released September 30, 2021)
Magnitude:
6,272 Diff Delta
Contributors:
10 total committers
Data confidence:
Commits:

Top Contributors in 13.0.0-next.10

devversion
JoostK
dario-piotrowicz
dylhunn
petebacondarwin
gkalpak
renovate-bot
little-pinecone
dalejodc
xiaohanxu-nick

Directory Browser for 13.0.0-next.10

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

13.0.0-next.10 (2021-10-01)

Breaking Changes

core

  • The WrappedValue class can no longer be imported from @angular/core, which may result in compile errors or failures at runtime if outdated libraries are used that are still using WrappedValue. The usage of WrappedValue should be removed as no replacement is available. ### bazel | Commit | Description | | -- | -- | | feat - 4886585875 | create transition for enabling partial compilation (#43431) | | feat - 49b82ae561 | implement partial compilation APF v13 for ng_package rule (#43431) | | feat - 274cb38e0b | switch prodmode output to ES2020 (#43431) | | feat - 73ac50c447 | wire up partial compilation build setting in ng_module (#43431) | ### core | Commit | Description | | -- | -- | | fix - ad6407dcd0 | handle invalid constructor parameters in partial factory declarations (#43619) | | perf - 8878183521 | remove support for the deprecated WrappedValue (#43507) | ## Special Thanks Daniel Díaz, George Kalpakas, JoostK, Paul Gschwendtner, Pete Bacon Darwin, dario-piotrowicz, little-pinecone and xiaohanxu-nick