Releases: maslianok/react-responsive-tabs
Releases · maslianok/react-responsive-tabs
v4.4.2
v4.4.1
v4.3.0
v4.1.0
v4.0.0
-
add
unmountOnExit
prop (true
by default): the property decides whether to unmount inactive tabs from DOM tree or not. May be useful when you mount something heavy inside the tabs and don't want to perform the work every time the tab gets active. -
add
beforeChange
callback: it fires right before a tab changes. Returnfalse
to prevent the tab change
v3.3.0
v3.2.1
v3.2.0
v3.1.0
- allow to pass a translation component with prop-type
node
on to "Show more" tab (@janaborchardt-twt ) - Upgrade library versions