File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,37 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
1010where X.Y.Z is the semver of most recent plotly.js release.
1111
1212
13+ ## [ 1.13.0] -- 2016-05-26
14+
15+ ### Added
16+ - Beta version of the ` scattermapbox ` trace type - which allows users to create
17+ ` mapbox-gl ` maps using the plotly.js API. Note that ` scattermapbox ` is only
18+ available through custom bundling in this release [ #626 ]
19+ - Configurable log levels. All plotly.js logging is now turned off by default.
20+ Use ` Plotly.setPlotConfig({ logging: /* 1 or 2 */ }) ` to (1) display warnings
21+ only or (2) all logs [ #590 ]
22+ - Thorough ` mesh3d ` attribute descriptions [ #593 ]
23+
24+ ### Changed
25+ - Generalize hover picking routine (to make more easily re-usable for other plot
26+ types) [ #575 , #631 ]
27+
28+ ### Fixed
29+ - Fix ` Plotly.toImage ` and ` Plotly.downloadImage ` bug specific to Chrome 51 on
30+ OSX [ #604 ]
31+ - Fix ` Plotly.downloadImage ` for ` svg ` types [ #604 ]
32+ - Fix ` scattergl ` opacity and connectgaps for ` 'lines' ` mode [ #589 ]
33+ - Make legend scroll bar keep its position after redraws [ #584 ]
34+ - Properly handle axis-reference shapes on overlaid axes [ #612 ]
35+ - Fix ` Plotly.relayout ` calls for ` layout.images ` in ` { astr: val } ` notation
36+ [ #624 ]
37+ - Bring back correct default value for ` lightposition ` in surface traces (bug
38+ introduced in 1.12.0) [ #571 ]
39+ - Fix typos in contours descriptions in contour traces [ #583 ]
40+ - Fix typos in ` axis.ticktext ` description [ #607 ]
41+ - Fix ambiguities in histogram ` nbin ` descriptions [ #623 ]
42+
43+
1344## [ 1.12.0] -- 2016-05-26
1445
1546### Added
You can’t perform that action at this time.
0 commit comments