Skip to content

Commit 77c742c

Browse files
committed
changelog for plotlyjs bump
1 parent 12ff169 commit 77c742c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ This project adheres to [Semantic Versioning](https://semver.org/).
55
## [Unreleased]
66

77
### Changed
8+
- [#1869](https://github.com/plotly/dash/pull/1869) Upgrade Plotly.js to v2.4.2. This includes:
9+
- [Feature release 2.5.0](https://github.com/plotly/plotly.js/releases/tag/v2.5.0):
10+
- 3D traces are now compatible with `no-unsafe-eval` CSP rules.
11+
- [Feature release 2.6.0](https://github.com/plotly/plotly.js/releases/tag/v2.5.0):
12+
- Add `smith` subplots and `scattersmith` traces, for drawing Smith charts.
13+
- [Feature release 2.7.0](https://github.com/plotly/plotly.js/releases/tag/v2.5.0):
14+
- Add text data for `histogram` traces.
15+
- Fix an interaction between `uirevision` and `autorange` that pops up in some cases of mixed clientside / serverside figure generation.
16+
- [Feature release 2.8.0](https://github.com/plotly/plotly.js/releases/tag/v2.5.0):
17+
- Add horizontal colorbars.
18+
- Add text data on `heatmap` and related trace types.
19+
- Control legend group title fonts.
20+
- Patch releases [2.5.1](https://github.com/plotly/plotly.js/releases/tag/v2.5.1), [2.6.1](https://github.com/plotly/plotly.js/releases/tag/v2.6.1), [2.6.2](https://github.com/plotly/plotly.js/releases/tag/v2.6.2), [2.6.3](https://github.com/plotly/plotly.js/releases/tag/v2.6.3), [2.6.4](https://github.com/plotly/plotly.js/releases/tag/v2.6.4), and [2.8.1](https://github.com/plotly/plotly.js/releases/tag/v2.8.1) containing bugfixes.
21+
- This PR also upgrades various other dependencies of dash renderer and component suites.
822

923
- [#1745](https://github.com/plotly/dash/pull/1745):
1024
Improve our `extras_require`: there are now five options here, each with a well-defined role:

0 commit comments

Comments
 (0)