Skip to content

Commit 0f3d0ca

Browse files
committed
chore: Version updates for v3.0.0
1 parent 27fbc68 commit 0f3d0ca

3 files changed

Lines changed: 41 additions & 3 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)]

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-plotly.js",
3-
"version": "2.6.0",
3+
"version": "3.0.0",
44
"license": "MIT",
55
"description": "A plotly.js react component from Plotly",
66
"author": "Plotly, Inc.",

0 commit comments

Comments
 (0)