Skip to content

4.6.1

Compare
Choose a tag to compare
@SupremeTechnopriest SupremeTechnopriest released this 17 Apr 00:18
· 312 commits to master since this release

✨ Enhancements

  • When emitOnAllTabs is set to true, start, reset, pause and resume will be called on all tabs.
  • Calling reset will now automatically fire onActive while calling start will not. Otherwise these two methods are functionally equivalent.

🐞 Bug Fixes

  • Fixed a type-o in propTypes, typescript definitions and docs.
  • Fixed an issue where the localStorage method would not call idle if there wasn't any user activity on the page.
  • Fixed an issue where the TabManager would not deregister itself when the tab was closed if it was not the leader tab.