File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,24 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
99
1010where X.Y.Z is the semver of most recent plotly.js release.
1111
12+ ## [ 1.3.0] -- 2015-12-21
13+
14+ ### Added
15+ - Trigger click event on pie charts [ #111 ]
16+ - Add attribute descriptions for mesh3d trace type [ #115 ]
17+
18+ ### Changed
19+ - [ Internal] Trace module have now a 1-to-1 correspondence with trace type [ #124 ]
20+ - [ Internal] Remove circularize import in colorbar and colorscale module [ #136 ]
21+
22+ ### Fixed
23+ - Fixed zeroline behavior in gl3d plots [ #112 ]
24+ - Axis ` tickangle ` consistently used degrees in both svg and gl plots [ #131 ]
25+ - ` Plotly.newPlot ` destroy mode bar before plotting new one [ #125 ]
26+ - ` Plotly.newPlot ` removes all event listeners from graph div [ #117 ]
27+ - Fixed attribute description for scatter3d marker opacity [ #114 ]
28+
29+
1230## [ 1.2.1] -- 2015-12-14
1331
1432### Changed
You can’t perform that action at this time.
0 commit comments