Skip to content

Commit 6670fd9

Browse files
committed
merged changelog with master
1 parent 7b5e6ec commit 6670fd9

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,32 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

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
624
### Updated
725
- Updated `plotly.min.js` to version 1.25.0 for `plotly.offline`.
826
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md) for additional information regarding the updates.
927

28+
### Added
29+
- Added check to verify the share key is enabled when secret charts are created.
30+
1031
## [2.0.6] - 2017-03-20
1132
### Added
1233
- 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
3758
See [https://github.com/nteract/nteract/pull/662](https://github.com/nteract/nteract/pull/662)
3859
for the associated PR in nteract.
3960
- 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
4261
- `memoize` decorator added to `plotly.utils`
4362

4463
### Changed
@@ -564,4 +583,4 @@ it does.
564583
```
565584

566585
### 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

Comments
 (0)