@@ -10,6 +10,46 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
10
10
where X.Y.Z is the semver of most recent plotly.js release.
11
11
12
12
13
+ ## [ 1.29.0] -- 2017-07-19
14
+
15
+ ### Added
16
+ - Add touch interactions to cartesian, gl2d and ternary subplots including for
17
+ select and lasso drag modes [ #1804 , #1890 ]
18
+ - Add support for contour line labels in ` contour ` and ` contourcarpet ` traces
19
+ [ #1815 ]
20
+ - Add support for select and lasso drag modes on ` scattermapbox ` traces [ #1836 ]
21
+ - Add double click interactions to mapbox subplots [ #1883 ]
22
+ - Add reset view and toggle hover mode bar buttons to mapbox subplots [ #1883 ]
23
+ - Add support for array ` marker.opacity ` settings in ` scattermapbox ` traces
24
+ [ #1836 ]
25
+ - Add ` namelength ` layout and trace attribute to control the trace name's
26
+ visible length in hover labels [ #1822 ]
27
+ - Add ` cliponaxis ` attribute to ` scatter ` and ` scatterternary ` traces to allow
28
+ markers and text nodes to be displayed above their subplot's axes [ #1861 ]
29
+ - Add axis ` layer ` attribute with ` 'above traces' ` and ` 'below traces' ` values
30
+ [ #1871 ]
31
+ - Add granular ` editable ` configuration options [ #1895 ]
32
+ - Expanded traces generated by transforms now have unique colors [ #1830 ]
33
+
34
+ ### Fixed
35
+ - Fix axis line width, length, and positioning for coupled subplots [ #1854 ]
36
+ - Fix alignment of cartesian tick labels [ #1854 ]
37
+ - Fix rendering and updates of overlaying axis lines [ #1855 ]
38
+ - Fix hover for 2D traces with custom colorbar ` tickvals ` [ #1891 ]
39
+ - Fix hover and event data for ` heatmapgl ` and ` contourgl ` traces [ #1884 ]
40
+ - Fix event data for ` pie ` and ` sankey ` traces [ #1896 ]
41
+ - Fix drag mode ` 'pan' ` in IE and Edge [ #1871 ]
42
+ - Fix bar, error bar and box point scaling on scroll zoom [ #1897 ]
43
+ - Fix shading issue in ` surface ` trace in iOS [ #1868 ]
44
+ - Fix lasso and select drag modes for ` scatterternary ` traces [ #1831 ]
45
+ - Fix cases of intersecting ` contour ` lines on log axes [ #1856 ]
46
+ - Safer construction of ` popup ` click handler [ #1888 ]
47
+ - Fix animation of annotations, shapes and images [ #1315 ]
48
+ - Fix histogram bin computation when more than 5000 bins are needed [ #1887 ]
49
+ - Fix tick label rendering when more than 1000 labels are present [ #1898 ]
50
+ - Fix handling of empty ` transforms ` item [ #1829 ]
51
+
52
+
13
53
## [ 1.28.3] -- 2017-06-26
14
54
15
55
### Fixed
0 commit comments