Skip to content

chore: bump version to 10.1.2 w/ changelog #20168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
## 10.1.2 "pearl-parachute" (2020-08-03)

### cdk

| | |
| ---------- | --------------------- |
| 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)) |
| 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)) |
| 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) |
| 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) |
| 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)) |
| performance | **table:** Reduce calls to updateStickyColumnStyles ([#19739](https://github.com/angular/components/issues/19739)) ([c1d4597](https://github.com/angular/components/commit/c1d4597)) |

### material

| | |
| ---------- | --------------------- |
| 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) |
| 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) |
| 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)) |

### google-maps

| | |
| ---------- | --------------------- |
| 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)) |

### material-experimental

| | |
| ---------- | --------------------- |
| 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)) |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should it be feature for a patch release?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We generally don't follow semver for the experimental packages



## 10.1.1 "tin-hat" (2020-07-27)

### cdk
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"integration-tests:view-engine": "bazel test --test_tag_filters=view-engine-only --build_tests_only -- //integration/... -//integration/size-test/...",
"integration-tests:size-test": "bazel test //integration/size-test/..."
},
"version": "10.1.1",
"version": "10.1.2",
"dependencies": {
"@angular/animations": "^10.0.0",
"@angular/common": "^10.0.0",
Expand Down