Skip to content

Commit

Permalink
release: cut the v12.2.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin committed Oct 20, 2021
1 parent 3805519 commit 8e24b81
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
<a name="12.2.11"></a>
# 12.2.11 "wood-doll" (2021-10-20)
### cdk
| Commit | Type | Description |
| -- | -- | -- |
| [5402a8b23f](https://github.com/angular/components/commit/5402a8b23f8ca06053696549b4bc23e33196f148) | fix | **overlay:** OverlayRef.outsidePointerEvents() should only emit due to pointerdown outside overlay ([#23679](https://github.com/angular/components/pull/23679)) |
### material
| Commit | Type | Description |
| -- | -- | -- |
| [edad40fcd1](https://github.com/angular/components/commit/edad40fcd130d92f2384ae60d53ed5f0dfaa740b) | fix | **datepicker:** revert breaking change on IE ([#23786](https://github.com/angular/components/pull/23786)) |
| [7086e448a8](https://github.com/angular/components/commit/7086e448a88d416cc57088bfd96782b516beb118) | fix | **input:** incorrect color for select using the size attribute ([#23734](https://github.com/angular/components/pull/23734)) |
| [18fcc4519f](https://github.com/angular/components/commit/18fcc4519fb8feacd48e086dc542898eeaaa11ac) | fix | **tabs:** incorrect ripple color when CSS variables are used for theme ([#23686](https://github.com/angular/components/pull/23686)) |
### material-experimental
| Commit | Type | Description |
| -- | -- | -- |
| [d8b5d9f4f1](https://github.com/angular/components/commit/d8b5d9f4f185c3502e2bb6c9f6316261412a2000) | fix | **mdc-card:** action alignment not working ([#23742](https://github.com/angular/components/pull/23742)) |
| [1ac871f5a0](https://github.com/angular/components/commit/1ac871f5a0e43df9ef23a9a5c4a98ac0a0f05690) | fix | **mdc-select:** add list class to option ([#23738](https://github.com/angular/components/pull/23738)) |
### multiple
| Commit | Type | Description |
| -- | -- | -- |
| [51997be26e](https://github.com/angular/components/commit/51997be26e5b8b6c969d80d15b3e3c039deb35dc) | fix | use ripple theme color for color mixins ([#23739](https://github.com/angular/components/pull/23739)) |
## Special Thanks
Andrew Seguin, Kristiyan Kostadinov and Lukas Spirig

<!-- CHANGELOG SPLIT MARKER -->

<a name="12.2.10"></a>
# 12.2.10 "plastic-monkey" (2021-10-15)
### material
Expand Down Expand Up @@ -4499,4 +4525,4 @@ You can view a beta version of the docs at https://beta-angular-material-io.fire

# Changes Prior to 7.0.0

To view changes that occurred prior to 7.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/master/CHANGELOG_ARCHIVE.md).
To view changes that occurred prior to 7.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/master/CHANGELOG_ARCHIVE.md).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"tsc": "node ./node_modules/typescript/bin/tsc",
"prepare": "husky install"
},
"version": "12.2.10",
"version": "12.2.11",
"dependencies": {
"@angular/animations": "12.2.2",
"@angular/common": "12.2.2",
Expand Down

0 comments on commit 8e24b81

Please sign in to comment.