Skip to content

Commit 80d83d2

Browse files
committed
update changelog for v1.14.2
1 parent c0b20c5 commit 80d83d2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
1010
where X.Y.Z is the semver of most recent plotly.js release.
1111

1212

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+
1328
## [1.14.1] -- 2016-06-28
1429

1530
### Fixed

0 commit comments

Comments
 (0)