@@ -10,6 +10,35 @@ 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.18.0] -- 2016-10-13
14
+
15
+ ### Added
16
+ - Add ` ohlc ` and ` candlestick ` trace types [ #1020 ]
17
+ - Add slider layout component [ #986 , #1029 ]
18
+ - Add filter and groupby transforms [ #936 , #978 ]
19
+ - Add support for all cartesian trace types and subplot configuration in
20
+ range slider range plots [ #946 , #1017 ]
21
+ - Add update menus ` 'buttons' ` type, ` direction ` and ` showactive ` options [ #974 ]
22
+ - Add ` pad ` attributes to update menus for more intuitive positioning [ #989 ]
23
+ - Add ` plotly_hover ` , ` plotly_click ` and ` plotly_unhover ` event emitters
24
+ on gl2d subplot [ #994 ]
25
+ - Make ` 'text' ` mode scatter traces animatable [ #1011 ]
26
+ - Add picking for ` 'line' ` mode scattergeo traces [ #1004 ]
27
+ - Add support for ` fill: 'toself' ` in scattergeo traces [ #1004 ]
28
+
29
+ ### Changed
30
+ - Allow null / undefined frames in ` Plotly.addFrames ` [ #1013 ]
31
+
32
+ ### Fixed
33
+ - Allow range sliders to properly relayout [ #962 ]
34
+ - Fix handling of ` NaN ` gaps in range slider range plots [ #946 , #1017 ]
35
+ - Properly skip over ` NaN ` s in scattergeo data arrays [ #1004 ]
36
+ - Fix handling graph div with style ` visibility: inherit ` [ #990 ]
37
+ - Fix ` Plotly.update ` for updates that require a full data + layout replot [ #971 ]
38
+ - Let update menus use ` Plotly.update ` method value [ #972 ]
39
+ - Fix tickfont relayout call on 3D subplot [ #982 ]
40
+
41
+
13
42
## [ 1.17.3] -- 2016-09-21
14
43
15
44
### Fixed
0 commit comments