@@ -10,6 +10,42 @@ 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.17.0] -- 2016-09-07
14
+
15
+ ### Added
16
+ - Add support for animations for scatter trace [ #802 ]
17
+ - Add frames and animate API -> ` Plotly.animate ` , ` Plotly.addFrames ` and
18
+ ` Plotly.deleteFrames ` [ #802 ]
19
+ - Add ` Plotly.update ` method which can perform data and layout update in one
20
+ call [ #875 ]
21
+ - Add ` pointcloud ` gl2d trace type [ #850 , #869 ]
22
+ - Add ` xgap ` and ` ygap ` to heatmap traces to define space between heatmap bricks
23
+ [ #868 ]
24
+ - Add ` separatethousands ` axis attribute which determines whether four-digit
25
+ numbers are separated or not [ #848 ]
26
+ - Add ` 'skip' ` value to trace ` hoverinfo ` corresponding to traces transparent to
27
+ the hover picking routine [ #851 ]
28
+ - Add support for trace opacity in ` toself ` filled trace [ #896 ]
29
+ - Add global transform config option [ #852 ]
30
+ - Add ` requestAnimationFrame ` to ` dist/ ` [ #904 ]
31
+
32
+ ### Changed
33
+ - Explicitly skip undefined props on ` restyle ` and ` relayout ` [ #844 ]
34
+ - Removed a few circular dependency patterns [ #833 , #837 , #845 , #878 ]
35
+
36
+ ### Fixed
37
+ - Fix legend trace toggle background attributes on restyle [ #909 ]
38
+ - Make 'yanchor' default be its intended value of ` 'top' ` [ #894 ]
39
+ - Fix box plot jitter algorithm when IQR = 0 [ #915 ]
40
+ - Fix box plot jitter algorithm when data range is 0 [ #915 ]
41
+ - Fix mapbox event firing duplicates [ #901 ]
42
+ - Fix mapbox visible false traces handling on first draw [ #900 ]
43
+ - Avoid draw buffer to display buffer copy in gl2d plots [ #843 ]
44
+ - Do not extend data array on event emission [ #842 , #866 ]
45
+ - Make ` Plotly.redraw ` throw an error when called on non plotly graph div [ #907 ]
46
+ - Make ` plotly.min.js ` work when injected in Require.js environment [ #914 ]
47
+
48
+
13
49
## [ 1.16.3] -- 2016-08-23
14
50
15
51
### Fixed
0 commit comments