Skip to content

Commit 35f4799

Browse files
committed
release: cut the v12.2.17 release
1 parent ac284db commit 35f4799

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="12.2.17"></a>
2+
# 12.2.17 (2022-11-22)
3+
## Breaking Changes
4+
### core
5+
- 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.
6+
### core
7+
| Commit | Type | Description |
8+
| -- | -- | -- |
9+
| [b871db57da](https://github.com/angular/angular/commit/b871db57daab10ef6d4d92041177458f19fd3ebd) | fix | hardening attribute and property binding rules for <iframe> elements |
10+
## Special Thanks
11+
Andrew Kushnir, Joey Perrott and Paul Gschwendtner
12+
13+
<!-- CHANGELOG SPLIT MARKER -->
14+
115
<a name="12.2.16"></a>
216
# 12.2.16 (2022-01-27)
317
### ngcc

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-srcs",
3-
"version": "12.2.16",
3+
"version": "12.2.17",
44
"private": true,
55
"description": "Angular - a web framework for modern web apps",
66
"homepage": "https://github.com/angular/angular",

0 commit comments

Comments
 (0)