@@ -10,6 +10,39 @@ 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.51.0] -- 2019-10-29
14+
15+ ### Added
16+ - Add ` image ` trace type [ #4289 , #4307 , #4313 , #4319 ]
17+ - Add ` automargin ` attribute in pie traces, enabling outside text labels
18+ to push the margins [ #4278 ]
19+ - Add ` title.standoff ` attribute to cartesian axes, setting the
20+ distance in pixels between the tick labels and the axis title [ #4279 ]
21+ - Add ` hoverongaps ` attribute to ` heatmap ` and ` contour ` traces,
22+ for suppressing hover labels on missing data [ #4291 ]
23+ - Add ` args2 ` attribute to ` updatemenus ` buttons which can be used to
24+ create toggle buttons [ #4305 ]
25+ - Add ` zh-CN ` locale [ #4276 , #4310 ]
26+
27+ ### Changed
28+ - Introduce workarounds for "common" (aka axis) hover label clipping
29+ about the graph's viewport [ #4298 ]
30+ - No longer accept trace ` domain ` settings where end is not greater
31+ than start [ #4304 ]
32+
33+ ### Fixed
34+ - Fix ` streamtube ` coloring and positioning when generated
35+ with non-` xyz ` grid signatures [ #4271 ]
36+ - Fix trace-type update calls on mapbox subplots [ #4295 ]
37+ - Fix width of ` box ` and ` violin ` items on log position axes [ #4283 ]
38+ - Fix box/meanline offset for one-sided vertical ` violin ` traces [ #4314 ]
39+ - Fix missing gaps in some ` scattergl ` line traces [ #4316 ]
40+ - Fix event data during scroll on gl3d subplots with orthographic projections [ #4292 ]
41+ - Handle data with identical positions in ` cone ` traces [ #4306 ]
42+ - Handle invalid entry before trying to render ` treemap ` trace [ #4312 ]
43+ - Fix ` heatmap ` and ` contour ` description for ` connectgaps ` [ #4284 ]
44+
45+
1346## [ 1.50.1] -- 2019-10-15
1447
1548### Fixed
0 commit comments