Skip to content

Commit 29e74eb

Browse files
authored
chore: bump version to 9.2.0 w/ changelog (#18921)
* chore: bump version to 9.2.0 w/ changelog * add comment about TypeScript 3.8
1 parent cc1e0fe commit 29e74eb

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# 9.2.0 "metal-man" (2020-03-25)
2+
3+
This release introduces support for TypeScript 3.8.
4+
5+
### cdk
6+
7+
| | |
8+
| ---------- | --------------------- |
9+
| bug fix | **coercion:** add the support for readonly array coercion ([#18807](https://github.com/angular/components/issues/18807)) ([cd96886](https://github.com/angular/components/commit/cd96886)), closes [#18806](https://github.com/angular/components/issues/18806) |
10+
11+
### material
12+
13+
| | |
14+
| ---------- | --------------------- |
15+
| bug fix | **form-field:** incorrectly calculating start gap in RTL in the presence of a prefix ([#18867](https://github.com/angular/components/issues/18867)) ([6275339](https://github.com/angular/components/commit/6275339)), closes [#18857](https://github.com/angular/components/issues/18857) |
16+
| bug fix | **form-field:** some input types taller than plain text input ([#18825](https://github.com/angular/components/issues/18825)) ([e311791](https://github.com/angular/components/commit/e311791)), closes [#18787](https://github.com/angular/components/issues/18787) |
17+
| bug fix | **list:** no selected indication in high contrast mode while in single selection ([#18585](https://github.com/angular/components/issues/18585)) ([76e8a38](https://github.com/angular/components/commit/76e8a38)) |
18+
| bug fix | **table:** error when nesting tables ([#18832](https://github.com/angular/components/issues/18832)) ([32aec93](https://github.com/angular/components/commit/32aec93)), closes [#18768](https://github.com/angular/components/issues/18768) |
19+
20+
### google-maps
21+
22+
| | |
23+
| ---------- | --------------------- |
24+
| feature | support setting the map type ([#18578](https://github.com/angular/components/issues/18578)) ([2a6aae1](https://github.com/angular/components/commit/2a6aae1)), closes [#18577](https://github.com/angular/components/issues/18577) |
25+
26+
### material-experimental
27+
28+
| | |
29+
| ---------- | --------------------- |
30+
| bug fix | **mdc-chips:** add feature targeting to theme styles ([#18830](https://github.com/angular/components/issues/18830)) ([54bbb90](https://github.com/angular/components/commit/54bbb90)) |
31+
| bug fix | **radio:** redefine theme variables ([#18907](https://github.com/angular/components/issues/18907)) ([cc9793f](https://github.com/angular/components/commit/cc9793f)) |
32+
| bug fix | **radio:** remove input click handler ([#18868](https://github.com/angular/components/issues/18868)) ([7c75d6e](https://github.com/angular/components/commit/7c75d6e)) |
33+
| bug fix | **slide-toggle:** allow different densities ([#18895](https://github.com/angular/components/issues/18895)) ([4d7ffaa](https://github.com/angular/components/commit/4d7ffaa)) |
34+
| bug fix | **slide-toggle:** redefine more variables ([#18908](https://github.com/angular/components/issues/18908)) ([1cca459](https://github.com/angular/components/commit/1cca459)) |
35+
36+
137
# 9.2.0-next.0 "twine-tornado" (2020-03-18)
238

339
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"stylelint": "stylelint \"src/**/*.+(css|scss)\" --config .stylelintrc.json --syntax scss",
4444
"resync-caretaker-app": "ts-node --project scripts scripts/caretaking/resync-caretaker-app-prs.ts"
4545
},
46-
"version": "9.2.0-next.0",
46+
"version": "9.2.0",
4747
"dependencies": {
4848
"@angular/animations": "^9.1.0",
4949
"@angular/common": "^9.1.0",

0 commit comments

Comments
 (0)