Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 82d827f

Browse files
committed
update changelog
1 parent 1c79eaa commit 82d827f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,23 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
1010
where 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

0 commit comments

Comments
 (0)