Sourced from @angular/core's releases.
22.0.2
common
Commit Description escape anchor fragment in shadow DOM name selector skip transfer cache for uncacheable HTTP traffic (#69316) compiler
Commit Description restrict possible event handler check to property names longer than 2 characters core
http
Commit Description distinguish repeated transfer cache params skip transfer cache for fetch credentialed requests (#69316) migrations
Commit Description migration skip any target are not build or test 22.0.1
common
compiler
compiler-cli
Commit Description bind switch exhaustive check expressions core
... (truncated)
Sourced from @angular/core's changelog.
22.0.2 (2026-06-17)
common
Commit Type Description 94ea403563 fix escape anchor fragment in shadow DOM name selector 6c1f3e9d49 fix skip transfer cache for uncacheable HTTP traffic (#69316) compiler
Commit Type Description 6f1171991a fix restrict possible event handler check to property names longer than 2 characters core
Commit Type Description 528a34f766 fix avoid caching missing locale data e17e8d5422 fix escape overlapping comment delimiters in escapeCommentText 59dea13f80 fix guard against DOM clobbering in declareExperimentalWebMcpTool 3a48abc15c fix preserve leave animation for sibling instances sharing a TNode 93d0a5f95c fix prevent unsubscribe during emit from throwing off other listeners b32ee7ceb3 fix treat iframe credentialless as security-sensitive f902d1d35e perf detect existing signal dependency without checking all producer links http
Commit Type Description 6867f77ec7 fix distinguish repeated transfer cache params 7ef1399068 fix skip transfer cache for fetch credentialed requests (#69316) migrations
Commit Type Description 15314c1736 fix migration skip any target are not build or test 22.1.0-next.0 (2026-06-10)
Deprecations
http
HttpClient.jsonp,HttpClientJsonpModule, and related JSONP classes/functions are deprecated. Use standard HTTP requests instead.common
Commit Type Description 1ad6824d0d fix skip transfer cache for uncacheable HTTP traffic (#69017) compiler
Commit Type Description 25c744c4d0 fix support foreign components defined outside top-level scope compiler-cli
Commit Type Description aeb55c8bc1 fix allow passing uninvoked signals as foreign component props 7c60a98b3c fix support import aliases in foreignImports (#68674)
... (truncated)
152601e refactor(core): add childSignalProp to ReactiveNodeKind59dea13 fix(core): guard against DOM clobbering in declareExperimentalWebMcpTool81cb457 refactor(router): Add handling for ActivatedRoute-scoped injectorf902d1d perf(core): detect existing signal dependency without checking all producer l...e17e8d5 fix(core): escape overlapping comment delimiters in escapeCommentText0f1cfe3 build: update cross-repo angular dependencies to v22.0.2b32ee7c fix(core): treat iframe credentialless as security-sensitive93d0a5f fix(core): prevent unsubscribe during emit from throwing off other listeners528a34f fix(core): avoid caching missing locale data6f11719 fix(compiler): restrict possible event handler check to property names longer...