Skip to content

v4.0.0

Compare
Choose a tag to compare
@maslianok maslianok released this 05 Jun 10:39
· 74 commits to master since this release
  • 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