yarn @angular/language-service 13.0.0-next.5
v13.0.0-next.5

latest releases: 18.0.0-next.5, 17.3.5, 18.0.0-next.4...
2 years ago

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

Don't miss a new language-service release

NewReleases is sending notifications on new releases.