@@ -10,6 +10,36 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
1010where X.Y.Z is the semver of most recent plotly.js release.
1111
1212
13+ ## [ 1.53.0] -- 2020-03-31
14+
15+ ### Added
16+ - Introduce ` rangebreaks ` on date axes mainly thanks to [ #4614 ] with API revision & improvements in
17+ [ #4639 , #4641 , #4644 , #4649 , #4652 , #4653 , #4660 , #4661 , #4670 , #4677 , #4684 , #4688 , #4695 , #4696 , #4698 , #4699 ]
18+ - Introduce "(x|y) unified" ` hovermode ` [ #4620 , #4664 , #4669 , #4687 ]
19+ - Add "hovered data" mode to ` spikesnap ` [ #4665 ]
20+ - Add "full-json" export format to ` Plotly.toImage ` and ` Plotly.dowloadImage ` [ #4593 ]
21+ - Add ` node.customdata ` and ` link.customdata ` to ` sankey ` traces [ #4621 ]
22+ - Add ` opacityscale ` for ` surface ` traces [ #4480 ]
23+
24+ ### Changed
25+ - Improve ` contour ` labels (add extra pad) and correct minus sign [ #4540 ]
26+ - Improve sizing text inside ` pie ` and ` sunburst ` (add extra pad) [ #4519 ]
27+ - Improve display of spikelines when ` spikedistance ` is set to -1 [ #4637 ]
28+ - Improve compare ` hovermode ` to include all points at same coordinate [ #4664 ]
29+ - Improve ` histogram ` hover labels (harmonize start & end values) [ #4662 ]
30+ - Display new colors on Plotly's logo [ #4691 ]
31+ - Update links & descriptions to Chart Studio Cloud and plotly.com website [ #4694 ]
32+ - Update contributing guidelines & add info about trace module architecture [ #4624 ]
33+ - Require ` config.plotlyServerURL ` to be set for Chart Studio export [ #4690 ]
34+
35+ ### Fixed
36+ - Fix ` Plotly.downloadImage ` to match transparencies in gl3d plots with the on-screen render [ #4566 ]
37+ - Fix amount of transparency applied by ` opacity ` in ` surface ` traces [ #4480 , #4642 ]
38+ - Fix gaps in ` bar ` traces (regression introduced in 1.50.0) [ #4634 ]
39+ - Fix gaps in ` funnel ` & ` waterfall ` [ #4663 ]
40+ - Fix ` template ` to set axis ` type ` , ` tickformatstops ` , ` tick0 ` , ` dtick ` , ` tickvals ` and ` tickmode ` [ #4670 , #4685 ]
41+
42+
1343## [ 1.52.3] -- 2020-03-02
1444
1545## Fixed
0 commit comments