Skip to content

Commit f03ed59

Browse files
bumping plotly.js to 1.58.0
1 parent a7e4318 commit f03ed59

File tree

265 files changed

+9213
-2944
lines changed

Some content is hidden

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

265 files changed

+9213
-2944
lines changed

Diff for: CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [4.14.0] - UNRELEASED
66

7+
### Updated
78

8-
## [4.13.1] - UNRELEASED
9+
- Updated Plotly.js to version 1.58.0. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/v1.58.0/CHANGELOG.md) for more information. These changes are reflected in the auto-generated `plotly.graph_objects` module.
910

1011

1112
## [4.13.0] - 2020-11-23

Diff for: packages/javascript/jupyterlab-plotly/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"typescript": "~3.7.0"
3232
},
3333
"dependencies": {
34-
"plotly.js": "^1.57.1",
34+
"plotly.js": "^1.58.0",
3535
"@types/plotly.js": "1.44.28",
3636
"@jupyterlab/rendermime-interfaces": "^1.3.0 || ^2.0.0",
3737
"@lumino/messaging": "^1.2.3",

Diff for: packages/javascript/plotlywidget/package-lock.json

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

Diff for: 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.57.1",
36+
"plotly.js": "^1.58.0",
3737
"@jupyter-widgets/base": "^2.0.0 || ^3.0.0",
3838
"lodash": "^4.17.4"
3939
},

0 commit comments

Comments
 (0)