Skip to content

Releases: SupremeTechnopriest/react-idle-timer

4.3.1

21 Jul 21:09

Choose a tag to compare

✨ Chores

  • Added TypeScript examples.

🐞 Bugfixes

  • Fixed a few issues with TypeScript typings.

4.3.0

18 Jul 22:17
ac6117a

Choose a tag to compare

⚡️ Features

  • Added hook implementation.

✨ Enhancements

  • Minor performance improvements with eventsThrottle property.

🚿 Chores

  • Cleaned up build chain.

1.5.0

24 Jul 23:13

Choose a tag to compare

Isomorphic React Support!

1.3.2

26 Aug 18:21

Choose a tag to compare

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

26 Aug 18:17

Choose a tag to compare

Change Log

1.3.1 (2016-08-26)

Bug Fixes

  • dependencies: made react a peer dependency (5e1d844)

v1.2.12

30 Mar 18:47

Choose a tag to compare

  • Added startOnLoad prop ( defaults to true ) to allow the developer to decide when the IdleTimer should start counting down. Setting to false will start the timer on the first user action.

v1.2.11

15 Mar 20:46

Choose a tag to compare

  • adds support for instancing component inline <IdleTimer />

v1.2.10

15 Mar 16:54

Choose a tag to compare

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)
  • clearInterval on componentWillUnmount() resolves an issue trying to setState on an unmounted component.

Stable Release v1.2.0

07 Jul 17:27

Choose a tag to compare

Refactored state manipulation, stablizing the release

Bug Fixes v1.1.1

07 Jul 16:32

Choose a tag to compare

  • Now calls the proper event onActive and onIdle