We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2032a commit 3439517Copy full SHA for 3439517
CHANGELOG.md
@@ -10,6 +10,17 @@ 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.50.1] -- 2019-10-15
14
+
15
+### Fixed
16
+- Guard against mirrored + automargin `anchor:'free'` axes (bug introduced in 1.50.0) [#4273]
17
+- Fix `streamtube` trace `starts` case when missing a dimension [#4265]
18
+- Fix `scattergl` performance for drawing legend items of traces with typed arrays [#4268]
19
+- Fix legend item style for markers with typed array colors [#4268]
20
+- Do not attempt to re-hover on exiting subplots [#4269]
21
+- Fix "layout first" transition race condition [#4262]
22
23
24
## [1.50.0] -- 2019-10-07
25
26
### Added
0 commit comments