File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,20 @@ To see all merged commits on the master branch that will be part of the next plo
9
9
10
10
where X.Y.Z is the semver of most recent plotly.js release.
11
11
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
+
12
26
## [ 1.58.1] -- 2020-12-04
13
27
14
28
### Fixed
You can’t perform that action at this time.
0 commit comments