|
2 | 2 | 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 |
| -## [2.0.7] - [Unreleased] |
| 5 | +## [Unreleased] |
| 6 | +### Added |
| 7 | +- 'sort' parameter to `FF.create_violin` to control whether violin plots are sorted alphabetically. |
| 8 | + |
| 9 | +## [2.0.8] - 2017-04-21 |
| 10 | +### Added |
| 11 | +- 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` |
| 12 | +- offline embedded plots are now responsive to window resizing when `output_type == "div"` is set in `plotly.offline.iplot()`. |
| 13 | +- Offline embedded plots are now responsive to window resizing when `output_type == "div"` is set in `plotly.offline.iplot()`. |
| 14 | +- Offline animations are now supported on Plotly Cloud. |
| 15 | + |
| 16 | +### Updated |
| 17 | +- Updated `plotly.min.js` to version 1.26.0 for `plotly.offline`. |
| 18 | + - See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md) for additional information regarding the updates. |
| 19 | + |
| 20 | +### Updated |
| 21 | +- `plotly.offline.plot` and `plotly.offline.iplot` now accept various [configuration options](https://plot.ly/javascript/configuration-options/) for their arguments. |
| 22 | + |
| 23 | +## [2.0.7] - 2017-04-07 |
6 | 24 | ### Updated
|
7 | 25 | - Updated `plotly.min.js` to version 1.25.0 for `plotly.offline`.
|
8 | 26 | - See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md) for additional information regarding the updates.
|
9 | 27 |
|
| 28 | +### Added |
| 29 | +- Added check to verify the share key is enabled when secret charts are created. |
| 30 | + |
10 | 31 | ## [2.0.6] - 2017-03-20
|
11 | 32 | ### Added
|
12 | 33 | - Added a new mimetype 'text/vnd.plotly.v1+html' for `iplot` outputs.
|
@@ -37,8 +58,6 @@ Note: This release's installation was broken. It has been removed from PyPI
|
37 | 58 | See [https://github.com/nteract/nteract/pull/662](https://github.com/nteract/nteract/pull/662)
|
38 | 59 | for the associated PR in nteract.
|
39 | 60 | - As part of the above, plotly output now prints with a [custom mimetype](https://github.com/plotly/plotly.py/blob/f65724f06b894a5db94245ee4889c632b887d8ce/plotly/offline/offline.py#L348) - `application/vnd.plotly.v1+json`
|
40 |
| - |
41 |
| -### Added |
42 | 61 | - `memoize` decorator added to `plotly.utils`
|
43 | 62 |
|
44 | 63 | ### Changed
|
@@ -564,4 +583,4 @@ it does.
|
564 | 583 | ```
|
565 | 584 |
|
566 | 585 | ### Fixed
|
567 |
| -- The height of the graph in `iplot` respects the figure's height in layout |
| 586 | +- The height of the graph in `iplot` respects the figure's height in layout |
0 commit comments