From 21ca0918c77e89bc310b35fefdd0e64eb129564c Mon Sep 17 00:00:00 2001 From: Matthew Beck Date: Wed, 13 May 2026 16:25:37 -0700 Subject: [PATCH] docs: release notes for the v21.2.13 release --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f0a4586566..39c391ae981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +# 21.2.13 (2026-05-13) +### core +| Commit | Type | Description | +| -- | -- | -- | +| [1c6553e97d](https://github.com/angular/angular/commit/1c6553e97d9655d8c48fbf625987fae86f9cd947) | fix | disallow event attribute bindings in host bindings unconditionally | +### platform-server +| Commit | Type | Description | +| -- | -- | -- | +| [629905d537](https://github.com/angular/angular/commit/629905d537f59dc3c264c49f6347e3599dea0215) | fix | add `allowedHosts` option to `renderModule` and `renderApplication` | +| [0b7192f441](https://github.com/angular/angular/commit/0b7192f4410d055191ac9b15bff57d1d0b9a644f) | fix | forward BEFORE_APP_SERIALIZED errors to ErrorHandler | + + + # 19.2.22 (2026-05-12) ### core