Releases: SupremeTechnopriest/react-idle-timer
Releases · SupremeTechnopriest/react-idle-timer
4.3.1
✨ Chores
- Added TypeScript examples.
🐞 Bugfixes
- Fixed a few issues with TypeScript typings.
4.3.0
⚡️ Features
- Added hook implementation.
✨ Enhancements
- Minor performance improvements with
eventsThrottleproperty.
🚿 Chores
- Cleaned up build chain.
1.5.0
Isomorphic React Support!
1.3.2
Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.3.2 (2016-08-26)
Bug Fixes
- dependencies: made peer dependencies only care about major version (0fd087d)
1.3.1 (2016-08-26)
1.3.0 (2016-08-26)
Bug Fixes
- dependencies: made react a peer dependency (5e1d844)
1.3.1
v1.2.12
- Added
startOnLoadprop ( defaults to true ) to allow the developer to decide when theIdleTimershould start counting down. Setting to false will start the timer on the first user action.
v1.2.11
- adds support for instancing component inline
<IdleTimer />
v1.2.10
Bugfixes
- children are now passed directly without being wrapped. This means that you have to pass a valid react element as children to IdleTimer. (Must be contained in a single element)
clearIntervaloncomponentWillUnmount()resolves an issue trying to setState on an unmounted component.
Stable Release v1.2.0
Refactored state manipulation, stablizing the release
Bug Fixes v1.1.1
- Now calls the proper event
onActiveandonIdle