Skip to content

Commit 59e9859

Browse files
authored
release: cut the v13.3.0 release (#24606)
1 parent b49be83 commit 59e9859

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
<a name="13.3.0"></a>
2+
# 13.3.0 "aluminum-armadillo" (2022-03-16)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [e4c64dd56](https://github.com/angular/components/commit/e4c64dd566c2dbc3d0121e8398fd37461a8182db) | fix | **drag-drop:** only block dragstart event on event targets ([#24581](https://github.com/angular/components/pull/24581)) |
7+
### material
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [33d07df95](https://github.com/angular/components/commit/33d07df953b37a5fd96cc1a13aff002279681ec3) | fix | **badge:** ensure overflow visible ([#24602](https://github.com/angular/components/pull/24602)) |
11+
| [dfef17351](https://github.com/angular/components/commit/dfef17351308e86f10708274e58c905d3b6dfb60) | fix | **datepicker:** fix Voiceover losing focus on PageDown ([#24399](https://github.com/angular/components/pull/24399)) |
12+
| [1703b83ae](https://github.com/angular/components/commit/1703b83aec5f6a2f92b4cd8cd9dedccb980dd9e3) | fix | **datepicker:** use cdk-visually-hidden on calendar header ([#24523](https://github.com/angular/components/pull/24523)) |
13+
| [41320d07e](https://github.com/angular/components/commit/41320d07e14b405e20b2b8fdca84488547cb4845) | fix | **tabs:** avoid timeouts in background tabs ([#24000](https://github.com/angular/components/pull/24000)) |
14+
### material-experimental
15+
| Commit | Type | Description |
16+
| -- | -- | -- |
17+
| [097ec0d11](https://github.com/angular/components/commit/097ec0d11c42b833964cb4f9cb886445d6ecd7b1) | fix | **mdc-core:** add app background color ([#22992](https://github.com/angular/components/pull/22992)) |
18+
| [15a0676d5](https://github.com/angular/components/commit/15a0676d535a354875e1262cbaa5d23d19ee19e4) | fix | **mdc-radio:** add hover indication ([#24595](https://github.com/angular/components/pull/24595)) |
19+
## Special Thanks
20+
Andrew Seguin, Kristiyan Kostadinov, Paul Gschwendtner and Zach Arend
21+
22+
<!-- CHANGELOG SPLIT MARKER -->
23+
124
<a name="13.2.6"></a>
225
# 13.2.6 "suede-spaghetti" (2022-03-09)
326
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"ci-docs-monitor-test": "ts-node --project scripts/tsconfig.json scripts/docs-deploy/monitoring/ci-test.ts",
5353
"prepare": "husky install"
5454
},
55-
"version": "13.3.0-rc.0",
55+
"version": "13.3.0",
5656
"dependencies": {
5757
"@angular/animations": "13.3.0",
5858
"@angular/common": "13.3.0",

0 commit comments

Comments
 (0)