Skip to content

Releases: plotly/react-plotly.js

v3.0.0

09 Jun 17:01
151343d

Choose a tag to compare

Added

  • onClickAnywhere and onHoverAnywhere event props for the corresponding plotly_clickanywhere and plotly_hoveranywhere events introduced in plotly.js v3 [#360]

Changed

  • Migrated CI from CircleCI to GitHub Actions [#362]
  • Migrated test framework from enzyme to @testing-library/react and bumped jest from 26 to 29 [#363]

Removed

  • Dropped support for plotly.js v1.x and v2.x; the plotly.js peer dependency now requires >=3.0.0 [#360]
  • Dropped support for React versions older than 18; the react peer dependency now requires ^18.0.0 || ^19.0.0 [#364]

v2.6.0

07 Sep 22:56

Choose a tag to compare

  • Add onWebGlContextLost event - thanks to @markovist
  • Minor dependency upgrades

v2.5.1

04 Dec 01:48
3f919e5

Choose a tag to compare

  • added support for the plotly_beforehover event - thanks to @zoryamba
  • devDependencies updates

v2.5.0

14 Sep 21:20
ed21137

Choose a tag to compare

  • fixed issue with referencing element of unmounted component - thanks to @lavor
  • added support for the plotly_onrelayouting event - thanks to @lauri-codes
  • added support for the plotly_sunburstclick event - thanks to @LittleMikeDev
  • devDependencies updates

v2.4.0

17 Oct 17:31
300c9a1

Choose a tag to compare

  • eventhandler bugfix

v2.3.0

25 Feb 20:58

Choose a tag to compare

  • Bugfixes
  • Removed deprecated react methods
  • Refactor
  • devDep updates