Skip to content

Commit d19669c

Browse files
committed
docs: release notes for the v20.0.0-rc.3 release
1 parent fe03aa0 commit d19669c

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
<a name="20.0.0-rc.3"></a>
2+
# 20.0.0-rc.3 (2025-05-27)
3+
### common
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [2e5362a469](https://github.com/angular/angular/commit/2e5362a4695c6d0c5e130f286a52cc9d97d0f721) | feat | accept undefined inputs in NgTemplateOutlet ([#61404](https://github.com/angular/angular/pull/61404)) |
7+
| [aa7190d972](https://github.com/angular/angular/commit/aa7190d97235a9b46822305ac2570bbf5f097042) | fix | avoid injecting ApplicationRef in FetchBackend ([#61649](https://github.com/angular/angular/pull/61649)) |
8+
### compiler
9+
| Commit | Type | Description |
10+
| -- | -- | -- |
11+
| [6ca7590666](https://github.com/angular/angular/commit/6ca7590666cffcc5b1c7715867e036ac6f4ceb34) | fix | lexer support for template literals in object literals ([#61601](https://github.com/angular/angular/pull/61601)) |
12+
| [e25e6c95a2](https://github.com/angular/angular/commit/e25e6c95a28e4b01a58b9988d404a4199b7d1d13) | fix | remove TypeScript from linker ([#61635](https://github.com/angular/angular/pull/61635)) |
13+
### core
14+
| Commit | Type | Description |
15+
| -- | -- | -- |
16+
| [c8951159ac](https://github.com/angular/angular/commit/c8951159ac1994ecd98798627333af958aeb56cf) | fix | mark `zone.js` as an optional peer dependency ([#61616](https://github.com/angular/angular/pull/61616)) |
17+
### migrations
18+
| Commit | Type | Description |
19+
| -- | -- | -- |
20+
| [eceacbc18b](https://github.com/angular/angular/commit/eceacbc18b866d79e75c57a71b8f31cc110a62cd) | fix | preserve comments when removing unused imports ([#61674](https://github.com/angular/angular/pull/61674)) |
21+
### service-worker
22+
| Commit | Type | Description |
23+
| -- | -- | -- |
24+
| [959258d8dd](https://github.com/angular/angular/commit/959258d8dd880c8d44a925d2e912acbb4c5412c3) | fix | do not register service worker if app is destroyed before it is ready to register ([#61101](https://github.com/angular/angular/pull/61101)) |
25+
26+
<!-- CHANGELOG SPLIT MARKER -->
27+
128
<a name="19.2.13"></a>
229
# 19.2.13 (2025-05-23)
330
### common
@@ -5465,4 +5492,4 @@ Adrian Kunz, Alan Agius, AleksanderBodurri, Alex Rickabaugh, AlirezaEbrahimkhani
54655492

54665493

54675494

5468-
Earlier changelog entries can be found in CHANGELOG_ARCHIVE.md file.
5495+
Earlier changelog entries can be found in CHANGELOG_ARCHIVE.md file.

0 commit comments

Comments
 (0)