Skip to content

v2.1.0

Compare
Choose a tag to compare
@danez danez released this 05 Oct 12:32
· 1432 commits to main since this release

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)