react-tabs v2.1.0 Release Notes

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

    • tabs: Correctly handle children of type string (#211) (6fd4002)
    • umd: Fix the umd builds by switching to rollup (#212) (46c1a60)

    ๐Ÿ”‹ Features

    • dependencies: Support react 16 (94447e9)
    • tablist: Enable overwriting tabIndex on <Tab> and allow tabbing among <Tab>s by using tab key and enter/space. (00a8401)
    • tabs: Publish also as ES2015 modules (41415ab)
    • tabs: Add domRef prop for getting the ref to the tabs DOM node (#213) (e989491)