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
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,31 @@
1
+
<aname="19.0.0-rc.1"></a>
2
+
# 19.0.0-rc.1 (2024-11-06)
3
+
### compiler
4
+
| Commit | Type | Description |
5
+
| -- | -- | -- |
6
+
|[b25121ee4a](https://github.com/angular/angular/commit/b25121ee4aba427954fef074a967b9332654be84)| fix | avoid having to duplicate core environment ([#58444](https://github.com/angular/angular/pull/58444)) |
7
+
### compiler-cli
8
+
| Commit | Type | Description |
9
+
| -- | -- | -- |
10
+
|[d4d76ead80](https://github.com/angular/angular/commit/d4d76ead802837bc6cc7908bc9ebfefa73eb9969)| fix | do not fail fatal when references to non-existent module are discovered ([#58515](https://github.com/angular/angular/pull/58515)) |
11
+
|[22cd6869ef](https://github.com/angular/angular/commit/22cd6869ef453c342b206f84e857ef6c34922fa5)| fix | make the unused imports diagnostic easier to read ([#58468](https://github.com/angular/angular/pull/58468)) |
12
+
### core
13
+
| Commit | Type | Description |
14
+
| -- | -- | -- |
15
+
|[8ae84be3df](https://github.com/angular/angular/commit/8ae84be3df4e1393c6f00e2d28ccacd5b2159a0f)| fix | avoid slow stringification when checking for duplicates in dev mode ([#58521](https://github.com/angular/angular/pull/58521)) |
|[c5e676bb87](https://github.com/angular/angular/commit/c5e676bb8715bcde42e56eb08a41cc1ba5c95f91)| fix | flip the default standalone flag in route-lazy-loading migration ([#58474](https://github.com/angular/angular/pull/58474)) |
0 commit comments