Skip to content

Commit 23776b4

Browse files
authored
Merge branch 'master' into v209
2 parents 0a8d2c6 + 99d4249 commit 23776b4

File tree

2 files changed

+75
-67
lines changed

2 files changed

+75
-67
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88
### Added
99
- 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`
1010
- offline embedded plots are now responsive to window resizing when `output_type == "div"` is set in `plotly.offline.iplot()`.
11+
- Offline embedded plots are now responsive to window resizing when `output_type == "div"` is set in `plotly.offline.iplot()`.
1112
- Offline animations are now supported on Plotly Cloud.
1213

14+
### Updated
15+
- Updated `plotly.min.js` to version 1.26.0 for `plotly.offline`.
16+
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md) for additional information regarding the updates.
17+
1318
### Updated
1419
- `plotly.offline.plot` and `plotly.offline.iplot` now accept various [configuration options](https://plot.ly/javascript/configuration-options/) for their arguments.
1520

0 commit comments

Comments
 (0)