@@ -9,6 +9,44 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
9
9
10
10
where X.Y.Z is the semver of most recent plotly.js release.
11
11
12
+
13
+ ## [ 1.20.0] -- 2016-11-15
14
+
15
+ ### Added
16
+ - Allow date string inputs for axis ranges, ` tick0 ` , ` dtick ` , annotation / image
17
+ positions, histogram bins [ #1078 , #1150 ]
18
+ - Add special ` dtick ` values for log axes [ #1078 ]
19
+ - Add ` visible ` attribute to annotations, shapes and images items [ #1110 ]
20
+ - Expose events on slider start/change/end [ #1126 ]
21
+ - Expose event on updatemenu button click [ #1128 ]
22
+ - Allow custom transform module to have supply layout default handler [ #1122 ]
23
+
24
+ ### Changed
25
+ - Increase ` scattergl ` precision [ #1114 ]
26
+ - Use ` topojson-client ` to convert topojson to geojson [ #1147 ]
27
+
28
+ ### Fixed
29
+ - Fix hover labels for multi-trace ` scattergl ` graphs (bug introduced in
30
+ ` 1.18.0 ` ) [ #1148 ]
31
+ - Fix date format on hover on full hour [ #1078 ]
32
+ - Fix bar labels for non-zero ` base ` values [ #1142 ]
33
+ - Scatter colorscale now yield correct colors when cmin and cmax ashow re equal
34
+ [ #1112 ]
35
+ - Fix ` filter ` transform for categorical ` target ` arrays with range operations
36
+ [ #1120 ]
37
+ - Make sure frames with ` null ` values clear array containers [ #1118 ]
38
+ - Fix animations involving trace ` opacity ` [ #1146 ]
39
+ - Fix fallback for non-animatable trace modules (bug introduced in ` 1.18.1 ` )
40
+ [ #1141 ]
41
+ - Fix race condition in animation resolution when coupled with ` relayout `
42
+ [ #1108 ]
43
+ - Enforce casting requested frame names to strings [ #1124 ]
44
+ - ` Plotly.animte ` no longer breaks when passing ` null ` frames [ #1121 ]
45
+ - ` Plotly.PlotSchema.get ` now correctly list rangeslider and rangeselector under
46
+ ` xaxis ` only [ #1144 ]
47
+ - ` Plotly.relayout ` correctly updates arbitrary layout attributes [ #1133 ]
48
+
49
+
12
50
## [ 1.19.2] -- 2016-11-02
13
51
14
52
### Fixed
0 commit comments