Skip to content

Commit bf45c98

Browse files
authored
Merge branch 'dev' into api-retrying
2 parents ee81125 + cf75745 commit bf45c98

File tree

13 files changed

+539
-104
lines changed

13 files changed

+539
-104
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ This project adheres to [Semantic Versioning](https://semver.org/).
2222

2323
- [#1729](https://github.com/plotly/dash/pull/1729) Include F#, C#, and MATLAB in markdown code highlighting, for the upcoming .NET and MATLAB flavors of dash.
2424

25+
- [#1735](https://github.com/plotly/dash/pull/1735) Upgrade Plotly.js to v2.4.2. This includes:
26+
- [Feature release 2.3.0](https://github.com/plotly/plotly.js/releases/tag/v2.3.0):
27+
- More number formatting options due to `d3-format` upgrade.
28+
- Many new `geo` projections.
29+
- Improved rendering and performance of `scattergl`, `splom` and `parcoords` traces.
30+
- [Feature release 2.4.0](https://github.com/plotly/plotly.js/releases/tag/v2.4.0):
31+
- `legend.groupclick`
32+
- `bbox` of hover items in event data, to support custom dash-driven hover effects
33+
- Patch releases [2.3.1](https://github.com/plotly/plotly.js/releases/tag/v2.3.1), [2.4.1](https://github.com/plotly/plotly.js/releases/tag/v2.4.1), and [2.4.2](https://github.com/plotly/plotly.js/releases/tag/v2.4.2) containing various bug fixes.
34+
35+
- [#1735](https://github.com/plotly/dash/pull/1735) New `dcc.Tooltip` component. This is particularly useful for rich hover information on `dcc.Graph` charts, using the `bbox` information included in the event data in plotly.js v2.4.0
36+
2537
## Dash Table
2638
### Added
2739

components/dash-core-components/package-lock.json

Lines changed: 114 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/dash-core-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"highlight.js": "^11.0.1",
4949
"moment": "^2.29.1",
5050
"node-polyfill-webpack-plugin": "^1.1.4",
51-
"plotly.js": "2.2.1",
51+
"plotly.js": "2.4.2",
5252
"prop-types": "^15.7.2",
5353
"ramda": "^0.27.1",
5454
"rc-slider": "^9.7.2",

0 commit comments

Comments
 (0)