Skip to content

Commit 6065969

Browse files
committed
release: cut the v14.0.6 release
1 parent d7e4226 commit 6065969

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="14.0.6"></a>
2+
# 14.0.6 "chromium-pinball" (2022-07-20)
3+
### material
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [cc510216a](https://github.com/angular/components/commit/cc510216a6d1cae887558879a5d1fe8122e8929f) | fix | **autocomplete:** prevent outside clicks from going to other overlays ([#25243](https://github.com/angular/components/pull/25243)) |
7+
| [b73b2fb85](https://github.com/angular/components/commit/b73b2fb85874e84b84b35ffcc02819af3f971356) | fix | **checkbox:** incorrect animation state when going from pre-checked to indeterminate ([#25297](https://github.com/angular/components/pull/25297)) |
8+
| [e7b359286](https://github.com/angular/components/commit/e7b3592866f144996ff3895bed7b64670f2b4dd2) | fix | **slider:** add cancelable checks to touchmove and touchend events ([#25301](https://github.com/angular/components/pull/25301)) |
9+
| [d7e422668](https://github.com/angular/components/commit/d7e422668b19b4bc865717b1808d991e7d1d068c) | fix | **tabs:** disable tab label color transition when animations are disabled ([#25308](https://github.com/angular/components/pull/25308)) |
10+
### material-experimental
11+
| Commit | Type | Description |
12+
| -- | -- | -- |
13+
| [43bfbac51](https://github.com/angular/components/commit/43bfbac51514dcb64fc227512adfdadf84567f31) | fix | **mdc-slider:** thumb incorrectly positioned when inside an overlay ([#25288](https://github.com/angular/components/pull/25288)) |
14+
## Special Thanks
15+
Alka Vats, John Vandenberg, Kristiyan Kostadinov and Oliver Kierepka
16+
17+
<!-- CHANGELOG SPLIT MARKER -->
18+
119
<a name="14.0.5"></a>
220
# 14.0.5 "metal-hamster" (2022-07-14)
321
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
5555
"prepare": "husky install"
5656
},
57-
"version": "14.0.5",
57+
"version": "14.0.6",
5858
"dependencies": {
5959
"@angular/animations": "^14.0.1",
6060
"@angular/common": "^14.0.1",

0 commit comments

Comments
 (0)