Skip to content

Commit aa61e81

Browse files
authored
release: cut the v13.3.1 release (#24653)
1 parent 3eb6bb4 commit aa61e81

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
<a name="13.3.1"></a>
2+
# 13.3.1 "pearl-necklace" (2022-03-23)
3+
### cdk
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [cf24b704d](https://github.com/angular/components/commit/cf24b704d46d2122d543331a405b6337b5765252) | fix | **schematics:** mark `ng-add` schematics as hidden |
7+
| [4a4ebe7df](https://github.com/angular/components/commit/4a4ebe7dff23ab989d283e22f813d6cb3bcd20ed) | perf | **scrolling:** do not run change detection if there are no `viewChange` listeners ([#23987](https://github.com/angular/components/pull/23987)) |
8+
### material
9+
| Commit | Type | Description |
10+
| -- | -- | -- |
11+
| [0897f49d7](https://github.com/angular/components/commit/0897f49d7538ea1c0b3a59a25b60a59cd0208b2d) | fix | **autocomplete:** re-enter the Angular zone when the `NgZone.onStable` emits ([#24569](https://github.com/angular/components/pull/24569)) |
12+
| [51ddecbbb](https://github.com/angular/components/commit/51ddecbbbd669c29fbe2cd99f55ad3a3ba716b4b) | fix | **checkbox:** model value not updated when using toggle method ([#11902](https://github.com/angular/components/pull/11902)) |
13+
| [174871713](https://github.com/angular/components/commit/174871713663f3c03b05140bc0108ecaecaef9a8) | fix | **input:** resolve memory leak on iOS ([#24599](https://github.com/angular/components/pull/24599)) |
14+
| [eed36b3ba](https://github.com/angular/components/commit/eed36b3baf6c476bd91d3af35cdaad640ab2fc9c) | fix | **schematics:** mark `ng-add` schematics as hidden |
15+
| [240b238f9](https://github.com/angular/components/commit/240b238f92700bd36f87999c82faef00e9fd65a9) | fix | **select:** NVDA reading out table when opening select on Chrome ([#23446](https://github.com/angular/components/pull/23446)) |
16+
| [e04b7aeee](https://github.com/angular/components/commit/e04b7aeee97a15d9c1527aa0ba3d53688a15c6f8) | fix | **select:** value set through property not being propagated to value accessor ([#10246](https://github.com/angular/components/pull/10246)) |
17+
| [5e5b296bf](https://github.com/angular/components/commit/5e5b296bf9afcbd097c11839e0042ac8c4c0f225) | perf | **icon:** remove IE workaround ([#24514](https://github.com/angular/components/pull/24514)) |
18+
### material-experimental
19+
| Commit | Type | Description |
20+
| -- | -- | -- |
21+
| [b09c7427c](https://github.com/angular/components/commit/b09c7427c47aebad31a1dfd4661b62eb7bc46d9d) | fix | **mdc-chips:** replace innerText w/ textContent ([#24635](https://github.com/angular/components/pull/24635)) |
22+
### multiple
23+
| Commit | Type | Description |
24+
| -- | -- | -- |
25+
| [0a3c7d7c4](https://github.com/angular/components/commit/0a3c7d7c4216c1a862c48d1fa379e053e2d7e316) | fix | memory leak when forcing focus ([#24520](https://github.com/angular/components/pull/24520)) |
26+
## Special Thanks
27+
Alan Agius, Artur Androsovych, CommanderRoot, Jeremy Elbourn, Joey Perrott, Kristiyan Kostadinov, Paul Gschwendtner, Wagner Maciel and tomicarsk6
28+
29+
<!-- CHANGELOG SPLIT MARKER -->
30+
131
<a name="13.3.0"></a>
232
# 13.3.0 "aluminum-armadillo" (2022-03-16)
333
### 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",
55+
"version": "13.3.1",
5656
"dependencies": {
5757
"@angular/animations": "13.3.0",
5858
"@angular/common": "13.3.0",

0 commit comments

Comments
 (0)