Skip to content

Commit 7b0bb2c

Browse files
authored
chore: bump version to 10.1.2 w/ changelog (#20168)
1 parent f80c7d5 commit 7b0bb2c

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
## 10.1.2 "pearl-parachute" (2020-08-03)
2+
3+
### cdk
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **clipboard:** scroll position changing while copying on some browsers ([#20073](https://github.com/angular/components/issues/20073)) ([f58407d](https://github.com/angular/components/commit/f58407d)) |
8+
| bug fix | **overlay:** only dispatch position change event if requested ([#19785](https://github.com/angular/components/issues/19785)) ([37b9664](https://github.com/angular/components/commit/37b9664)) |
9+
| bug fix | **portal:** running change detection before nodes have been moved to outlet ([#16407](https://github.com/angular/components/issues/16407)) ([30da7e1](https://github.com/angular/components/commit/30da7e1)), closes [#16346](https://github.com/angular/components/issues/16346) |
10+
| bug fix | **scrolling:** virtual scroll not accounting for margin when measuring range ([#19852](https://github.com/angular/components/issues/19852)) ([5892285](https://github.com/angular/components/commit/5892285)), closes [#19851](https://github.com/angular/components/issues/19851) |
11+
| bug fix | **testing:** emit pointer events on hover and mouseAway ([#20098](https://github.com/angular/components/issues/20098)) ([5b63309](https://github.com/angular/components/commit/5b63309)) |
12+
| performance | **table:** Reduce calls to updateStickyColumnStyles ([#19739](https://github.com/angular/components/issues/19739)) ([c1d4597](https://github.com/angular/components/commit/c1d4597)) |
13+
14+
### material
15+
16+
| | |
17+
| ---------- | --------------------- |
18+
| bug fix | **select:** emitting change event twice for reset values ([#13598](https://github.com/angular/components/issues/13598)) ([0c4ed0a](https://github.com/angular/components/commit/0c4ed0a)), closes [#10859](https://github.com/angular/components/issues/10859) [#10675](https://github.com/angular/components/issues/10675) [#13579](https://github.com/angular/components/issues/13579) |
19+
| bug fix | **sidenav:** run autosize debounce timer outside the NgZone ([#18898](https://github.com/angular/components/issues/18898)) ([02210d8](https://github.com/angular/components/commit/02210d8)), closes [#18894](https://github.com/angular/components/issues/18894) |
20+
| performance | **tooltip:** Hook up to pointer leave events when pointer enter events fire ([#19777](https://github.com/angular/components/issues/19777)) ([3c9a4ac](https://github.com/angular/components/commit/3c9a4ac)) |
21+
22+
### google-maps
23+
24+
| | |
25+
| ---------- | --------------------- |
26+
| bug fix | avoid re-initializing info window for same marker ([#19299](https://github.com/angular/components/issues/19299)) ([d62c70d](https://github.com/angular/components/commit/d62c70d)) |
27+
28+
### material-experimental
29+
30+
| | |
31+
| ---------- | --------------------- |
32+
| feature | add MDC-based mat-option and mdc-core entry point ([#19557](https://github.com/angular/components/issues/19557)) ([3d0f827](https://github.com/angular/components/commit/3d0f827)) |
33+
34+
135
## 10.1.1 "tin-hat" (2020-07-27)
236

337
### cdk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"integration-tests:view-engine": "bazel test --test_tag_filters=view-engine-only --build_tests_only -- //integration/... -//integration/size-test/...",
4747
"integration-tests:size-test": "bazel test //integration/size-test/..."
4848
},
49-
"version": "10.1.1",
49+
"version": "10.1.2",
5050
"dependencies": {
5151
"@angular/animations": "^10.0.0",
5252
"@angular/common": "^10.0.0",

0 commit comments

Comments
 (0)