Skip to content

Commit c74aa5e

Browse files
committed
release: cut the v18.0.0-next.4 release
1 parent bd05e3f commit c74aa5e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="18.0.0-next.4"></a>
2+
# 18.0.0-next.4 "gold-gold" (2024-04-11)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [da302d2e6d](https://github.com/angular/components/commit/da302d2e6d4d55d3261c21654b968d2982eed922) | fix | **drag-drop:** make sure event is cancelable before calling "preventDefault" ([#28825](https://github.com/angular/components/pull/28825)) |
7+
| [d91d0d424b](https://github.com/angular/components/commit/d91d0d424b043c4da7b69d296967e62a751eac23) | fix | **scrolling:** fix virtual scrolling jankiness with run coalescing ([#28846](https://github.com/angular/components/pull/28846)) |
8+
### material
9+
| Commit | Type | Description |
10+
| -- | -- | -- |
11+
| [7165a45efa](https://github.com/angular/components/commit/7165a45efa9b9cdfefd991459d2f23849c601159) | fix | **list:** nav list item border-radius ([#28789](https://github.com/angular/components/pull/28789)) |
12+
| [752f5607cc](https://github.com/angular/components/commit/752f5607ccf1fe4890984d62e4358b758ad9d004) | fix | **menu:** invert arrow in RTL ([#28830](https://github.com/angular/components/pull/28830)) |
13+
14+
<!-- CHANGELOG SPLIT MARKER -->
15+
116
<a name="17.3.4"></a>
217
# 17.3.4 "aluminum-arrow" (2024-04-11)
318
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"ci-notify-slack-failure": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts",
5555
"prepare": "husky install"
5656
},
57-
"version": "18.0.0-next.3",
57+
"version": "18.0.0-next.4",
5858
"dependencies": {
5959
"@angular/animations": "^18.0.0-next.1",
6060
"@angular/common": "^18.0.0-next.1",

0 commit comments

Comments
 (0)