Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 05fb01d

Browse files
authoredSep 13, 2022
Merge branch 'doc-prod' into add-dashclub
2 parents 9f09c39 + 0d151fe commit 05fb01d

File tree

103 files changed

+4669
-373
lines changed

Some content is hidden

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

103 files changed

+4669
-373
lines changed
 

‎CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [5.10.0] - 2022-08-11
6+
7+
### Updated
8+
- Updated Plotly.js to from version 2.12.1 to version 2.14.0. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2140----2022-08-10) for more information. Notable changes include:
9+
- Add support for `sankey` links with arrows
10+
- Add `selections`, `newselection` and `activeselection` layout attributes to have persistent and editable selections over cartesian subplots
11+
- Add `unselected.line.color` and `unselected.line.opacity` options to `parcoords` trace
12+
- Display Plotly's new logo in the modebar
513

614
## [5.9.0] - 2022-06-23
715

‎README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
## Quickstart
3535

36-
`pip install plotly==5.9.0`
36+
`pip install plotly==5.10.0`
3737

3838
Inside [Jupyter](https://jupyter.org/install) (installable with `pip install "jupyterlab>=3" "ipywidgets>=7.6"`):
3939

@@ -78,13 +78,13 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
7878
plotly.py may be installed using pip...
7979

8080
```
81-
pip install plotly==5.9.0
81+
pip install plotly==5.10.0
8282
```
8383

8484
or conda.
8585

8686
```
87-
conda install -c plotly plotly=5.9.0
87+
conda install -c plotly plotly=5.10.0
8888
```
8989

9090
### JupyterLab Support
@@ -106,7 +106,7 @@ The instructions above apply to JupyterLab 3.x. **For JupyterLab 2 or earlier**,
106106

107107
```
108108
# JupyterLab 2.x renderer support
109-
jupyter labextension install jupyterlab-plotly@5.9.0 @jupyter-widgets/jupyterlab-manager
109+
jupyter labextension install jupyterlab-plotly@5.10.0 @jupyter-widgets/jupyterlab-manager
110110
```
111111

112112
Please check out our [Troubleshooting guide](https://plotly.com/python/troubleshooting/) if you run into any problems with JupyterLab.

0 commit comments

Comments
 (0)
Please sign in to comment.