Skip to content

Commit e0c1ac8

Browse files
Merge pull request plotly#3468 from plotly/pjs2.6.3
2 parents a5c0c09 + f169d72 commit e0c1ac8

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

CHANGELOG.md

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

1010
### Updated
1111
- The JSON serialization engines no longer sort their keys [#3380](https://github.com/plotly/plotly.py/issues/3380)
12-
- Updated Plotly.js to from version 2.4.2 to version 2.6.2. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#262----2021-11-05) for more information. Notable changes include:
12+
- Updated Plotly.js to from version 2.4.2 to version 2.6.3. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#263----2021-11-12) for more information. Notable changes include:
1313
- New subplot type `smith` that supports `scattersmith` trace types for visualizing data in the complex domain
1414
- Changes to Plotly.js packaging
1515

packages/javascript/jupyterlab-plotly/package-lock.json

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

packages/javascript/jupyterlab-plotly/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@lumino/messaging": "^1.2.3",
6666
"@lumino/widgets": "^1.8.1",
6767
"lodash": "^4.17.4",
68-
"plotly.js": "^2.6.2"
68+
"plotly.js": "^2.6.3"
6969
},
7070
"jupyterlab": {
7171
"extension": "lib/jupyterlab-plugin",
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# DO NOT EDIT
22
# This file is generated by the updatebundle setup.py command
3-
__plotlyjs_version__ = "2.6.2"
3+
__plotlyjs_version__ = "2.6.3"

packages/python/plotly/plotly/package_data/plotly.min.js

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

0 commit comments

Comments
 (0)