You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,13 @@
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
-
## [1.12.2] - 2016-06-19
5
+
## [1.12.2] - 2016-06-20
6
+
### Updated
7
+
- Updated plotly.min.js so the offline mode is using plotly.js v1.13.0
8
+
- Fix `Plotly.toImage` and `Plotly.downloadImage` bug specific to Chrome 51 on OSX
9
+
- Beta version of the scattermapbox trace type - which allows users to create mapbox-gl maps using the plotly.js API. Note that scattermapbox is only available through custom bundling in this release.
10
+
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1130----2016-05-26) for additional additions and updates.
11
+
6
12
### Added
7
13
- The FigureFactory can now create gantt charts with `.create_gantt`. Check it out with:
- Added ability to enable/disable SSL certificate verification for streaming. Disabling SSL certification verification requires Python v2.7.9 / v3.4.3 (or above). This feature can be toggled via the `plotly_ssl_verification` configuration setting.
31
+
- Added ability to enable/disable SSL certificate verification for streaming. Disabling SSL certification verification requires Python v2.7.9 / v3.4.3 (or above). This feature can be toggled via the `plotly_ssl_verification` configuration setting.
26
32
27
33
## [1.11.0] - 2016-05-27
28
34
### Updated
@@ -42,7 +48,7 @@ Note: This is a backwards incompatible change.
42
48
43
49
- In `create_trisurf`, the parameter `dist_func` has been replaced by `color_func`. Users can now:
44
50
- Input a list of different color types (hex, tuple, rgb) to `colormap` to map colors divergently
45
-
- Input a list|array of hex and rgb colors to `color_func` to assign each simplex to a color
51
+
- Input a list|array of hex and rgb colors to `color_func` to assign each simplex to a color
46
52
47
53
### Added
48
54
- Added the option to load plotly.js from a CDN by setting the parameter `connected=True`
0 commit comments