Skip to content

Commit fb8bca5

Browse files
committed
release: cut the v15.2.0-next.3 release
1 parent 1a0204a commit fb8bca5

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="15.2.0-next.3"></a>
2+
# 15.2.0-next.3 "tritium-turnstile" (2023-02-02)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [50ec808eae](https://github.com/angular/components/commit/50ec808eaef5b554df382591a6a58f88b429237f) | fix | **collections:** SelectionModel does not always respect the compareWith function ([#26447](https://github.com/angular/components/pull/26447)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [48b4445a1c](https://github.com/angular/components/commit/48b4445a1ca367555df44166312a1df470fc12c6) | fix | **checkbox:** focus not moved to input when clicking on touch target ([#26545](https://github.com/angular/components/pull/26545)) |
11+
| [0e35cc0e5d](https://github.com/angular/components/commit/0e35cc0e5ddacc34eadf133a270a6d31a88d31f5) | fix | **dialog:** take dialog background from theme palette ([#26324](https://github.com/angular/components/pull/26324)) |
12+
| [a1d5614f18](https://github.com/angular/components/commit/a1d5614f18066c0c2dc2580c7b5099e8f68a8e74) | fix | **tabs:** set color on disabled tabs ([#26319](https://github.com/angular/components/pull/26319)) |
13+
| [fd9853da88](https://github.com/angular/components/commit/fd9853da88f3cb93a82ce38e207ace8047bec958) | fix | **tabs:** unable to click projected content in tab label ([#26527](https://github.com/angular/components/pull/26527)) |
14+
### google-maps
15+
| Commit | Type | Description |
16+
| -- | -- | -- |
17+
| [15648802d0](https://github.com/angular/components/commit/15648802d00341da251e8b8b9da7de8094737696) | fix | error if API is initialized incorrectly ([#26520](https://github.com/angular/components/pull/26520)) |
18+
## Special Thanks
19+
Alan Agius, Aurélien Loyer, Kristiyan Kostadinov, MECHERI Akram, Miles Malerba, Paul Gschwendtner, Pei Wang and Wagner Maciel
20+
21+
<!-- CHANGELOG SPLIT MARKER -->
22+
123
<a name="15.1.3"></a>
224
# 15.1.3 "obsidian-organism" (2023-02-02)
325
### 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": "15.2.0-next.2",
57+
"version": "15.2.0-next.3",
5858
"dependencies": {
5959
"@angular/animations": "^15.1.0",
6060
"@angular/common": "^15.1.0",

0 commit comments

Comments
 (0)