Skip to content

chore: bump version to 10.1.3 w/ changelog #20261

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 10, 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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 10.1.3 "silver-potato" (2020-08-10)

### cdk

| | |
| ---------- | --------------------- |
| bug fix | **overlay:** fix wrong overflow calculation ([#17791](https://github.com/angular/components/issues/17791)) ([6ddcd04](https://github.com/angular/components/commit/6ddcd04)) |

### material

| | |
| ---------- | --------------------- |
| bug fix | **stepper:** remove tabindex from content ([#16809](https://github.com/angular/components/issues/16809)) ([237a6cc](https://github.com/angular/components/commit/237a6cc)), closes [#14892](https://github.com/angular/components/issues/14892) [#16692](https://github.com/angular/components/issues/16692) |
| bug fix | **tree:** Apply aria-level to all nodes ([#17818](https://github.com/angular/components/issues/17818)) ([c60fc9e](https://github.com/angular/components/commit/c60fc9e)) |
| performance | **column-resize:** Coalesce style updates along with sticky styler ([#20086](https://github.com/angular/components/issues/20086)) ([7e2079a](https://github.com/angular/components/commit/7e2079a)) |
| performance | **table:** Do column name string interpolation once per column instead of once per cell ([#19801](https://github.com/angular/components/issues/19801)) ([19dd8bb](https://github.com/angular/components/commit/19dd8bb)) |
| performance | **table:** Slightly improve speed of adding/remvoing sticky styles ([#19823](https://github.com/angular/components/issues/19823)) ([ba35ee1](https://github.com/angular/components/commit/ba35ee1)) |


## 10.1.2 "pearl-parachute" (2020-08-03)

### 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.2",
"version": "10.1.3",
"dependencies": {
"@angular/animations": "^10.0.8",
"@angular/common": "^10.0.8",
Expand Down