Angular: 20.2.0-next.4 Release

Release date:
August 6, 2025
Previous version:
20.2.0-next.3 (released July 31, 2025)
Magnitude:
1,534 Diff Delta
Contributors:
9 total committers
Data confidence:
Commits:

17 Commits in this Release

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

Top Contributors in 20.2.0-next.4

hawkgs
SkyZeroZx
bencodezen
robertIsaac
devversion
wartab
milomg
amilajack
muhammadali1658

Directory Browser for 20.2.0-next.4

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

compiler-cli

| Commit | Description | | -- | -- | | fix - fb1fc823c4 | correctly type check host listeners to own outputs (#62965) |

core

| Commit | Description | | -- | -- | | feat - 141bb75ff2 | Promote zoneless to stable (#62699) | | fix - de3a0c5cf3 | Fix animate.enter class removal when composing classes (#62981) | | fix - 6597ac0af7 | fix support for space separated strings in leave animations (#62979) | | fix - ebd622b344 | fixes empty animations when recalculating styles (#63007) | | fix - 455b147488 | fixes timing issues with enter animations (#62925) | | fix - 648bbb097e | properly recognize failed fetch responses when loading external resources in JIT (#62992) |

forms

| Commit | Description | | -- | -- | | feat - c353497a01 | add support for pushing an array of controls to formarray (#57102) |

http

| Commit | Description | | -- | -- | | fix - e5d6fb5825 | Reset headers, progress, and statusCode when using set() in HttpResource (#62873) |

migrations

| Commit | Description | | -- | -- | | fix - b1514d512e | incorrect filtering in inject migration (#62913) |

platform-browser

| Commit | Description | | -- | -- | | feat - 52b8e07d6e | Warns on conflicting hydration and blocking navigation (#62963) |

router

| Commit | Description | | -- | -- | | feat - d00b3fed58 | add a currentNavigation signal to the Router service. (#62971) |

service-worker

| Commit | Description | | -- | -- | | feat - 8255e0cf15 | add messageerror event handling and logging (#62834) | | feat - 5220b51e75 | Adds for type in provideServiceWorker (#62831) |

Deprecations

router

  • The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.