Skip to content

Commit a1f6f66

Browse files
committed
release: cut the v14.0.3 release
1 parent b639fcc commit a1f6f66

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="14.0.3"></a>
2+
# 14.0.3 "diamond-orb" (2022-06-23)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [2ad1677c7](https://github.com/angular/components/commit/2ad1677c7370830b67f54fc4191aae98df90646c) | fix | **scrolling:** content jumping in appendOnly mode ([#25097](https://github.com/angular/components/pull/25097)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [8d5882cf1](https://github.com/angular/components/commit/8d5882cf177aae2dabed0e0924c1aa4b6e296ece) | fix | **button-toggle:** selected state not visible in high contrast mode ([#25114](https://github.com/angular/components/pull/25114)) |
11+
| [8df5efe08](https://github.com/angular/components/commit/8df5efe0824ac8cc5f83be45c0c856b74bbcf862) | fix | **datepicker:** actions not re-rendering if swapped out while calendar is open ([#25123](https://github.com/angular/components/pull/25123)) |
12+
## Special Thanks
13+
Kristiyan Kostadinov, Paul Gschwendtner and renovate[bot]
14+
15+
<!-- CHANGELOG SPLIT MARKER -->
16+
117
<a name="14.0.2"></a>
218
# 14.0.2 "corduroy-collar" (2022-06-16)
319
### cdk

package.json

+1-1
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.2",
57+
"version": "14.0.3",
5858
"dependencies": {
5959
"@angular/animations": "^14.0.1",
6060
"@angular/common": "^14.0.1",

0 commit comments

Comments
 (0)