Skip to content

Commit 4d0842d

Browse files
release: cut the v18.2.0-next.4 release
1 parent 3bdead1 commit 4d0842d

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<a name="18.2.0-next.4"></a>
2+
# 18.2.0-next.4 (2024-08-05)
3+
### compiler-cli
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [e2259c7b09](https://github.com/angular/angular/commit/e2259c7b093decc9255c8afe084ec574e029d7d2) | fix | support JIT transforms before other transforms modifying classes ([#57262](https://github.com/angular/angular/pull/57262)) |
7+
### core
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [827070e331](https://github.com/angular/angular/commit/827070e3314d4c3acee77920dc0d5375398917ab) | fix | Do not run image performance warning checks on server ([#57234](https://github.com/angular/angular/pull/57234)) |
11+
### language-service
12+
| Commit | Type | Description |
13+
| -- | -- | -- |
14+
| [4bb9d0f923](https://github.com/angular/angular/commit/4bb9d0f9235c644ba3ec7f1840ffa81457c5622e) | fix | avoid generating TS suggestion diagnostics for templates ([#56241](https://github.com/angular/angular/pull/56241)) |
15+
### router
16+
| Commit | Type | Description |
17+
| -- | -- | -- |
18+
| [6c76c91e15](https://github.com/angular/angular/commit/6c76c91e151b53dfaccb4be43d43a8d857715dd7) | feat | Add defaultQueryParamsHandling to router configuration ([#57198](https://github.com/angular/angular/pull/57198)) |
19+
20+
<!-- CHANGELOG SPLIT MARKER -->
21+
122
<a name="18.2.0-next.3"></a>
223
# 18.2.0-next.3 (2024-07-31)
324
### compiler

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": "18.2.0-next.3",
3+
"version": "18.2.0-next.4",
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)