You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [2.0.8] - 2017-04-21
6
6
### Added
7
-
-offline embedded plots are now responsive to window resizing when `output_type == "div"` is set in `plotly.offline.iplot()`.
7
+
-Offline embedded plots are now responsive to window resizing when `output_type == "div"` is set in `plotly.offline.iplot()`.
8
8
- Offline animations are now supported on Plotly Cloud.
9
9
10
+
### Updated
11
+
- Updated `plotly.min.js` to version 1.26.0 for `plotly.offline`.
12
+
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md) for additional information regarding the updates.
13
+
10
14
### Updated
11
15
-`plotly.offline.plot` and `plotly.offline.iplot` now accept various [configuration options](https://plot.ly/javascript/configuration-options/) for their arguments.
0 commit comments