File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,19 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
9
9
10
10
where X.Y.Z is the semver of most recent plotly.js release.
11
11
12
+ ## [ 1.7.1] -- 2016-03-30
13
+
14
+ ### Fixed
15
+ - Legend dimensions are correctly updated (bug introduced in 1.7.0) [ #365 ]
16
+ - Friction between cartesian double-click and drag interactions is reduced [ #355 ]
17
+ - Ultra-zoomed svg line paths are correctly computed [ #353 ]
18
+ - Initial axis ranges are no longer reset on data-updating restyle calls [ #351 ]
19
+ - Events now work in jQuery no-conflict scopes (bug introduced in 1.7.0) [ #352 ]
20
+
21
+
12
22
## [ 1.7.0] -- 2016-03-22
13
23
14
24
### Added
15
-
16
25
- Custom surface color functionality (for 4D plotting) is added to surface traces [ #347 ]
17
26
- Top-level ` Plotly.purge ` method (which returns the graph div in its
18
27
pre-Plotly.plot state) is added [ #300 ]
You can’t perform that action at this time.
0 commit comments