React Tabs Versions Save

An accessible and easy tab component for ReactJS.

v4.0.1

2 years ago

4.0.1 (2022-03-01)

Bug Fixes

  • Requires React version 16.8 or newer (397673d)

v4.0.0

2 years ago

4.0.0 (2022-03-01)

Features

  • Always set focus on tabs (4512dad), closes #272
  • Updated all the class components to newer functional components (b2159c9)

BREAKING CHANGES

  • The tabs are now instantly focused on click and not just by double-click. The default styling has been adapted for that, so that there is no outline shown anymore on focus.
  • Requires react 16.8 or newer

v3.2.3

2 years ago

3.2.3 (2021-10-28)

Bug Fixes

  • Change strategy to detect tabs for compatibility with other libraries (517a056), closes #424

v3.2.2

3 years ago

3.2.2 (2021-04-10)

Bug Fixes

  • Add link to error message about controlled vs uncontrolled (e50db44)

v3.2.1

3 years ago

3.2.1 (2021-03-09)

Bug Fixes

  • Ensure that initial selected index never goes below 0 (ba1c5f8)

v3.2.0

3 years ago

3.2.0 (2021-02-06)

Features

  • Add new environment prop to handle tabs in iframes (#365) (d6fd355)
  • New prop to disable up/down arrow keys for changing tabs (#368) (40ea746)

v3.1.2

3 years ago

3.1.2 (2020-12-13)

Bug Fixes

  • deps: add support for React 17 (cb8297d)

v3.1.1

3 years ago

3.1.1 (2020-05-23)

Bug Fixes

  • Replace classnames with clsx (a37ca85)

v3.1.0

4 years ago

Features

v2.3.1

4 years ago

Bug Fixes

  • tabs: Handle nodes with parentNode set to undefined instead of null correctly (0259616)