You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,27 @@
1
+
<aname="20.1.0-rc.0"></a>
2
+
# 20.1.0-rc.0 (2025-07-01)
3
+
### common
4
+
| Commit | Type | Description |
5
+
| -- | -- | -- |
6
+
|[58aedc37d1](https://github.com/angular/angular/commit/58aedc37d10208ca40c1b1d4468261dd9aba5356)| feat | add support for a custom EnvironmentInjector to NgComponentOutlet directive ([#54764](https://github.com/angular/angular/pull/54764)) |
7
+
### compiler
8
+
| Commit | Type | Description |
9
+
| -- | -- | -- |
10
+
|[089ad0ee15](https://github.com/angular/angular/commit/089ad0ee15d6be9b2493bb67519cb59e0454a1ef)| fix | produce more accurate errors for interpolations ([#62258](https://github.com/angular/angular/pull/62258)) |
11
+
### http
12
+
| Commit | Type | Description |
13
+
| -- | -- | -- |
14
+
|[55fa38a1e5](https://github.com/angular/angular/commit/55fa38a1e53926d114b2290c084f3540f50b7266)| feat | add cache & priority support for fetch requests in httpResource ([#62301](https://github.com/angular/angular/pull/62301)) |
15
+
|[b6ef42843c](https://github.com/angular/angular/commit/b6ef42843c49e50239b678bb4d8f01ab30589dd3)| feat | add credentials support for fetch requests in httpResource ([#62390](https://github.com/angular/angular/pull/62390)) |
16
+
|[27b7ec0a62](https://github.com/angular/angular/commit/27b7ec0a6219645a5af07c2d409c34311a458374)| feat | add mode & redirect for fetch request in httpResource ([#62337](https://github.com/angular/angular/pull/62337)) |
17
+
|[f0965c7acd](https://github.com/angular/angular/commit/f0965c7acd2fc2a4a4c18e5a47f3447c4fc7c668)| feat | Add support for fetch credentials options in HttpClient ([#62354](https://github.com/angular/angular/pull/62354)) |
18
+
|[87322449a3](https://github.com/angular/angular/commit/87322449a33fc727ad8c80b6cc6d0a87a900a6fa)| feat | add support for fetch mode and redirect options in HttpClient ([#62315](https://github.com/angular/angular/pull/62315)) |
19
+
|[aa861c42ff](https://github.com/angular/angular/commit/aa861c42fface06563669c188327700085774e89)| feat | add timeout option on httpResource. ([#62326](https://github.com/angular/angular/pull/62326)) |
0 commit comments