Angular: 21.0.0-next.1 Release

Release date:
August 27, 2025
Previous version:
21.0.0-next.0 (released August 20, 2025)
Magnitude:
186 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in 21.0.0-next.1

Avcharov
jkrems

Directory Browser for 21.0.0-next.1

All files are compared to previous version, 21.0.0-next.0. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

common

| Commit | Description | | -- | -- | | refactor - 25f593ce2a | removengModuleFactory input of NgComponentOutlet (#62838) |

compiler

| Commit | Description | | -- | -- | | fix - a0388409e3 | fixes animations on elements with structural directives (#63390) | | fix - 827c3c15f4 | Keep paraenthesis in Nullish + Boolean expression. (#63292) |

core

| Commit | Description | | -- | -- | | fix - 37ead5ffb5 | Ensures @for loop animations never get cancelled (#63328) | | fix - 18c9352d21 | fix memory leak with leaving nodes tracking (#63328) | | fix - 9139fe0d95 | Fixes animate.leave binding to a string with spaces (#63366) |

forms

| Commit | Description | | -- | -- | | feat - 0dd95c503f | Add FormArrayDirective (#55880) |

migrations

| Commit | Description | | -- | -- | | feat - 6ddb250391 | add migration to convert ngClass to use class (#62983) |

Breaking Changes

common

  • NgModuleFactory has been removed, use NgModule instead. ### forms
  • This new directive will conflict with existing FormArray directives or formArray inputs on the same element.