File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,28 @@ 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.57.0] -- 2020-10-15
13
+
14
+ ### Added
15
+ - Introduce "domain" axis references in layout ` images ` , ` shapes ` and ` annotations ` [ #5014 ]
16
+ - Add ` rotation ` attribute to ` sunburst ` traces [ #5171 , #5201 ] ,
17
+ with thanks to @thierryVergult for the contribution!
18
+ - Provide computed margins in "full-json" export [ #5203 ] ,
19
+ this feature was anonymously sponsored: thank you to our sponsor!
20
+
21
+ ### Changed
22
+ - Mention the "full-json" option in the ` Plotly.toImage ` warning [ #5204 ]
23
+ - Use current graph dimensions in ` Plotly.downloadImage ` [ #5209 ]
24
+
25
+ ### Fixed
26
+ - Fix importing color modules for webpack users (regression introduced in 1.56.0) [ #5189 ]
27
+ - Fix positioning ticks and labels on axes with ` rangebreaks ` and/or "period" ` ticklabelmode ` [ #5187 , #5208 ]
28
+ - Fix autorange computation when a category matches a range extreme [ #5211 ] ,
29
+ with thanks to @LoganWlv for the contribution!
30
+ - Fix displaying modebar after ` Plotly.restyle ` [ #5181 ] ,
31
+ with thanks to @Yook74 for the contribution!
32
+
33
+
12
34
## [ 1.56.0] -- 2020-09-30
13
35
14
36
### Added
You can’t perform that action at this time.
0 commit comments