|
| 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 | + |
1 | 32 | <a name="19.0.0-next.7"></a> |
2 | 33 | # 19.0.0-next.7 (2024-09-25) |
3 | 34 | ## Breaking Changes |
@@ -4189,4 +4220,4 @@ Adrian Kunz, Alan Agius, AleksanderBodurri, Alex Rickabaugh, AlirezaEbrahimkhani |
4189 | 4220 |
|
4190 | 4221 |
|
4191 | 4222 |
|
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