Skip to content

1.4.0

Compare
Choose a tag to compare
@whawker whawker released this 11 Oct 13:59
· 818 commits to master since this release

New Features

React 16 support

As Fiber supports rendering arrays we can stop rendering junk hidden wrapper divs! Yay!

Custom className

The root <HighchartsChart /> / <HighchartsStockChart /> now accept a className prop. Thanks @will-stone!

Bug fixes

Fixed an error when unmounting a Stock chart with a navigator, event handlers on the document object were not removed (#32)