Skip to content

Commit

Permalink
update changelog for v1.58.2
Browse files Browse the repository at this point in the history
  • Loading branch information
archmoj committed Dec 9, 2020
1 parent dad2472 commit 874ffb9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ To see all merged commits on the master branch that will be part of the next plo

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

## [1.58.2] -- 2020-12-08

### Fixed
- Fix `root.color` error for `treemap` and `sunburst` traces
(regression introduced in 1.58.0) [#5330]
- Avoid infinite redraws to compute autorange for "inside" tick labels
on the axes linked with `scaleanchor` and/or `matches` [#5329]
- Provide padding for "inside" tick labels of various cartesian traces
e.g. `heatmap`, `bar` and `line` plots [#5325]
- Adjust position of multi-line dates for tick labels in respect to
`side` and `ticklabelposition` on x-axis [#5326]
- Move `tape` to dev-dependencies [#5323]


## [1.58.1] -- 2020-12-04

### Fixed
Expand Down

0 comments on commit 874ffb9

Please sign in to comment.