Angular: 14.2.12 Release

Release date:
November 21, 2022
Previous version:
14.2.11 (released November 21, 2022)
Magnitude:
31 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in 14.2.12

dylhunn

Directory Browser for 14.2.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="14.2.12"></a>

14.2.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 - 54814c8e9b | hardening attribute and property binding rules for <iframe> elements (#48028) | ## Special Thanks Andrew Kushnir