From 82d827f69b2176cf62fac47e5fbf46933d0810a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20T=C3=A9treault-Pinard?= Date: Mon, 2 May 2016 11:28:40 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ec97ed2b92..9e01f0eab73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,23 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master where X.Y.Z is the semver of most recent plotly.js release. +## [1.10.1] -- 2016-05-02 + +### Fixed +- Resizing a graph (e.g. via `Plotly.relayout` or Plotly.Plots.resize) + properly updates the plot area clip paths (bug introduced in 1.10.0) [#490] +- `Plotly.Snapshot.toSVG` is now functional again in IE11 and old version of + Chrome and FF (bug introduced in 1.10.0) [#489] +- Hover labels of superimposed traces when 'hovermode' is set to 'closest' are + properly displayed (bug introduced in 1.10.0) [#495] +- Surface contour highlights are toggleable [#459] +- Surface contour highlights style attributes are lower cased [#459] +- Zoom overlay are drawn over shapes [#448] +- Legend are draggable in `editable: true` contexts (bug introduced in 1.6.0) + [#487] +- Legend scroll box are drawn outside the legend [#478] + + ## [1.10.0] -- 2016-04-12 ### Added