Skip to content

Commit

Permalink
✨ Update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
SupremeTechnopriest committed Apr 17, 2021
1 parent d54a63e commit 1ec0e60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
### 4.6.1
- 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.
- Fixed a type-o in propTypes and typescript definitions.
- 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.

## 4.6.0
- Added cross tab support. See examples and README for usage and documentation.
Expand Down

0 comments on commit 1ec0e60

Please sign in to comment.