4.6.1
·
312 commits
to master
since this release
✨ Enhancements
- When
emitOnAllTabsis set totrue,start,reset,pauseandresumewill be called on all tabs. - Calling
resetwill now automatically fireonActivewhile callingstartwill 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
localStoragemethod would not callidleif there wasn't any user activity on the page. - Fixed an issue where the
TabManagerwould not deregister itself when the tab was closed if it was not the leader tab.