Skip to content

Releases: angular/angular

v12.2.8

30 Sep 20:10
Compare
Choose a tag to compare

12.2.8 (2021-09-30)

compiler-cli

Commit Description
fix - c1338bf837 correctly interpret token arrays in @Injectable deps (#43226)

language-service

Commit Description
fix - c8f8d7d3b1 provide dom event completions (#43299)

ngcc

Commit Description
fix - 69299f7d4d do not fail for packages which correspond with Object members (#43589)

service-worker

Commit Description
fix - 3cf41354ae do not unassign clients from a broken version (#43518)

Special Thanks

Adrien Crivelli, Alex Rickabaugh, Andrew Scott, Bobby Galli, Chris, Daniel DΓ­az, Dario Piotrowicz, George Kalpakas, Joe Martin (Crowdstaffing), JoostK, Pete Bacon Darwin, Rafael Santana, Raj Sekhar, Ricardo Chavarria, Teri Glover, Virginia Dooley, dario-piotrowicz, enisfr and wszgrcy

v13.0.0-next.8

27 Sep 17:35
Compare
Choose a tag to compare
v13.0.0-next.8 Pre-release
Pre-release

13.0.0-next.8 (2021-09-27)

core

Commit Description
feat - ea61ec2562 support TypeScript 4.4 (#43281)

forms

Commit Description
feat - d9d8f950e9 allow disabling min/max validators dynamically (by setting the value to null) (#42978)

service-worker

Commit Description
fix - e131540f71 do not unassign clients from a broken version (#43518)

Special Thanks

Alan Agius, Daniel DΓ­az, Dario Piotrowicz, George Kalpakas, Joe Martin (Crowdstaffing), Kristiyan Kostadinov, Teri Glover, Virginia Dooley and iRealNirmal

v13.0.0-next.6

15 Sep 17:41
5e9eb7a
Compare
Choose a tag to compare
v13.0.0-next.6 Pre-release
Pre-release

13.0.0-next.6 (2021-09-15)

animations

Commit Description
fix - 6c84c5f513 emit pure annotations to static property initializers (#43344)

core

Commit Description
fix - c80278ac4a emit pure annotations to static property initializers (#43344)

router

Commit Description
fix - 0e8548f667 Allow renavigating to failed URLs (#43424)
fix - 796da641f0 Do not modify parts of URL excluded from with 'eager' updates (#43421)
fix - 9e039ca68b Only trigger router navigation on popstate events from Location subscription (#43328)

service-worker

Commit Description
fix - 59353c6305 clear service worker cache in safety worker (#43324)

Special Thanks

Alan Agius, Amadou Sall, Andrew Kushnir, Andrew Scott, Aristeidis Bampakos, Bjarki, Charles Lyding, David Shevitz, George Kalpakas, Joe Martin (Crowdstaffing), Michele Stieven, Naveed Ahmed, Pei Wang, dario-piotrowicz, mezhik91 and mgechev

v12.2.6

15 Sep 17:31
9b8f056
Compare
Choose a tag to compare

12.2.6 (2021-09-15)

animations

Commit Description
fix - 141fde1632 emit pure annotations to static property initializers (#43344)

core

Commit Description
fix - ca510c87c5 emit pure annotations to static property initializers (#43344)

router

Commit Description
fix - 4034f252c9 Allow renavigating to failed URLs (#43424)

service-worker

Commit Description
fix - a102b27641 clear service worker cache in safety worker (#43324)

Special Thanks

Alan Agius, Amadou Sall, Andrew Kushnir, Andrew Scott, Aristeidis Bampakos, Bjarki, David Shevitz, George Kalpakas, Joe Martin (Crowdstaffing), Michele Stieven, Naveed Ahmed, dario-piotrowicz, mezhik91 and mgechev

v13.0.0-next.5

08 Sep 16:49
93c9932
Compare
Choose a tag to compare
v13.0.0-next.5 Pre-release
Pre-release

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

v12.2.5

08 Sep 16:32
e726a63
Compare
Choose a tag to compare

12.2.5 (2021-09-08)

router

Commit Description
fix - a0bd6e90f9 add more context to Unhandled Navigation Error (#43291)

Special Thanks:

Alan Agius, Charles Barnes, Enea Jahollari, George Kalpakas, Ikko Ashimine, Paul Gschwendtner, Pete Bacon Darwin, William Sedlacek and dario-piotrowicz

v13.0.0-next.3

25 Aug 22:02
Compare
Choose a tag to compare
v13.0.0-next.3 Pre-release
Pre-release

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

v12.2.3

25 Aug 21:29
Compare
Choose a tag to compare

12.2.3 (2021-08-25)

service-worker

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

Special Thanks:

Daniel Trevino, Erik Slack, George Kalpakas, dario-piotrowicz and shlasouski

v13.0.0-next.2

18 Aug 21:39
e3b6e26
Compare
Choose a tag to compare
v13.0.0-next.2 Pre-release
Pre-release

13.0.0-next.2 (2021-08-18)

animations

Commit Description
fix - 3cb1f18f97 add pure annotations to static property initializers (#43064)

core

Commit Description
fix - 27a89a9298 add pure annotations to static property initializers (#43064)

language-service

Commit Description
feat - d5f9890c92 auto-apply optional chaining on nullable symbol (#42995)

platform-browser

Commit Description
perf - 7e71370fe6 avoid intermediate arrays in server transition (#43145)

router

Commit Description
fix - 286b2807de eagerly update internal state on browser-triggered navigations (#43102)

Special Thanks:

Alan Agius, Andrew Scott, Aristeidis Bampakos, Charles Lyding, Dylan Hunn, Edoardo Dusi, Erik Slack, George Kalpakas, Joe Martin (Crowdstaffing), Joey Perrott, Kirk Larkin, Kristiyan Kostadinov, Paul Gschwendtner, Pete Bacon Darwin, TIffany Davis, Theoklitos Bampouris, ali, dario-piotrowicz, ivanwonder and pichuser

v12.2.2

18 Aug 17:18
c501e86
Compare
Choose a tag to compare

12.2.2 (2021-08-18)

animations

Commit Description
fix - bb6555979d add pure annotations to static property initializers (#43064)

core

Commit Description
fix - 738b23347e add pure annotations to static property initializers (#43064)

platform-browser

Commit Description
perf - 535837e617 avoid intermediate arrays in server transition (#43145)

router

Commit Description
fix - 6449590ec8 eagerly update internal state on browser-triggered navigations (#43102)

Special Thanks:

Andrew Scott, Aristeidis Bampakos, Charles Lyding, Edoardo Dusi, George Kalpakas, Joe Martin (Crowdstaffing), Joey Perrott, Kirk Larkin, Kristiyan Kostadinov, Pete Bacon Darwin, TIffany Davis, Theoklitos Bampouris, ali, dario-piotrowicz and pichuser