File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,31 @@ 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.15.0] -- 2016-07-25
14+
15+ ### Added
16+ - Add ` Plotly.validate ` method [ #697 ]
17+ - Add support for transforms plugins modules [ #499 ]
18+ - Some partial bundles are now distributed in ` dist/ ` [ #740 ]
19+ - Mapbox access token can now be set in ` layout.mapbox ` [ #729 ]
20+ - Undo/Redo queue length is now configurable via configuration option
21+ ` queueLength ` [ #737 ]
22+
23+ ### Changed
24+ - Improve performance in gl2d request animation frame loop [ #731 ]
25+ - Improve ` Lib.extendDeep ` performance for primitive arrays [ #732 ]
26+ - Improve potential XSS input in ` text ` fields [ #736 ]
27+ - Improve scaling on scroll zoom for scatter lines and markers [ #761 , #762 ]
28+
29+ ### Fixed
30+ - ` toImage ` pixel output for gl2d graphs are now scaled properly [ #735 ]
31+ - ` scattermapbox ` marker size and color arrays are now correctly converted when
32+ they include repeated values [ #747 ]
33+ - Fix scatter3d marker line color inheritance [ #754 ]
34+ - ` text ` fields can now support link with query params ` = ` and ` & ` [ #736 ]
35+ - Fix Chrome 50 bug where tester svg blocked other DOM nodes [ #745 ]
36+
37+
1338## [ 1.14.2] -- 2016-07-11
1439
1540### Fixed
You can’t perform that action at this time.
0 commit comments