Skip to content

Commit

Permalink
release: cut the v18.0.0-next.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
amysorto committed Apr 11, 2024
1 parent bd05e3f commit c74aa5e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
<a name="18.0.0-next.4"></a>
# 18.0.0-next.4 "gold-gold" (2024-04-11)
### cdk
| Commit | Type | Description |
| -- | -- | -- |
| [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)) |
| [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)) |
### material
| Commit | Type | Description |
| -- | -- | -- |
| [7165a45efa](https://github.com/angular/components/commit/7165a45efa9b9cdfefd991459d2f23849c601159) | fix | **list:** nav list item border-radius ([#28789](https://github.com/angular/components/pull/28789)) |
| [752f5607cc](https://github.com/angular/components/commit/752f5607ccf1fe4890984d62e4358b758ad9d004) | fix | **menu:** invert arrow in RTL ([#28830](https://github.com/angular/components/pull/28830)) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.3.4"></a>
# 17.3.4 "aluminum-arrow" (2024-04-11)
### cdk
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -54,7 +54,7 @@
"ci-notify-slack-failure": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts",
"prepare": "husky install"
},
"version": "18.0.0-next.3",
"version": "18.0.0-next.4",
"dependencies": {
"@angular/animations": "^18.0.0-next.1",
"@angular/common": "^18.0.0-next.1",
Expand Down

0 comments on commit c74aa5e

Please sign in to comment.