Skip to content

Releases: tuenti/activity-detector

Review mouseover behavior

20 Oct 16:20
Compare
Choose a tag to compare

Main change:

From this release, the activityDetector does not transition form 'idle' to 'active' on 'mouseover' event.
To make this configurable, the new version includes a new config param:

  • ignoredEventsWhenIdle: list of events to ignore in idle state. By default: ['mousemove']

This is a blacklist of event which don't make the activityDetector transition back to 'active' from 'idle'.

Other changes:

Event listeners aren't executed in different tasks (with setTimeout(listener, 0) anymore). Now all the listeners are executed synchronously.

Added umd build

28 Feb 11:27
Compare
Choose a tag to compare

Now you can use activity-detectory without npm.
Just import or download the script from:
https://npmcdn.com/activity-detector/dist/activity-detector.min.js

First release

20 Feb 12:03
Compare
Choose a tag to compare
v1.0.0

remove old node versions from travis ci