File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,23 @@ 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.10.1] -- 2016-05-02
14+
15+ ### Fixed
16+ - Resizing a graph (e.g. via ` Plotly.relayout ` or Plotly.Plots.resize)
17+ properly updates the plot area clip paths (bug introduced in 1.10.0) [ #490 ]
18+ - ` Plotly.Snapshot.toSVG ` is now functional again in IE11 and old version of
19+ Chrome and FF (bug introduced in 1.10.0) [ #489 ]
20+ - Hover labels of superimposed traces when 'hovermode' is set to 'closest' are
21+ properly displayed (bug introduced in 1.10.0) [ #495 ]
22+ - Surface contour highlights are toggleable [ #459 ]
23+ - Surface contour highlights style attributes are lower cased [ #459 ]
24+ - Zoom overlay are drawn over shapes [ #448 ]
25+ - Legend are draggable in ` editable: true ` contexts (bug introduced in 1.6.0)
26+ [ #487 ]
27+ - Legend scroll box are drawn outside the legend [ #478 ]
28+
29+
1330## [ 1.10.0] -- 2016-04-12
1431
1532### Added
You can’t perform that action at this time.
0 commit comments