Skip to content

Commit 20187fe

Browse files
committed
update changelog for 1.48.2
1 parent 24deba6 commit 20187fe

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ 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.48.2] -- 2019-06-11
14+
15+
### Fixed
16+
- Fix rendering after 1d -> 2d -> 1d drag motion
17+
under `dragmode: 'zoom'` (bug introduced in 1.48.0) [#3950]
18+
- Fix for `scattergl` hover and click events to give the 'top' point
19+
instead of the 'bottom' point [#3924]
20+
- Fix `contour` label rendering for non-monotonically increasing x/y [#3934]
21+
- Fix `carpet` axis title position for decreasing a/b coords [#3927]
22+
- Fix multiple single-valued overlaid autobinned `histogram` edge case [#3935]
23+
- Fix `parcoords` `tickvals` and `ticktext` documentation [#3925]
24+
25+
1326
## [1.48.1] -- 2019-05-30
1427

1528
### Fixed

0 commit comments

Comments
 (0)