Skip to content

Commit e03a4d6

Browse files
authored
release: bump version to 11.0.0-next.2 w/ changelog (#20813)
1 parent d5a442f commit e03a4d6

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+
# 11.0.0-next.2 "cashmere-cup" (2020-10-15)
2+
3+
### cdk
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **testing:** avoid using dotted property access for dispatchEven… ([#20754](https://github.com/angular/components/issues/20754)) ([7d99c35](https://github.com/angular/components/commit/7d99c35)) |
8+
| feature | **overlay:** connected-overlay directive should have input for disabling escape close ([#20585](https://github.com/angular/components/issues/20585)) ([57c7b6a](https://github.com/angular/components/commit/57c7b6a)) |
9+
| feature | **testing:** add the ability to dispatch arbitrary events ([#20714](https://github.com/angular/components/issues/20714)) ([b7cfe67](https://github.com/angular/components/commit/b7cfe67)) |
10+
| feature | **testing:** support right clicking on a TestElement ([#20400](https://github.com/angular/components/issues/20400)) ([b1be164](https://github.com/angular/components/commit/b1be164)), closes [#20385](https://github.com/angular/components/issues/20385) |
11+
12+
### material
13+
14+
| | |
15+
| ---------- | --------------------- |
16+
| bug fix | **datepicker:** add close button for screen readers ([#20666](https://github.com/angular/components/issues/20666)) ([407398f](https://github.com/angular/components/commit/407398f)), closes [#14379](https://github.com/angular/components/issues/14379) |
17+
| bug fix | **datepicker:** don't handle escape key presses with modifier ([#20713](https://github.com/angular/components/issues/20713)) ([54f36a3](https://github.com/angular/components/commit/54f36a3)) |
18+
| bug fix | **select:** make VoiceOver read options for selects in dialogs ([#20695](https://github.com/angular/components/issues/20695)) ([33a43f7](https://github.com/angular/components/commit/33a43f7)), closes [#20694](https://github.com/angular/components/issues/20694) |
19+
| feature | **select:** add a global option to specify overlay panel class ([#20702](https://github.com/angular/components/issues/20702)) ([17a9ad0](https://github.com/angular/components/commit/17a9ad0)) |
20+
| feature | **tabs:** allow for dynamicHeight to be configured through MAT_TABS_CONFIG ([#19677](https://github.com/angular/components/issues/19677)) ([d6e6f44](https://github.com/angular/components/commit/d6e6f44)), closes [#19662](https://github.com/angular/components/issues/19662) |
21+
| feature | **tree:** add getTreeStructure for tree harness ([#20568](https://github.com/angular/components/issues/20568)) ([483c3e2](https://github.com/angular/components/commit/483c3e2)) |
22+
23+
### material-experimental
24+
25+
| | |
26+
| ---------- | --------------------- |
27+
| bug fix | **mdc-form-field:** implement new methods added to text field adapter ([#20739](https://github.com/angular/components/issues/20739)) ([c3aa76e](https://github.com/angular/components/commit/c3aa76e)) |
28+
| bug fix | **mdc-form-field:** test harness referring to non-MDC harnesses ([#20762](https://github.com/angular/components/issues/20762)) ([02d334c](https://github.com/angular/components/commit/02d334c)) |
29+
30+
131
## 10.2.5 "ink-peony" (2020-10-15)
232

333
### material

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"integration-tests:size-test": "bazel test //integration/size-test/...",
4949
"check-mdc-tests": "ts-node --project scripts/tsconfig.json scripts/check-mdc-tests.ts"
5050
},
51-
"version": "11.0.0-next.1",
51+
"version": "11.0.0-next.2",
5252
"dependencies": {
5353
"@angular/animations": "^11.0.0-next.6",
5454
"@angular/common": "^11.0.0-next.6",

0 commit comments

Comments
 (0)