npm @angular/localize 13.0.0-next.3
v13.0.0-next.3

latest releases: 18.0.0-rc.0, 17.3.7, 18.0.0-next.6...
2 years ago

13.0.0-next.3 (2021-08-25)

Breaking Changes

router

  • Previously null and undefined inputs for routerLink were
    equaivalent to empty string and there was no way to disable the link's
    navigation.
    In addition, the href is changed from a property HostBinding() to an
    attribute binding (HostBinding('attr.href')). The effect of this
    change is that DebugElement.properties['href'] will now return the
    href value returned by the native element which will be the full URL
    rather than the internal value of the RouterLink href property.

compiler-cli

Commit Description
feat - bed121c34f inline resources when generating class metadata calls (#43178)

core

Commit Description
feat - e57691c9c5 Add migration to update empty routerLinks in templates (#43176)

language-service

Commit Description
feat - b10d90bef6 Add method for retrieving the component template at the cursor location (#43208)

router

Commit Description
fix - ccb09b4558 null/undefined routerLink should disable navigation (#43087)

service-worker

Commit Description
fix - 6e924313c3 NPE if onActionClick is undefined (#43210)

Special Thanks:

Alex Rickabaugh, Andrew Scott, Daniel Trevino, George Kalpakas, Paul Gschwendtner, dario-piotrowicz and shlasouski

Don't miss a new localize release

NewReleases is sending notifications on new releases.