We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80eb5a commit 86d1609Copy full SHA for 86d1609
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.49.1] -- 2019-07-31
14
+
15
+### Fixed
16
+- Fix `parcoords` bug when dimension values are all zeroes (bug introduced in 1.49.0) [#4080]
17
+- Fix `parcoords` select line rendering when constraint range falls below range [#4083]
18
+- Fix `parcoords` select line rendering when selecting outside displayed axis range [#4087]
19
+- Fix `parcoords` select by click when preceded by click away from axis [#4089]
20
+- Fix `mapbox.style` values in attribution declaration [#4079]
21
+- Remove unused variable from `scatter3d` shader [#4090]
22
23
24
## [1.49.0] -- 2019-07-24
25
26
### Added
0 commit comments