Angular: 13.0.0-next.5 Release

Release date:
September 8, 2021
Previous version:
13.0.0-next.4 (released September 1, 2021)
Magnitude:
1,067 Diff Delta
Contributors:
12 total committers
Data confidence:
Commits:

28 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored September 4, 2021

Top Contributors in 13.0.0-next.5

eneajaho
alan-agius4
devversion
ivanwonder
atscott
gkalpak
dario-piotrowicz
charlesabarnes
eltociear
wSedlacek

Directory Browser for 13.0.0-next.5

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

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

Breaking Changes

common

  • The behavior of the SpyLocation used by the RouterTestingModule has changed to match the behavior of browsers. It no longer emits a 'popstate' event when Location.go is called. In addition, simulateHashChange now triggers both a hashchange and a popstate event. Tests which use location.go and expect the changes to be picked up by the Router should likely change to simulateHashChange instead. Each test is different in what it attempts to assert so there is no single change that works for all tests. Each test using the SpyLocation to simulate browser URL changes should be evaluated on a case-by-case basis. ### common | Commit | Description | | -- | -- | | fix - c6a93001eb | synchronise location mock behavior with the navigators (#41730) | ### language-service | Commit | Description | | -- | -- | | fix - fc3b50e427 | exclude the SafePropertyRead when applying the optional chaining (#43321) | ### migrations | Commit | Description | | -- | -- | | fix - 2efc18e675 | migration failed finding tsconfig file (#43343) | ### router | Commit | Description | | -- | -- | | feat - 3c6b653089 | Option to correctly restore history on failed navigation (#43289) | | fix - 95f3aecc29 | add more context to Unhandled Navigation Error (#43291) | ## Special Thanks Ahmed Ayed, Alan Agius, Andrew Scott, Charles Barnes, Enea Jahollari, George Kalpakas, Ikko Ashimine, Paul Gschwendtner, Pete Bacon Darwin, William Sedlacek, dario-piotrowicz and ivanwonder