@@ -10,6 +10,39 @@ 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.22.0] -- 2016-01-19
14
+
15
+ ### Added
16
+ - Add ` cumulative ` histogram attributes to generate Cumulative Distribution
17
+ Functions [ #1189 ]
18
+ - Add ` standoff ` attribute for annotations to move the arrowhead away from the
19
+ point it's marking [ #1265 ]
20
+ - Add ` clicktoshow ` , ` xclick ` and ` yclick ` attributes for annotations to
21
+ show/hide annotations on click [ #1265 ]
22
+ - Support data-referenced annotation in gl2d subplots [ #1301 , #1319 ]
23
+ - Honor ` fixedrange: false ` in y-axes anchored to xaxis with range slider
24
+ [ #1261 ]
25
+ - Add fallbacks for IE9 so that all cartesian traces can render without any
26
+ polyfill [ #1297 , #1299 ]
27
+
28
+ ### Changed
29
+ - Adapt plot schema output for plotly.py 2.0 [ #1292 ]
30
+ - Bump ` mouse-change ` dep to ` ^1.4.0 ` [ #1305 ]
31
+ - Improve performance in ` visible ` toggling for ` scattergl ` [ #1300 ]
32
+
33
+ ### Fixed
34
+ - Fix XSS vulnerability in trace name on hover [ #1307 ]
35
+ - Fix ternary and geo subplot with ` visible: false ` first trace [ #1291 ]
36
+ - Fix opacity for ` mode: 'lines' ` items in legend [ #1204 ]
37
+ - Fix legend items style for bar trace with marker arrays [ #1289 ]
38
+ - Fix range slider svg / pdf and eps image exports [ #1306 ]
39
+ - Fix scattergl ` visible: false ` traces with empty data arrays [ #1300 ]
40
+ - Fix a few contour trace edge cases [ #1309 ]
41
+ - Updatemenus buttons now render above sliders [ #1302 ]
42
+ - Add fallback for categorical histogram on linear axes [ #1284 ]
43
+ - Allow style fields in sub and sup text [ #1288 ]
44
+
45
+
13
46
## [ 1.21.3] -- 2016-01-05
14
47
15
48
### Fixed
0 commit comments