Angular: 13.0.0-next.7 Release

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

Top Contributors in 13.0.0-next.7

petebacondarwin
TeriGlover
atscott
gkalpak
dario-piotrowicz
JoostK
crisbeto
trekladyone
xiaohanxu-nick
uraj

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-22)

Breaking Changes

router

  • The router will no longer replace the browser URL when a new navigation cancels an ongoing navigation. This often causes URL flicker and was only in place to support some AngularJS hybrid applications. Hybrid applications which rely on the navigationId being present on initial navigations that were handled by the Angular router should instead subscribe to NavigationCancel events and perform the location.replaceState themselves to add navigationId to the Router state. In addition, tests which assert urlChanges on the SpyLocation may need to be adjusted to account for the replaceState which is no longer triggered. ### common | Commit | Description | | -- | -- | | fix - df792ebc26 | titlecase pipe incorrectly handling numbers (#43476) | ### compiler | Commit | Description | | -- | -- | | fix - feba4d2719 | include leading whitespace in source-spans of i18n messages (#43132) | ### compiler-cli | Commit | Description | | -- | -- | | fix - 9470f56ad3 | handle directives that refer to a namespaced class in a type parameter bound (#43511) | ### migrations | Commit | Description | | -- | -- | | fix - 77bd2538cb | apply individual expression edits to preserve newline characters (#43519) | | fix - d849350c7b | Ensure routerLink migration doesn't update unrelated files (#43519) | ### platform-browser | Commit | Description | | -- | -- | | fix - 35725f5550 | improve error message for missing animation trigger (#41356) | ### router | Commit | Description | | -- | -- | | fix - c5d0bd4966 | Prevent URL flicker when new navigations cancel ongoing ones (#43496) | ## Special Thanks Andrew Scott, Daniel DΓ­az, George Kalpakas, Jessica Janiuk, JoostK, Kristiyan Kostadinov, Mwiku, Pei Wang, Pete Bacon Darwin, Teri Glover, Virginia Dooley, Xiaohanxu1996, dario-piotrowicz and kirjs