File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,21 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
10
10
where X.Y.Z is the semver of most recent plotly.js release.
11
11
12
12
13
+ ## [ 1.14.2] -- 2016-07-11
14
+
15
+ ### Fixed
16
+ - ` Plotly.newPlot ` correctly clears all present WebGL contexts [ #724 ]
17
+ - Bar traces with ` layout.bargap ` 0 and unset ` marker.line.width ` are functional
18
+ again (bug introduced in 1.3.0) [ #709 ]
19
+ - Stacked bar traces now correctly set the first bar position when leading gaps
20
+ are present (bug introduced in 1.11.0) [ #716 ]
21
+ - Bar traces with ` layout.barmode ` relative now correctly compute the bar sum of
22
+ the first position when positive and negative values are present [ #723 ]
23
+ - Event ` plotly_relayout ` is emitted upon pan / zoom on a mapbox subplot [ #727 ]
24
+ - Lasso and select box drag modes now work with fixed ranged axes [ #728 ]
25
+ - gl2d trace objects are purged when their parent scenes are destroyed [ #724 ]
26
+
27
+
13
28
## [ 1.14.1] -- 2016-06-28
14
29
15
30
### Fixed
You can’t perform that action at this time.
0 commit comments