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 666b601

Browse files
authoredApr 17, 2024
Merge branch 'doc-prod' into patch-4
2 parents c3fbb64 + 4fc1402 commit 666b601

File tree

103 files changed

+1748
-134
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

+1748
-134
lines changed
 

‎.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ jobs:
447447
resource_class: xlarge
448448
docker:
449449
# specify the version you desire here
450-
# use `-browsers` prefix for selenium tests, for example, `3.6.1-browsers`
450+
# use `-browsers` prefix for selenium tests, for example, `3.9-browsers`
451451
- image: cimg/python:3.9-browsers
452452

453453
steps:

‎CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.21.0] - 2024-04-17
6+
7+
### Updated
8+
- Updated Plotly.js from version 2.30.0 to version 2.31.1. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2311----2024-04-15) for more information. These changes are reflected in the auto-generated `plotly.graph_objects` module. Notable changes include:
9+
- Add `zorder` attribute to various cartesian traces for controlling stacking order of SVG traces drawn into a subplot [[#6918](https://github.com/plotly/plotly.js/pull/6918), [#6953](https://github.com/plotly/plotly.js/pull/6953)],
10+
This feature was anonymously sponsored: thank you to our sponsor!
11+
- Add "between" option to shape layer for placing them above grid lines and below traces [[#6927](https://github.com/plotly/plotly.js/pull/6927)],
12+
with thanks to @my-tien for the contribution!
13+
- Add "raw" `sizemode` to cone trace [[#6938](https://github.com/plotly/plotly.js/pull/6938)]
14+
- Add `layout.hoversubplots` to enable hover effects across multiple cartesian suplots sharing one axis [[#6947](https://github.com/plotly/plotly.js/pull/6947), [#6950](https://github.com/plotly/plotly.js/pull/6950)]
15+
16+
### Fixed
17+
- Fixed `orjson` loading issue [[#4562](https://github.com/plotly/plotly.py/pull/4562)]
18+
519
## [5.20.0] - 2024-03-13
620

721
### Updated

0 commit comments

Comments
 (0)
Please sign in to comment.