@@ -10,7 +10,41 @@ 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
13+ ## [ 1.14.0] -- 2016-06-22
14+
15+ ### Added
16+ - Attribute ` line.color ` in ` scatter3d ` traces now support color scales [ #617 ]
17+ - Annotations tail positions can now be set in data coordinates via the new
18+ ` axref ` and ` ayref ` attributes [ #610 ]
19+ - Attribute ` hoveron ` is added for ` scatter ` and ` scatterternary ` traces which
20+ adds the option to show hover labels about fill regions (instead of simply of
21+ about data points) [ #673 ]
22+ - Layout shapes can now be moved and resized (except for 'path' shapes) in
23+ editable contexts [ #660 ]
24+
25+ ### Changed
26+ - Numerous additions and changes where made to the mapbox layout layers
27+ attributes (introduced in 1.13.0). Namely, ` circle ` and ` symbol ` layer type
28+ where added. Note that some style attributes have been renamed to match the
29+ mapbox-gl API more closely. [ #681 ]
30+
31+ ### Fixed
32+ - Off-screen heatmap traces are properly deleted (bug introduced in 1.5.1)
33+ [ #655 ]
34+ - Hover labels for multi-heatmap subplot is functional again (bug introduced in
35+ 1.4.0) [ #655 ]
36+ - Heatmap x/y brick generation is now functional for 0 and 1 item columns [ #651 ]
37+ - Multiple layout images can now shared the same image source [ #672 ]
38+ - Updating legend border and bgcolor attribute now works via ` Plotly.relayout `
39+ [ #652 ]
40+ - Dragmode 'select' and 'lasso' no longer throw exception when selecting
41+ ` legendonly ` traces [ #644 ]
42+ - Ternary plots now respect the ` staticPlot ` config option [ #645 ]
43+ - Descriptions for axes ` nticks ` and contour traces ` ncountours ` now properly
44+ describe their behavior [ #662 ]
45+
46+
47+ ## [ 1.13.0] -- 2016-06-13
1448
1549### Added
1650- Beta version of the ` scattermapbox ` trace type - which allows users to create
0 commit comments