Skip to content

Commit be451be

Browse files
authored
Merge branch 'angular:main' into aria-tabs
2 parents 44352f4 + 5ad259a commit be451be

File tree

20 files changed

+630
-640
lines changed

20 files changed

+630
-640
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
<a name="22.0.0-next.1"></a>
2+
# 22.0.0-next.1 "22-0-0" (2026-03-18)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [0767a3cb4](https://github.com/angular/components/commit/0767a3cb4fe9f6fd3496cea991592855cf885b3a) | fix | **drag-drop:** item returned to wrong index in initial container ([#32944](https://github.com/angular/components/pull/32944)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [46b67d150](https://github.com/angular/components/commit/46b67d15053ce31b4742b809f1777b32eb2f1863) | fix | **datepicker:** add harness for datepicker actions ([#32925](https://github.com/angular/components/pull/32925)) |
11+
| [6ed6218c4](https://github.com/angular/components/commit/6ed6218c474bfe4578b17d2391d8677fe92671cc) | fix | **tabs:** incorrect animation variable name ([#32941](https://github.com/angular/components/pull/32941)) |
12+
13+
<!-- CHANGELOG SPLIT MARKER -->
14+
15+
<a name="21.2.3"></a>
16+
# 21.2.3 "21-2-3" (2026-03-18)
17+
### cdk
18+
| Commit | Type | Description |
19+
| -- | -- | -- |
20+
| [688deda58](https://github.com/angular/components/commit/688deda580c9141e2a7e36164dbba860d060e5df) | fix | **drag-drop:** item returned to wrong index in initial container ([#32944](https://github.com/angular/components/pull/32944)) |
21+
### material
22+
| Commit | Type | Description |
23+
| -- | -- | -- |
24+
| [917526511](https://github.com/angular/components/commit/917526511e1d52bb2d9fa665e10f087e62aa2229) | fix | **datepicker:** add harness for datepicker actions ([#32925](https://github.com/angular/components/pull/32925)) |
25+
26+
<!-- CHANGELOG SPLIT MARKER -->
27+
128
<a name="22.0.0-next.0"></a>
229
# 22.0.0-next.0 "plastic-bear" (2026-03-11)
330
### 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.0",
56+
"version": "22.0.0-next.1",
5757
"dependencies": {
5858
"@angular-devkit/core": "catalog:",
5959
"@angular-devkit/schematics": "catalog:",

0 commit comments

Comments
 (0)