Skip to content

Commit 151343d

Browse files
authored
Merge pull request #365 from plotly/release-3.0.0
chore: Version updates for v3.0.0
2 parents 9462888 + 0f3d0ca commit 151343d

6 files changed

Lines changed: 8025 additions & 22295 deletions

File tree

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# react-plotly.js changelog
2+
3+
For more context information, please read through the
4+
[release notes](https://github.com/plotly/react-plotly.js/releases).
5+
6+
To see all merged commits on the default branch that will be part of the next plotly.js release, go to:
7+
8+
<https://github.com/plotly/react-plotly.js/compare/vX.Y.Z...master>
9+
10+
where X.Y.Z is the semver of most recent react-plotly.js release.
11+
12+
## [Unreleased]
13+
14+
## [3.0.0] - 2026-06-09
15+
16+
### Added
17+
18+
- `onClickAnywhere` and `onHoverAnywhere` event props for the corresponding `plotly_clickanywhere` and `plotly_hoveranywhere` events introduced in plotly.js v3 [[#360](https://github.com/plotly/react-plotly.js/pull/360)]
19+
20+
### Changed
21+
22+
- Migrated CI from CircleCI to GitHub Actions [[#362](https://github.com/plotly/react-plotly.js/pull/362)]
23+
- Migrated test framework from enzyme to `@testing-library/react` and bumped jest from 26 to 29 [[#363](https://github.com/plotly/react-plotly.js/pull/363)]
24+
25+
### Removed
26+
27+
- Dropped support for plotly.js v1.x and v2.x; the `plotly.js` peer dependency now requires `>=3.0.0` [[#360](https://github.com/plotly/react-plotly.js/pull/360)]
28+
- Dropped support for React versions older than 18; the `react` peer dependency now requires `^18.0.0 || ^19.0.0` [[#364](https://github.com/plotly/react-plotly.js/pull/364)]
29+
30+
## [2.6.0] - 2022-09-07
31+
32+
### Added
33+
34+
- `onWebGlContextLost` event prop for the `plotly_webglcontextlost` event [[#222](https://github.com/plotly/react-plotly.js/pull/222)], with thanks to @markovist for the contribution!
35+
36+
### Changed
37+
38+
- Updated dependencies [[#285](https://github.com/plotly/react-plotly.js/pull/285)]

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,12 @@ Event handlers for specific [`plotly.js` events](https://plot.ly/javascript/plot
167167
| `onButtonClicked` | `Function` | `plotly_buttonclicked` |
168168
| `onClick` | `Function` | `plotly_click` |
169169
| `onClickAnnotation` | `Function` | `plotly_clickannotation` |
170+
| `onClickAnywhere` | `Function` | `plotly_clickanywhere` |
170171
| `onDeselect` | `Function` | `plotly_deselect` |
171172
| `onDoubleClick` | `Function` | `plotly_doubleclick` |
172173
| `onFramework` | `Function` | `plotly_framework` |
173174
| `onHover` | `Function` | `plotly_hover` |
175+
| `onHoverAnywhere` | `Function` | `plotly_hoveranywhere` |
174176
| `onLegendClick` | `Function` | `plotly_legendclick` |
175177
| `onLegendDoubleClick` | `Function` | `plotly_legenddoubleclick` |
176178
| `onRelayout` | `Function` | `plotly_relayout` |

0 commit comments

Comments
 (0)