@@ -10,6 +10,37 @@ 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.27.0] -- 2017-05-10
14
+
15
+ ### Added
16
+ - Sankey diagram with new trace type ` sankey ` [ #1591 , #1664 ]
17
+ - Add ` hoverlabel ` trace and layout attributes to customize hover label colors
18
+ and fonts [ #1582 ]
19
+ - Add ` marker.gradient ` attributes for ` scatter ` , ` scattergeo ` , ` scatterternary `
20
+ and ` scattercarpet ` traces [ #1620 ]
21
+ - Add ` sort ` transform [ #1609 ]
22
+ - Add ` preservegaps ` ` filter ` transform attribute [ #1589 ]
23
+ - Add ` != ` (not equal) ` filter ` transform operation [ #1589 ]
24
+ - Add ` labelfont ` , ` tickfont ` and ` rangefont ` attributes for ` parcoords ` traces
25
+ [ #1624 ]
26
+ - Pass DOM mouse event on ` plotly_clickannotations ` events [ #1652 ]
27
+
28
+ ### Changed
29
+ - Performance optimization for range sliders and Drawing cache [ #1585 ]
30
+
31
+ ### Fixed
32
+ - Fix ` scattergl ` marker symbol positioning (bug introduced in 1.25.0) [ #1633 ]
33
+ - Fix gl2d zoom where two clicks would trigger a zoom box (bug introduced 1.26.0) [ #1632 ]
34
+ - Fix legend double click handler for ` carpet ` traces [ #1636 ]
35
+ - Fix ` restyle ` for ` scattercarpet ` for style attributes with array support [ #1641 ]
36
+ - Fix ` restyle ` for array layout components when more than 10 items are present
37
+ [ #1639 ]
38
+ - Fix select-box and lasso selections so that they don't include bad-data items
39
+ [ #1656 ]
40
+ - Fix ` restyle ` for contour ` zmin ` and ` zmax ` [ #1653 ]
41
+ - Fix ` scatter ` text node transitions [ #1616 , #1626 ]
42
+
43
+
13
44
## [ 1.26.1] -- 2017-04-21
14
45
15
46
### Fixed
0 commit comments