We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24deba6 commit 20187feCopy full SHA for 20187fe
1 file changed
CHANGELOG.md
@@ -10,6 +10,19 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
10
where X.Y.Z is the semver of most recent plotly.js release.
11
12
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
26
## [1.48.1] -- 2019-05-30
27
28
### Fixed
0 commit comments