Skip to content

Commit df7f880

Browse files
authored
chore: bump version to 10.1.3 w/ changelog (#20261)
1 parent 51b947d commit df7f880

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 10.1.3 "silver-potato" (2020-08-10)
2+
3+
### cdk
4+
5+
| | |
6+
| ---------- | --------------------- |
7+
| bug fix | **overlay:** fix wrong overflow calculation ([#17791](https://github.com/angular/components/issues/17791)) ([6ddcd04](https://github.com/angular/components/commit/6ddcd04)) |
8+
9+
### material
10+
11+
| | |
12+
| ---------- | --------------------- |
13+
| 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) |
14+
| 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)) |
15+
| 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)) |
16+
| 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)) |
17+
| 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)) |
18+
19+
120
## 10.1.2 "pearl-parachute" (2020-08-03)
221

322
### 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.2",
49+
"version": "10.1.3",
5050
"dependencies": {
5151
"@angular/animations": "^10.0.8",
5252
"@angular/common": "^10.0.8",

0 commit comments

Comments
 (0)