Skip to content

Commit 6d42173

Browse files
authored
release: 12.0.0-rc.0 and 11.2.10 changelog (#22532)
1 parent f2b94e8 commit 6d42173

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# 12.0.0-rc.0 "charcoal-pencil" (2021-04-21)
2+
3+
### material
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **autocomplete:** error if keydown is dispatched too early ([#22513](https://github.com/angular/components/issues/22513)) ([9e68bf87a98244eb7494b30be47bcea241262013](https://github.com/angular/components/commit/9e68bf87a98244eb7494b30be47bcea241262013)), closes [#22511](https://github.com/angular/components/issues/22511) |
8+
| bug fix | **schematics:** replace removed variables with their values in sass api migration ([#22505](https://github.com/angular/components/issues/22505)) ([4f6bf3ae00c79729f4340df297dab58a93645e61](https://github.com/angular/components/commit/4f6bf3ae00c79729f4340df297dab58a93645e61)) |
9+
| bug fix | **snack-bar:** clear timeout upon dismiss with action ([#22485](https://github.com/angular/components/issues/22485)) ([f3dcfa9033ba07bb97cbcdf8d85f9a275bc67904](https://github.com/angular/components/commit/f3dcfa9033ba07bb97cbcdf8d85f9a275bc67904)), closes [#4860](https://github.com/angular/components/issues/4860) |
10+
11+
12+
## 11.2.10 "walnut-tabletop" (2021-04-21)
13+
14+
### material
15+
16+
| | |
17+
| ---------- | --------------------- |
18+
| bug fix | **autocomplete:** error if keydown is dispatched too early ([#22513](https://github.com/angular/components/issues/22513)) ([da92944699327942495145f67b6982118d513419](https://github.com/angular/components/commit/da92944699327942495145f67b6982118d513419)), closes [#22511](https://github.com/angular/components/issues/22511) |
19+
| bug fix | **snack-bar:** clear timeout upon dismiss with action ([#22485](https://github.com/angular/components/issues/22485)) ([1a1528de123b334dffd1f95c4be7458fb2dfb25c](https://github.com/angular/components/commit/1a1528de123b334dffd1f95c4be7458fb2dfb25c)), closes [#4860](https://github.com/angular/components/issues/4860) |
20+
21+
122
# 12.0.0-next.7 "porcelain-daydream" (2021-04-14)
223

324
### cdk
@@ -179,7 +200,7 @@ _Breaking changes:_
179200
Sass theming API has been reworked so that clients can take advantage of `@use`. This includes:
180201
* A single entry point into `@angular/material` and `@angular/cdk`
181202
* Renamed functions, mixins, and variables to be a better reflection of what they do
182-
203+
183204
For more information, check out the [new theming guide](https://github.com/angular/components/blob/master/guides/theming.md).
184205

185206
### cdk

0 commit comments

Comments
 (0)