@@ -9,6 +9,30 @@ 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.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
+
12
36
## [ 1.55.2] -- 2020-09-08
13
37
14
38
### Fixed
@@ -24,8 +48,10 @@ where X.Y.Z is the semver of most recent plotly.js release.
24
48
## [ 1.55.0] -- 2020-09-02
25
49
26
50
### 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!
29
55
- Add ` source ` attribute to ` image ` traces for fast rendering [ #5075 ]
30
56
- Add ` zsmooth ` attribute for discrete ` heatmapgl ` traces [ #4953 ] , with thanks to @ordiology for the contribution!
31
57
- 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.
155
181
156
182
### Added
157
183
- 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!
160
188
- Add "hovered data" mode to ` spikesnap ` [ #4665 ]
161
189
- Add "full-json" export format to ` Plotly.toImage ` and ` Plotly.dowloadImage ` [ #4593 ]
162
190
- Add ` node.customdata ` and ` link.customdata ` to ` sankey ` traces [ #4621 ]
0 commit comments