Skip to content

Commit 4461a58

Browse files
committed
docs: release notes for the v18.2.7 release
1 parent b7bd429 commit 4461a58

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
<a name="18.2.7"></a>
2+
# 18.2.7 (2024-10-02)
3+
### common
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [249d0260f9](https://github.com/angular/angular/commit/249d0260f97a2fec8e4daef0b1565ba40b27d370) | fix | execute checks and remove placeholder when image is already loaded ([#55444](https://github.com/angular/angular/pull/55444)) |
7+
| [46a2ad39f5](https://github.com/angular/angular/commit/46a2ad39f53f6e3b224dfe4b25087c08830713b6) | fix | prevent warning about oversize image twice ([#58021](https://github.com/angular/angular/pull/58021)) |
8+
| [8f2b0ede59](https://github.com/angular/angular/commit/8f2b0ede5962ad30171843cd7af80c8878b35b53) | fix | skip checking whether SVGs are oversized ([#57966](https://github.com/angular/angular/pull/57966)) |
9+
### compiler-cli
10+
| Commit | Type | Description |
11+
| -- | -- | -- |
12+
| [901c1e1a7f](https://github.com/angular/angular/commit/901c1e1a7faadee73af4f9e6c37efa778f406ab8) | fix | correctly get the type of nested function call expressions ([#57010](https://github.com/angular/angular/pull/57010)) |
13+
### core
14+
| Commit | Type | Description |
15+
| -- | -- | -- |
16+
| [2f347ef8fc](https://github.com/angular/angular/commit/2f347ef8fcef8645d86047d7a339405c0156aa43) | fix | provide flag to opt into manual cleanup for after render hooks ([#57917](https://github.com/angular/angular/pull/57917)) |
17+
### http
18+
| Commit | Type | Description |
19+
| -- | -- | -- |
20+
| [ca637fe6a9](https://github.com/angular/angular/commit/ca637fe6a95bd020221d71cd0581a3394070cf2c) | fix | cleanup JSONP script listeners once loading completed ([#57877](https://github.com/angular/angular/pull/57877)) |
21+
### migrations
22+
| Commit | Type | Description |
23+
| -- | -- | -- |
24+
| [b9d846dad7](https://github.com/angular/angular/commit/b9d846dad77832dff44b112ac22951e0f31733ba) | fix | delete constructor if it only has super call ([#58013](https://github.com/angular/angular/pull/58013)) |
25+
### upgrade
26+
| Commit | Type | Description |
27+
| -- | -- | -- |
28+
| [e40a4fa3c7](https://github.com/angular/angular/commit/e40a4fa3c71c9ad76c1546b38ca2e9f74eff7dc0) | fix | support input signal bindings ([#57020](https://github.com/angular/angular/pull/57020)) |
29+
30+
<!-- CHANGELOG SPLIT MARKER -->
31+
132
<a name="19.0.0-next.7"></a>
233
# 19.0.0-next.7 (2024-09-25)
334
## Breaking Changes
@@ -4189,4 +4220,4 @@ Adrian Kunz, Alan Agius, AleksanderBodurri, Alex Rickabaugh, AlirezaEbrahimkhani
41894220

41904221

41914222

4192-
Earlier changelog entries can be found in CHANGELOG_ARCHIVE.md file.
4223+
Earlier changelog entries can be found in CHANGELOG_ARCHIVE.md file.

0 commit comments

Comments
 (0)