Skip to content

Commit 9290dc5

Browse files
committed
release: cut the v20.2.6 release
1 parent 01a6008 commit 9290dc5

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="20.2.6"></a>
2+
# 20.2.6 "wool-gyroscope" (2025-10-01)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [e8e8662ab](https://github.com/angular/components/commit/e8e8662ab68e493d3ae7c364297c569032a7af7f) | fix | **scrolling:** Fix undefined error when documentElement.style is undefined ([#31904](https://github.com/angular/components/pull/31904)) |
7+
| [a9b1afdb6](https://github.com/angular/components/commit/a9b1afdb6ba4e6720ec0358f0b85888f506905fc) | fix | **scrolling:** prevent subpixel gaps in virtual scroll viewport ([#31940](https://github.com/angular/components/pull/31940)) |
8+
### material
9+
| Commit | Type | Description |
10+
| -- | -- | -- |
11+
| [a6f0bd8e7](https://github.com/angular/components/commit/a6f0bd8e72d64d897611ec02cb2d9eb54d922318) | fix | **menu:** switch internal state to signals ([#31934](https://github.com/angular/components/pull/31934)) |
12+
| [94716a805](https://github.com/angular/components/commit/94716a8055ace7b4332a3b5bc37404434ccaf475) | fix | **select:** rotate arrow while open ([#31936](https://github.com/angular/components/pull/31936)) |
13+
14+
<!-- CHANGELOG SPLIT MARKER -->
15+
116
<a name="20.2.5"></a>
217
# 20.2.5 "sparkling-penguin" (2025-09-24)
318
### material

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"ci-docs-monitor-test": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/docs-deploy/monitoring/ci-test.mts",
5353
"prepare": "husky"
5454
},
55-
"version": "20.2.5",
55+
"version": "20.2.6",
5656
"dependencies": {
5757
"@angular-devkit/core": "catalog:",
5858
"@angular-devkit/schematics": "catalog:",

0 commit comments

Comments
 (0)