Releases: reactjs/react-tabs
Releases · reactjs/react-tabs
v4.2.0
31 Mar 17:28
Compare
Sorry, something went wrong.
No results found
4.2.0 (2022-03-31)
Bug Fixes
Do not always refocus tab if rerender happens (4c63bcb )
Features
New prop to disable focusing tabs on click (85caf7a )
v4.1.0
31 Mar 16:39
Compare
Sorry, something went wrong.
No results found
4.1.0 (2022-03-31)
Features
v4.0.1
01 Mar 15:36
Compare
Sorry, something went wrong.
No results found
4.0.1 (2022-03-01)
Bug Fixes
Requires React version 16.8 or newer (397673d )
v4.0.0
01 Mar 15:08
Compare
Sorry, something went wrong.
No results found
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
28 Oct 10:47
Compare
Sorry, something went wrong.
No results found
3.2.3 (2021-10-28)
Bug Fixes
Change strategy to detect tabs for compatibility with other libraries (517a056 ), closes #424
v3.2.2
10 Apr 09:25
Compare
Sorry, something went wrong.
No results found
3.2.2 (2021-04-10)
Bug Fixes
Add link to error message about controlled vs uncontrolled (e50db44 )
v3.2.1
09 Mar 22:03
Compare
Sorry, something went wrong.
No results found
3.2.1 (2021-03-09)
Bug Fixes
Ensure that initial selected index never goes below 0 (ba1c5f8 )
v3.2.0
06 Feb 20:12
Compare
Sorry, something went wrong.
No results found
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
13 Dec 00:52
Compare
Sorry, something went wrong.
No results found
3.1.2 (2020-12-13)
Bug Fixes
deps: add support for React 17 (cb8297d )
v3.1.1
23 May 18:45
Compare
Sorry, something went wrong.
No results found
3.1.1 (2020-05-23)
Bug Fixes
Replace classnames with clsx (a37ca85 )