Angular: 13.0.0-next.3 Release

Release date:
August 25, 2021
Previous version:
13.0.0-next.2 (released August 18, 2021)
Magnitude:
2,466 Diff Delta
Contributors:
8 total committers
Data confidence:
Commits:

22 Commits in this Release

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

Top Contributors in 13.0.0-next.3

danieltre23
atscott
devversion
alxhub
dario-piotrowicz
renovate-bot
shlasouski
gkalpak

Directory Browser for 13.0.0-next.3

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

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