Skip to content

Commit 874ffb9

Browse files
committed
update changelog for v1.58.2
1 parent dad2472 commit 874ffb9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ To see all merged commits on the master branch that will be part of the next plo
99

1010
where X.Y.Z is the semver of most recent plotly.js release.
1111

12+
## [1.58.2] -- 2020-12-08
13+
14+
### Fixed
15+
- Fix `root.color` error for `treemap` and `sunburst` traces
16+
(regression introduced in 1.58.0) [#5330]
17+
- Avoid infinite redraws to compute autorange for "inside" tick labels
18+
on the axes linked with `scaleanchor` and/or `matches` [#5329]
19+
- Provide padding for "inside" tick labels of various cartesian traces
20+
e.g. `heatmap`, `bar` and `line` plots [#5325]
21+
- Adjust position of multi-line dates for tick labels in respect to
22+
`side` and `ticklabelposition` on x-axis [#5326]
23+
- Move `tape` to dev-dependencies [#5323]
24+
25+
1226
## [1.58.1] -- 2020-12-04
1327

1428
### Fixed

0 commit comments

Comments
 (0)