Skip to content

Commit 6680887

Browse files
committed
release: cut the v19.2.12 release
1 parent b2ee3fc commit 6680887

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
<a name="19.2.12"></a>
2+
# 19.2.12 "francium-fork" (2025-04-30)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [63c5e0068](https://github.com/angular/components/commit/63c5e00685e5b6d3cc61b40aa72c165feb76f0eb) | fix | **overlay:** reduce touch interaction delay on backdrop ([#30971](https://github.com/angular/components/pull/30971)) |
7+
| [00dac592a](https://github.com/angular/components/commit/00dac592af2fff753c0f06b496bbf5792de874f0) | fix | **stepper:** resolve null pointer errors ([#30944](https://github.com/angular/components/pull/30944)) |
8+
### material
9+
| Commit | Type | Description |
10+
| -- | -- | -- |
11+
| [5fa518581](https://github.com/angular/components/commit/5fa51858118de3b06fddc505d03d047ef970b4b8) | fix | **chips:** icon cut off when text-spacing is increased ([#30867](https://github.com/angular/components/pull/30867)) |
12+
| [5efd099a3](https://github.com/angular/components/commit/5efd099a30a79f0da2c46a40a02e65ae5f6cea23) | fix | **schematics:** surface-container-low token not emitted ([#30985](https://github.com/angular/components/pull/30985)) |
13+
| [47ae20144](https://github.com/angular/components/commit/47ae201441b664f41adcc3837a0d3b0078e6c5c8) | fix | **table:** height tokens not applying to flex table ([#30978](https://github.com/angular/components/pull/30978)) |
14+
| [9a8d136d6](https://github.com/angular/components/commit/9a8d136d662b1ae48fa9a38a0faba7aa5105fbcc) | fix | **tabs:** flicker when animationDuration is set to zero ([#30966](https://github.com/angular/components/pull/30966)) ([#30968](https://github.com/angular/components/pull/30968)) |
15+
### google-maps
16+
| Commit | Type | Description |
17+
| -- | -- | -- |
18+
| [278f29e90](https://github.com/angular/components/commit/278f29e9098ed46a8940b25d6e4a6c3827bc70c7) | fix | implicitly include google.maps types instead of the triple slash workaround ([#30942](https://github.com/angular/components/pull/30942)) |
19+
### multiple
20+
| Commit | Type | Description |
21+
| -- | -- | -- |
22+
| [33a721716](https://github.com/angular/components/commit/33a7217165d1310cab52ece64f322468c78535b5) | fix | ensure mat-option parents are the offsetParent ([#30977](https://github.com/angular/components/pull/30977)) ([#30980](https://github.com/angular/components/pull/30980)) |
23+
24+
<!-- CHANGELOG SPLIT MARKER -->
25+
126
<a name="19.2.11"></a>
227
# 19.2.11 "dopamine-dumpling" (2025-04-23)
328
### cdk

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"ci-notify-slack-failure": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts",
5454
"prepare": "husky"
5555
},
56-
"version": "19.2.11",
56+
"version": "19.2.12",
5757
"dependencies": {
5858
"@angular-devkit/core": "catalog:",
5959
"@angular-devkit/schematics": "catalog:",

0 commit comments

Comments
 (0)