Skip to content

Commit 89b70ac

Browse files
authored
Merge pull request #2134 from plotly/update-plotlyjs-2-13-0
Update plotlyjs to 2.13.1
2 parents 2a6bc98 + 60570aa commit 89b70ac

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ This project adheres to [Semantic Versioning](https://semver.org/).
3434
- Deprecated `dash.long_callback.managers.DiskcacheLongCallbackManager`, use `dash.DiskcacheManager` instead.
3535
- Deprecated dash constructor argument `long_callback_manager` in favor of `background_callback_manager`.
3636

37+
### Updated
38+
- [#2134](https://github.com/plotly/dash/pull/2134) Upgrade Plotly.js to v2.13.1 (from v2.12.1) including [feature release 2.13.0](https://github.com/plotly/plotly.js/releases/tag/v2.13.0) and [patch release 2.13.1](https://github.com/plotly/plotly.js/releases/tag/v2.13.1)
39+
- Add persistent selections via layout attributes `selections`, `newselection`, and `activeselection`, along with an updated UI allowing you to modify a selection you created.
40+
- Add unselected line styling to `parcoords` traces.
41+
- Add more quartile algorithms to `violin` traces.
42+
- More flexible axis `automargin` behavior.
43+
- And several other enhancements and bug fixes.
44+
3745
## [2.5.1] - 2022-06-13
3846

3947
### Fixed

Diff for: components/dash-core-components/package-lock.json

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

Diff for: components/dash-core-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"mathjax": "^3.2.0",
5050
"moment": "^2.29.3",
5151
"node-polyfill-webpack-plugin": "^1.1.4",
52-
"plotly.js-dist-min": "2.12.1",
52+
"plotly.js-dist-min": "2.13.1",
5353
"prop-types": "^15.8.1",
5454
"ramda": "^0.28.0",
5555
"rc-slider": "^9.7.5",

0 commit comments

Comments
 (0)