Skip to content

Commit a249ac8

Browse files
committed
release: cut the v18.0.0-next.3 release
1 parent 1f61f09 commit a249ac8

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="18.0.0-next.3"></a>
2+
# 18.0.0-next.3 "plastic-spoon" (2024-04-03)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [46db6a6ba5](https://github.com/angular/components/commit/46db6a6ba5619cddffc1dbf7a78696d5249abf50) | fix | **button-toggle:** standard button toggle strong focus bord… ([#28790](https://github.com/angular/components/pull/28790)) |
7+
| [49901c6400](https://github.com/angular/components/commit/49901c640083039291acd6eb1a596c7d6d3d6f92) | fix | **button-toggle:** use radio pattern for single select Mat toggle button group ([#28548](https://github.com/angular/components/pull/28548)) |
8+
| [ced93a94db](https://github.com/angular/components/commit/ced93a94dbc5be2ca50a7387e03cc6d6ddcf9939) | fix | **sort:** clear aria description on destroy ([#28801](https://github.com/angular/components/pull/28801)) |
9+
| [d4e61e2330](https://github.com/angular/components/commit/d4e61e233088ce0d5bbfb6cf3ff652e303e7e38d) | fix | **table:** use ResizeObserver to react to size changes ([#28783](https://github.com/angular/components/pull/28783)) |
10+
### multiple
11+
| Commit | Type | Description |
12+
| -- | -- | -- |
13+
| [452cde2ad9](https://github.com/angular/components/commit/452cde2ad9a34165689811dcba2a08288c2f24cc) | fix | set nonce using setAttribute ([#28800](https://github.com/angular/components/pull/28800)) |
14+
15+
<!-- CHANGELOG SPLIT MARKER -->
16+
117
<a name="17.3.3"></a>
218
# 17.3.3 "metal-fork" (2024-04-03)
319
### material

package.json

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

0 commit comments

Comments
 (0)