Skip to content

Commit 3565b50

Browse files
committed
release: cut the v18.2.11 release
1 parent f3f2b54 commit 3565b50

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="18.2.11"></a>
2+
# 18.2.11 "limonite-lemon" (2024-10-31)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [5d1bc76430](https://github.com/angular/components/commit/5d1bc764302e4bebcc50fb0fa3dee86470148cdf) | fix | **tree:** only handle keyboard events directly from the node |
7+
| [a3449dc851](https://github.com/angular/components/commit/a3449dc851b7fbb0451dca57da4d29ab8f41e5a9) | perf | **table:** Use ResizeObservers instead of dom measurement to reduce layout thrashing (where possible) ([#29814](https://github.com/angular/components/pull/29814)) |
8+
### material
9+
| Commit | Type | Description |
10+
| -- | -- | -- |
11+
| [a98c886163](https://github.com/angular/components/commit/a98c886163312f591c3bc8539aa8686b94459566) | fix | **button:** anchor not handling disabledInteractive correctly ([#29938](https://github.com/angular/components/pull/29938)) |
12+
| [810040e8fc](https://github.com/angular/components/commit/810040e8fc88d31a734eb8a584891208ae088572) | fix | **sidenav:** remove IE animation workaround ([#29929](https://github.com/angular/components/pull/29929)) |
13+
| [197747e2bd](https://github.com/angular/components/commit/197747e2bd1cbc43534b6e3f5fc37040647c8a4f) | fix | **stepper:** remove IE animation workaround ([#29916](https://github.com/angular/components/pull/29916)) |
14+
15+
<!-- CHANGELOG SPLIT MARKER -->
16+
117
<a name="18.2.10"></a>
218
# 18.2.10 "plastic-monkey" (2024-10-23)
319
### material

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"ci-notify-slack-failure": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts",
5555
"prepare": "husky"
5656
},
57-
"version": "18.2.10",
57+
"version": "18.2.11",
5858
"dependencies": {
5959
"@angular/animations": "^18.2.0-next.2",
6060
"@angular/common": "^18.2.0-next.2",

0 commit comments

Comments
 (0)