Angular: 13.3.12 Release

Release date:
November 21, 2022
Previous version:
13.3.11 (released May 31, 2022)
Magnitude:
64 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

Top Contributors in 13.3.12

dylhunn
atscott
josephperrott
looshch
devversion

Directory Browser for 13.3.12

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

<a name="13.3.12"></a>

13.3.12 (2022-11-21)

Breaking Changes

core

  • Existing iframe usages may have security-sensitive attributes applied as an attribute or property binding in a template or via host bindings in a directive. Such usages would require an update to ensure compliance with the new stricter rules around iframe bindings. ### core | Commit | Description | | -- | -- | | fix - b1d7b79ff4 | hardening attribute and property binding rules for <iframe> elements (#48029) | ## Special Thanks Andrew Kushnir, Andrew Scott, George Looshch, Joey Perrott and Paul Gschwendtner