Skip to content

Commit 754b682

Browse files
committed
release: cut the v22.0.0-next.4 release
1 parent a09adaa commit 754b682

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="22.0.0-next.4"></a>
2+
# 22.0.0-next.4 "paper cup" (2026-04-08)
3+
## Breaking Changes
4+
### multiple
5+
- * A bunch of constructors that with rest arguments have been removed. If you were extending Material/CDK components, you may have to update your `super` calls accordingly.
6+
### material
7+
| Commit | Type | Description |
8+
| -- | -- | -- |
9+
| [07c2d002de](https://github.com/angular/components/commit/07c2d002de52de1691410543a83ffffd7a0b373b) | fix | **core:** address sass compiler warnings ([#33040](https://github.com/angular/components/pull/33040)) |
10+
| [ab21f78b12](https://github.com/angular/components/commit/ab21f78b122e3478970ba1c5204469a7cb95f45e) | fix | **select:** wrong transform origin when opening upwards inside another overlay ([#33032](https://github.com/angular/components/pull/33032)) |
11+
### multiple
12+
| Commit | Type | Description |
13+
| -- | -- | -- |
14+
| [ce4c2c0a11](https://github.com/angular/components/commit/ce4c2c0a119e44bbeee0f4e4664a4a5e40820863) | fix | remove empty constructors ([#33048](https://github.com/angular/components/pull/33048)) |
15+
16+
<!-- CHANGELOG SPLIT MARKER -->
17+
118
<a name="21.2.6"></a>
219
# 21.2.6 "steel bottle" (2026-04-08)
320
### material

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"ci-docs-monitor-test": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/docs-deploy/monitoring/ci-test.mts",
5454
"prepare": "husky"
5555
},
56-
"version": "22.0.0-next.3",
56+
"version": "22.0.0-next.4",
5757
"dependencies": {
5858
"@angular-devkit/core": "catalog:",
5959
"@angular-devkit/schematics": "catalog:",

0 commit comments

Comments
 (0)