Skip to content

Commit 6a858aa

Browse files
authored
release: update changelog w/ 11.1.2 (#21807)
1 parent 23b21a8 commit 6a858aa

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,39 @@
3535
| feature | **mdc-typography:** add a function to create ([12488cb50d6806810ed664e37c896128edddd871](https://github.com/angular/components/commit/12488cb50d6806810ed664e37c896128edddd871)) |
3636

3737

38+
## 11.1.2 "cinnabar-vase" (2021-02-04)
39+
40+
### cdk
41+
42+
| | |
43+
| ---------- | --------------------- |
44+
| bug fix | **collections:** recycle repeater strategy retaining references to destroyed views ([#21744](https://github.com/angular/components/issues/21744)) ([4161f0f01aa46afb7f872269a17b73dcc4cd5f88](https://github.com/angular/components/commit/4161f0f01aa46afb7f872269a17b73dcc4cd5f88)) |
45+
| feature | **table:** add HTML elements to sticky styler update ([#21704](https://github.com/angular/components/issues/21704)) ([d0106c190150d839c12392fea1007fd932e5f7c4](https://github.com/angular/components/commit/d0106c190150d839c12392fea1007fd932e5f7c4)) |
46+
47+
### material
48+
49+
| | |
50+
| ---------- | --------------------- |
51+
| bug fix | **datepicker:** reset preview range after selecting a date ([#21591](https://github.com/angular/components/issues/21591)) ([54997c4a762af8572d5f82b262f3b5932d7fd986](https://github.com/angular/components/commit/54997c4a762af8572d5f82b262f3b5932d7fd986)) |
52+
| bug fix | **expansion:** add focus indication in high contrast mode ([#21549](https://github.com/angular/components/issues/21549)) ([fdacb22f21443614c2876e8653d265cea3adfd9e](https://github.com/angular/components/commit/fdacb22f21443614c2876e8653d265cea3adfd9e)), closes [#21544](https://github.com/angular/components/issues/21544) |
53+
| bug fix | **menu:** nested menu trigger not restoring focus ([#21531](https://github.com/angular/components/issues/21531)) ([b3302903e62befeabf854ec8e6419c8edd176c08](https://github.com/angular/components/commit/b3302903e62befeabf854ec8e6419c8edd176c08)) |
54+
| bug fix | **schematics:** fix typo in warning ([#21754](https://github.com/angular/components/issues/21754)) ([dde0590e68bba556741727f5d625e0af618baf6d](https://github.com/angular/components/commit/dde0590e68bba556741727f5d625e0af618baf6d)), closes [#21705](https://github.com/angular/components/issues/21705) |
55+
| bug fix | **select:** overlay offset calculation for disabled option centering ([#21716](https://github.com/angular/components/issues/21716)) ([3c391ebb24eafbde564fe1a9e4b847091947c67a](https://github.com/angular/components/commit/3c391ebb24eafbde564fe1a9e4b847091947c67a)), closes [#21570](https://github.com/angular/components/issues/21570) |
56+
| bug fix | **select:** VoiceOver reading out blank space ([#21733](https://github.com/angular/components/issues/21733)) ([51ba599b2cf3d85e31387afce5b679e82d7892e6](https://github.com/angular/components/commit/51ba599b2cf3d85e31387afce5b679e82d7892e6)), closes [#21725](https://github.com/angular/components/issues/21725) |
57+
58+
### material-experimental
59+
60+
| | |
61+
| ---------- | --------------------- |
62+
| bug fix | **mdc-dialog:** afterClosed being run outside of NgZone ([#21702](https://github.com/angular/components/issues/21702)) ([698d6d0ac4c869a86658e1db617dc85a342eacf7](https://github.com/angular/components/commit/698d6d0ac4c869a86658e1db617dc85a342eacf7)), closes [#21696](https://github.com/angular/components/issues/21696) |
63+
| bug fix | **mdc-form-field:** remove extraneous sass var added by [#21676](https://github.com/angular/components/issues/21676) ([#21772](https://github.com/angular/components/issues/21772)) ([7b7bbfb16aea9793e8d98e2a5caa49b07bd0f079](https://github.com/angular/components/commit/7b7bbfb16aea9793e8d98e2a5caa49b07bd0f079)) |
64+
| bug fix | **mdc-form-field:** tweak styles to work with MDC ([95182246065cfb637584ac8b13dedf89f5231da6](https://github.com/angular/components/commit/95182246065cfb637584ac8b13dedf89f5231da6)) |
65+
| bug fix | **mdc-paginator:** use caption typography for select ([37b96144175487b7f857d29564ee1ba45b9f3500](https://github.com/angular/components/commit/37b96144175487b7f857d29564ee1ba45b9f3500)) |
66+
| bug fix | **mdc-typography:** change mdc components to prefer 2018 typography mappings if the config is compatible ([64ab8231ea813ef68ce8e1cc8fc0cf0183bf530c](https://github.com/angular/components/commit/64ab8231ea813ef68ce8e1cc8fc0cf0183bf530c)) |
67+
| bug fix | **mdc-typography:** update components using incorrect typography levels ([d9b10c4c7317601fa77f39cc1a0265de2d4c7a3b](https://github.com/angular/components/commit/d9b10c4c7317601fa77f39cc1a0265de2d4c7a3b)) |
68+
| feature | **mdc-typography:** add a function to create config from MDC ([b9003f75977c5dc8c8187185ab2a904e190e7b4c](https://github.com/angular/components/commit/b9003f75977c5dc8c8187185ab2a904e190e7b4c)) |
69+
70+
3871
## 11.1.1 "silicate-star" (2021-01-27)
3972

4073
### cdk
@@ -357,7 +390,7 @@ Note: Support for the node-sass npm package, based on libsass, was deprecated in
357390
support officially ends with version 11. Ending support for node-sass allows us to switch to the
358391
new Sass module system (the `@use` syntax), simplifying our Sass and keeping up with ecosystem
359392
best practices. The `sass` npm package is an API compatible replacement maintained by the official
360-
Sass team at Google.
393+
Sass team at Google.
361394

362395
_Breaking changes:_
363396

0 commit comments

Comments
 (0)