react-tabs v2.0.0 Release Notes

Release Date: 2017-09-05 // over 6 years ago
  • ๐Ÿ› Bug Fixes

    • tabs: Fix activeElement check in iframes in Internet Explorer #193 (#194) (722d52f)

    ๐Ÿ”‹ Features

    • tabs: Allow for higher order components. All HOC which use hoist-non-react-statics are supported out of the box (#196) (1969e65)
    • tabs: Always call onSelected callback even if tab is active. (#195) (bc1910a)

    ๐Ÿ’ฅ BREAKING CHANGES

    • tabs: The onSelect callback will now also be called when clicking on the currently active tab.