File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 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
1010where X.Y.Z is the semver of most recent plotly.js release.
1111
1212
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+
1327## [ 1.24.0] -- 2017-02-27
1428
1529### Added
You can’t perform that action at this time.
0 commit comments