Skip to content

Commit 65ad155

Browse files
bump plotly.js to 1.57.0
1 parent eddfc8e commit 65ad155

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+2737
-1589
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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+
## [4.12.0] - unreleased
6+
7+
### Updated
8+
9+
- Updated Plotly.js to version 1.57.0. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/v1.57.0/CHANGELOG.md) for more information. These changes are reflected in the auto-generated `plotly.graph_objects` module.
10+
511
## [4.11.0] - 2020-10-01
612

713
### Updated

packages/javascript/plotlywidget/package-lock.json

+22-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"typescript": "~3.1.1"
3434
},
3535
"dependencies": {
36-
"plotly.js": "^1.56.0",
36+
"plotly.js": "^1.57.0",
3737
"@jupyter-widgets/base": "^2.0.0 || ^3.0.0",
3838
"lodash": "^4.17.4"
3939
},

packages/python/plotly/codegen/resources/plot-schema.json

+53-40
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)