Skip to content

v5.0.0

Compare
Choose a tag to compare
@anajavi anajavi released this 20 May 12:28
· 43 commits to master since this release

Breaking changes:

  • Drop support for react < 17
  • Drop support for highcharts < 9.1.2
  • Drop support for old browsers. The supported browsers are:
    • chrome >= 81
    • edge >= 81
    • firefox >= 78
    • ios >= 12
    • safari >= 12

New Features:

  • Support react 18 #360
  • Axis events can be updated #333

Other changes:

  • prop-types are removed #354
  • chart is destroyed on unmount without requestAnimationFrame #332