File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,20 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
10
10
where X.Y.Z is the semver of most recent plotly.js release.
11
11
12
12
13
+ ## [ 1.24.1] -- 2017-03-07
14
+
15
+ ### Fixed
16
+ - Ensure that calling restyle or relayout in a ` plotly_unhover ` handler does not
17
+ result in an infinite loop (bug introduced in 1.24.0) [ #1448 ]
18
+ - Ensure autorange routine is bypassed when axis range is set (bug introduced in
19
+ 1.24.0) [ #1425 ]
20
+ - Fix annotations dragging in editable mode (bug introduced in 1.22.0) [ #1441 ]
21
+ - Show correct curve number in gl2d hover data [ #1427 ]
22
+ - Clear parcoords canvas specially if no panel exist [ #1440 ]
23
+ - Fix parcoords to render last block increment [ #1447 ]
24
+ - Axis refs in hover data are not plagued by circular references [ #1431 ]
25
+
26
+
13
27
## [ 1.24.0] -- 2017-02-27
14
28
15
29
### Added
You can’t perform that action at this time.
0 commit comments