From 20187fefdb3b7efb4d76528eb2529f46dd66d698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20T=C3=A9treault-Pinard?= Date: Tue, 11 Jun 2019 16:43:37 -0400 Subject: [PATCH] update changelog for 1.48.2 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7bfc858056..7b5675ac8be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,19 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master where X.Y.Z is the semver of most recent plotly.js release. +## [1.48.2] -- 2019-06-11 + +### Fixed +- Fix rendering after 1d -> 2d -> 1d drag motion + under `dragmode: 'zoom'` (bug introduced in 1.48.0) [#3950] +- Fix for `scattergl` hover and click events to give the 'top' point + instead of the 'bottom' point [#3924] +- Fix `contour` label rendering for non-monotonically increasing x/y [#3934] +- Fix `carpet` axis title position for decreasing a/b coords [#3927] +- Fix multiple single-valued overlaid autobinned `histogram` edge case [#3935] +- Fix `parcoords` `tickvals` and `ticktext` documentation [#3925] + + ## [1.48.1] -- 2019-05-30 ### Fixed