For more context information, please read through the release notes.
To see all merged commits on the default branch that will be part of the next plotly.js release, go to:
https://github.com/plotly/react-plotly.js/compare/vX.Y.Z...master
where X.Y.Z is the semver of most recent react-plotly.js release.
onClickAnywhereandonHoverAnywhereevent props for the correspondingplotly_clickanywhereandplotly_hoveranywhereevents introduced in plotly.js v3 [#360]
- Migrated CI from CircleCI to GitHub Actions [#362]
- Migrated test framework from enzyme to
@testing-library/reactand bumped jest from 26 to 29 [#363]
- Dropped support for plotly.js v1.x and v2.x; the
plotly.jspeer dependency now requires>=3.0.0[#360] - Dropped support for React versions older than 18; the
reactpeer dependency now requires^18.0.0 || ^19.0.0[#364]
onWebGlContextLostevent prop for theplotly_webglcontextlostevent [#222], with thanks to @markovist for the contribution!
- Updated dependencies [#285]