Skip to content

Commit 543147c

Browse files
author
Kevin Yan
committed
Merge pull request #485 from plotly/update_offline
updated plotly js for offline mode + changelog
2 parents 892d0c8 + 9fcae60 commit 543147c

File tree

3 files changed

+50
-40
lines changed

3 files changed

+50
-40
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [1.11.0] - 2016-05-27
8+
### Updated
9+
- Changed the default option for `create_distplot` in the figure factory from `probability` to `probability density` and also added the `histnorm` parameter to allow the user to choose between the two options.
10+
Note: This is a backwards incompatible change.
11+
12+
- Updated plotly.min.js so the offline mode is using plotly.js v1.12.0
13+
- Light position is now configurable in surface traces
14+
- surface and mesh3d lighting attributes are now accompanied with comprehensive descriptions
15+
716
## [1.10.0] - 2016-05-19
817
### Fixed
918
- Version 1.9.13 fixed an issue in offline mode where if you ran `init_notebook_mode`

0 commit comments

Comments
 (0)