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
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,35 @@
1
+
<aname="18.0.0-rc.1"></a>
2
+
# 18.0.0-rc.1 (2024-05-08)
3
+
### compiler
4
+
| Commit | Type | Description |
5
+
| -- | -- | -- |
6
+
|[91b007e58f](https://github.com/angular/angular/commit/91b007e58ffb91f7c396cbc0333a91d18f02bd27)| fix | add math elements to schema ([#55631](https://github.com/angular/angular/pull/55631)) |
|[d5edfde6ee](https://github.com/angular/angular/commit/d5edfde6ee3d65bf7f938ecfeac9f30633f8731b)| fix | afterRender hooks registered outside change detection can mark views dirty ([#55623](https://github.com/angular/angular/pull/55623)) |
12
+
|[36130b2e72](https://github.com/angular/angular/commit/36130b2e720b509e064368382eb0f7c2686154fb)| fix | don't schedule timer triggers on the server ([#55605](https://github.com/angular/angular/pull/55605)) |
13
+
|[0510930a25](https://github.com/angular/angular/commit/0510930a257e610460c875dbbc5566fd06547814)| fix | TestBed should not override NgZone from initTestEnvironment ([#55226](https://github.com/angular/angular/pull/55226)) |
14
+
### http
15
+
| Commit | Type | Description |
16
+
| -- | -- | -- |
17
+
|[d9b339fdbc](https://github.com/angular/angular/commit/d9b339fdbc0f8d1e9bb7b1e4190e7d80e68542f9)| fix | resolve `withRequestsMadeViaParent` behavior with `withFetch` ([#55652](https://github.com/angular/angular/pull/55652)) |
18
+
### migrations
19
+
| Commit | Type | Description |
20
+
| -- | -- | -- |
21
+
|[8459ee46cb](https://github.com/angular/angular/commit/8459ee46cba7f63966c41a2fb7199ec295a91cbb)| fix | handle more cases in HttpClientModule migration ([#55640](https://github.com/angular/angular/pull/55640)) |
22
+
### platform-browser
23
+
| Commit | Type | Description |
24
+
| -- | -- | -- |
25
+
|[23f914f101](https://github.com/angular/angular/commit/23f914f1012545330f6a5aeed4e862bf0e66117b)| fix | Use the right namespace for mathML. ([#55622](https://github.com/angular/angular/pull/55622)) |
26
+
### platform-server
27
+
| Commit | Type | Description |
28
+
| -- | -- | -- |
29
+
|[e71e869112](https://github.com/angular/angular/commit/e71e869112af1c0ee7a9dd64a963ad7af14a40e2)| fix | remove event dispatch script from HTML when hydration is disabled ([#55681](https://github.com/angular/angular/pull/55681)) |
0 commit comments