Skip to content

Releases: maslianok/react-responsive-tabs

v4.4.2

11 Aug 08:35
Compare
Choose a tag to compare
  • Fix showMore feature
  • Upgrade libraries

v4.4.1

27 Apr 12:22
Compare
Choose a tag to compare
  • Fix tabs removal feature

v4.3.0

02 Feb 09:18
2d6151b
Compare
Choose a tag to compare

Update critical dependencies

v4.1.0

05 Jun 12:04
Compare
Choose a tag to compare

Fix component rerendering (see #64)

Add an additional prop uid that forces the component rerender.

v4.0.0

05 Jun 10:39
Compare
Choose a tag to compare
  • 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. Return false to prevent the tab change

v3.3.0

18 Sep 14:48
Compare
Choose a tag to compare

Rework React deprecated lifecycle methods (componentWillMount && componentWillReceiveProps)

v3.2.1

18 Sep 14:13
Compare
Choose a tag to compare

Upgrade dependency versions

v3.2.0

29 May 17:07
Compare
Choose a tag to compare
  • Upgrade dependencies
  • Move to babel@7
  • Use cra@3 for examples

v3.1.0

13 Nov 12:32
16d2d63
Compare
Choose a tag to compare
  • allow to pass a translation component with prop-type node on to "Show more" tab (@janaborchardt-twt )
  • Upgrade library versions

v3.0.0

18 Jul 16:23
Compare
Choose a tag to compare

Breaking change:
This version changes the tabs behavior in the collapsed mode: a click on an active tab collapses this tab (previously it did nothing).