@@ -9,6 +9,44 @@ 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+
13+ ## [ 1.10.0] -- 2016-04-12
14+
15+ ### Added
16+ - Beta version of two new 2D WebGL trace types: ` heatmapgl ` and ` contourgl `
17+ [ #427 , #434 ]
18+ - Two new ` scatter ` line ` fill ` modes: ` 'toself' ` and ` 'tonext' ` [ #462 ]
19+ - Fills for ` scatterternary ` traces are now supported [ #462 ]
20+ - Configurable axis category ordering with ` categoryorder ` and an optional
21+ ` categoryarray ` axis attributes [ #419 ]
22+ - Configurable shapes layer position with shape attribute ` layer ` [ #439 ]
23+ - Configurable range slider range (so that the initial xaxis range can differ
24+ from the range slider range) [ #473 ]
25+
26+ ### Changed
27+ - Nested SVG elements in SVG image exports are removed, making the to-image mode
28+ bar button work in RStudio and SVG export compatible with Adobe Illustrator
29+ [ #415 , #454 , #442 ]
30+ - Use ` country-regex ` npm package instead of hard-coded file of ISO-3 code to
31+ country regular expressions [ #461 ]
32+
33+ ### Fixed
34+ - Legend positioning does not break on negative ` x ` and ` y ` settings (bug
35+ introduced in 1.6.0) [ #417 ]
36+ - Shapes are properly deleted when clearing all of them at once (bug introduced
37+ in 1.9.0) [ #465 ]
38+ - Promise are return after first render in gl3d and gl2d plots [ #421 ]
39+ - Click and hover events are properly triggered when trace ` hoverinfo ` is set to
40+ ` 'none' ` [ #438 ]
41+ - ` plotly_unhover ` events is now properly triggered on geo trace types [ #429 ]
42+ - ` plotly_relayout ` event is now properly triggered on gl3d set camera [ #458 ]
43+ - RGBA colors are now supported in ` scatter ` and ` bar ` custom color scales
44+ [ #422 ]
45+ - Range slider is now functional with ` x0 ` /` dx ` data [ #441 ]
46+ - Range slider is now compatible with mode bar axis range buttons and double
47+ click [ #471 ]
48+
49+
1250## [ 1.9.0] -- 2016-04-12
1351
1452### Added
0 commit comments