Skip to content

Commit b138b18

Browse files
committed
added message regarding offline cdn option
1 parent 419098a commit b138b18

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [1.11.0] - 2016-05-27
88
### 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.
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.
1111

1212
- Updated plotly.min.js so the offline mode is using plotly.js v1.12.0
1313
- Light position is now configurable in surface traces
1414
- surface and mesh3d lighting attributes are now accompanied with comprehensive descriptions
15-
15+
16+
### Added
17+
- Added the option to load plotly.js from a CDN by setting the parameter `connected=True`
18+
in the `init_notebook_mode()` function call
19+
20+
1621
## [1.10.0] - 2016-05-19
1722
### Fixed
1823
- Version 1.9.13 fixed an issue in offline mode where if you ran `init_notebook_mode`

0 commit comments

Comments
 (0)