Skip to content

Commit d465930

Browse files
committed
update changelog for 1.24.1
1 parent 51b02d3 commit d465930

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ 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.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

0 commit comments

Comments
 (0)