Skip to content

Commit

Permalink
update changelog for 1.48.2
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Jun 11, 2019
1 parent 24deba6 commit 20187fe
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20187fe

Please sign in to comment.