4.6.1
SupremeTechnopriest
released this
17 Apr 00:18
·
312 commits
to master
since this release
✨ Enhancements
- When
emitOnAllTabs
is set totrue
,start
,reset
,pause
andresume
will be called on all tabs. - Calling
reset
will now automatically fireonActive
while callingstart
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 callidle
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.