Skip to content

Commit 3c75684

Browse files
committed
release: cut the v19.0.0-next.3 release
1 parent c19b02f commit 3c75684

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

‎CHANGELOG.md‎

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
<aname="19.0.0-next.3"></a>
2+
# 19.0.0-next.3 (2024-09-04)
3+
## Breaking Changes
4+
### core
5+
-* TypeScript versions less than 5.5 are no longer supported.
6+
### compiler
7+
| Commit | Type | Description |
8+
| -- | -- | -- |
9+
|[a2e4ee0cb3](https://github.com/angular/angular/commit/a2e4ee0cb3d40cadc05e28d58b06853973944456)| feat | add diagnostic for unused standalone imports ([#57605](https://github.com/angular/angular/pull/57605)) |
10+
### core
11+
| Commit | Type | Description |
12+
| -- | -- | -- |
13+
|[8bcc663a53](https://github.com/angular/angular/commit/8bcc663a53888717cdf4ce0c23404caa00abb1b2)| feat | drop support for TypeScript 5.4 ([#57577](https://github.com/angular/angular/pull/57577)) |
14+
|[e6e5d29e83](https://github.com/angular/angular/commit/e6e5d29e830a0a74d7677d5f2345f29391064853)| feat | initial version of the output migration ([#57604](https://github.com/angular/angular/pull/57604)) |
15+
|[be2e49639b](https://github.com/angular/angular/commit/be2e49639bda831831ad62d49253db942a83fd46)| feat | introduce `afterRenderEffect` ([#57549](https://github.com/angular/angular/pull/57549)) |
16+
### elements
17+
| Commit | Type | Description |
18+
| -- | -- | -- |
19+
|[fe5c4e086a](https://github.com/angular/angular/commit/fe5c4e086add655bf53315d71b0736ff758c7199)| fix | support `output()`-shaped outputs ([#57535](https://github.com/angular/angular/pull/57535)) |
20+
### http
21+
| Commit | Type | Description |
22+
| -- | -- | -- |
23+
|[c2892fee58](https://github.com/angular/angular/commit/c2892fee58d28ffec0dfeaad6a5d6822c040cf03)| fix | Dynamicaly call the global fetch implementation ([#57531](https://github.com/angular/angular/pull/57531)) |
24+
### language-service
25+
| Commit | Type | Description |
26+
| -- | -- | -- |
27+
|[8da9fb49b5](https://github.com/angular/angular/commit/8da9fb49b54e50de2d028691f73fb773def62ecd)| feat | add code fix for unused standalone imports ([#57605](https://github.com/angular/angular/pull/57605)) |
28+
|[1f067f4507](https://github.com/angular/angular/commit/1f067f4507b6e908fe991d5de0dc4d3a627ab2f9)| feat | add code reactoring action to migrate `@Input` to signal-input ([#57214](https://github.com/angular/angular/pull/57214)) |
29+
|[56ee47f2ec](https://github.com/angular/angular/commit/56ee47f2ec6e983e2ffdf59476ab29a92590811e)| feat | allow code refactorings to compute edits asynchronously ([#57214](https://github.com/angular/angular/pull/57214)) |
30+
31+
<!-- CHANGELOG SPLIT MARKER -->
32+
133
<aname="18.2.3"></a>
234
# 18.2.3 (2024-09-04)
335
### http

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-srcs",
3-
"version": "19.0.0-next.2",
3+
"version": "19.0.0-next.3",
44
"private": true,
55
"description": "Angular - a web framework for modern web apps",
66
"homepage": "https://github.com/angular/angular",

0 commit comments

Comments
(0)