Change8

Migrating to Angular v22.0.0-next.11

Version v22.0.0-next.11 introduces 1 breaking change. This guide details how to update your code.

Released: 5/6/2026

1
Breaking Changes
1
Migration Steps
9
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

provideWebMcpToolsdeclareWebMcpToolsignal forms APIsreportProgressreportUploadProgressreportDownloadProgresscomponentInputBindingmin validation rulemax validation rule

Breaking Changes

Issue #1

`min` and `max` validation rules no longer support string values in forms. Bound values must now be numbers or null.

Migration Steps

  1. 1
    When using `min` or `max` validation rules in forms, ensure bound values are numbers or null, not strings.

Release Summary

This release introduces graduation of signal forms APIs, adds SSR resource caching, and fixes numerous bugs across compiler, core, and forms modules. Notably, string support for min/max validation rules has been removed.

Need More Details?

View the full release notes and all changes for Angular v22.0.0-next.11.

View Full Changelog