Angular 22.0.8
Angular 22.0.8 is here — a patch release focused on fixes across common, core, forms, HTTP, and migrations. No breaking changes, just smoother development.
Bug Fixes
- common: Preserve crossorigin attribute on image preloads
- core: SVG animation attributeName is now checked case-insensitively
- forms: Pending status now correctly propagates to the root form in signal forms
- http: Transfer cache key collisions are prevented
- migrations: ngClass with mixed space-separated keys is migrated correctly
- migrations: NgClass import is preserved on partial migration
Signal Forms Fix
The pending status propagation fix in signal forms addresses a long-standing pain point where the root form wouldn't reflect the pending state of its children. If you've been working with Angular's signal-based forms, this one's for you.
Upgrade Now
Run ng update @angular/[email protected] @angular/[email protected] to upgrade. As a patch release, the update is a drop-in replacement — no code changes required on your end.