@@ -9,6 +9,30 @@ To see all merged commits on the master branch that will be part of the next plo
99
1010where X.Y.Z is the semver of most recent plotly.js release.
1111
12+ ## [ 1.56.0] -- 2020-09-30
13+
14+ ### Added
15+ - Introduce period positioning attributes on date axes in various cartesian traces [ #5074 , #5175 ] ,
16+ this feature was anonymously sponsored: thank you to our sponsor!
17+ - Add ` minexponent ` attribute to improve control over SI prefixes in axis tick labels [ #5121 ] ,
18+ with thanks to @ignamv for the contribution!
19+ - Add ` sort ` attribute to ` sunburst ` and ` treemap ` traces to disable automatic sort [ #5164 ] ,
20+ with thanks to @thierryVergult for the contribution!
21+ - Handle ` rgba ` colors in ` colorscale ` of ` surface ` traces [ #5166 ] ,
22+ with thanks to @lucapinello for the contribution!
23+
24+ ### Changed
25+ - Disable undesirable text selections on graphs [ #5165 ]
26+ - Adjust ` tick0 ` for weekly periods [ #5180 ]
27+ - More informative error messages when creating ` sunburst ` and ` treemap ` charts [ #5163 ]
28+
29+ ### Fixed
30+ - Fix positioning ` legend ` items [ #5139 ] ,
31+ with thanks to @fredrikw for the contribution!
32+ - Fix rounding big numbers in ` pie ` and ` sunburst ` traces [ #5152 ]
33+ - Display ` marker ` and ` line ` colors in ` scatter3d ` and ` scattergl ` when hovering [ #4867 ]
34+
35+
1236## [ 1.55.2] -- 2020-09-08
1337
1438### Fixed
@@ -24,8 +48,10 @@ where X.Y.Z is the semver of most recent plotly.js release.
2448## [ 1.55.0] -- 2020-09-02
2549
2650### Added
27- - Introduce "period" ` ticklabelmode ` on cartesian date axes [ #4993 , #5055 , #5060 , #5065 , #5088 , #5089 ]
28- - Add new formatting options for weeks and quarters [ #5026 ]
51+ - Introduce "period" ` ticklabelmode ` on cartesian date axes [ #4993 , #5055 , #5060 , #5065 , #5088 , #5089 ] ,
52+ this feature was anonymously sponsored: thank you to our sponsor!
53+ - Add new formatting options for weeks and quarters [ #5026 ] ,
54+ this feature was anonymously sponsored: thank you to our sponsor!
2955 - Add ` source ` attribute to ` image ` traces for fast rendering [ #5075 ]
3056 - Add ` zsmooth ` attribute for discrete ` heatmapgl ` traces [ #4953 ] , with thanks to @ordiology for the contribution!
3157 - Add horizontal and vertical markers for arrow charts [ #5010 ]
@@ -155,8 +181,10 @@ where X.Y.Z is the semver of most recent plotly.js release.
155181
156182### Added
157183 - Introduce ` rangebreaks ` on date axes mainly thanks to [ #4614 ] with API revision & improvements in
158- [ #4639 , #4641 , #4644 , #4649 , #4652 , #4653 , #4660 , #4661 , #4670 , #4677 , #4684 , #4688 , #4695 , #4696 , #4698 , #4699 ]
159- - Introduce "(x|y) unified" ` hovermode ` [ #4620 , #4664 , #4669 , #4687 ]
184+ [ #4639 , #4641 , #4644 , #4649 , #4652 , #4653 , #4660 , #4661 , #4670 , #4677 , #4684 , #4688 , #4695 , #4696 , #4698 , #4699 ] ,
185+ this feature was anonymously sponsored: thank you to our sponsor!
186+ - Introduce "(x|y) unified" ` hovermode ` [ #4620 , #4664 , #4669 , #4687 ] ,
187+ this feature was anonymously sponsored: thank you to our sponsor!
160188 - Add "hovered data" mode to ` spikesnap ` [ #4665 ]
161189 - Add "full-json" export format to ` Plotly.toImage ` and ` Plotly.dowloadImage ` [ #4593 ]
162190 - Add ` node.customdata ` and ` link.customdata ` to ` sankey ` traces [ #4621 ]
0 commit comments