File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
5
## [ Unreleased]
6
- ### Added
7
- - Beta: Added API methods that wrap the API endpoint for managing Dash objects on plot.ly. The API interface is under ` plotly.api.v2.dash_apps `
8
6
9
7
## [ 2.0.8] - 2017-04-21
10
8
### Added
9
+ - Beta: Added API methods that wrap the API endpoint for managing Dash objects on plot.ly. The API interface is under ` plotly.api.v2.dash_apps `
10
+ - offline embedded plots are now responsive to window resizing when ` output_type == "div" ` is set in ` plotly.offline.iplot() ` .
11
11
- Offline embedded plots are now responsive to window resizing when ` output_type == "div" ` is set in ` plotly.offline.iplot() ` .
12
12
- Offline animations are now supported on Plotly Cloud.
13
13
Original file line number Diff line number Diff line change 1
- __version__ = '2.0.8 '
1
+ __version__ = '2.0.9 '
You can’t perform that action at this time.
0 commit comments