Probaclick Versions Save

Do something when someone is probably going to click something.

v2.0.0

2 years ago

This release:

  • Updates several outdated dependencies to the latest versions.
  • Switches from Rollup to Microbundle (and in the process, drops support for Internet Explorer + other legacy browsers).
  • Adds a .remove() method for imperatively removing registered event listeners on an instance. Ex:
const instance = ProbaClick("button", {
   // options
});

// Removes all event listeners.
instance.remove();

v1.1.1

5 years ago

This release fixes a bug causing an incorrect return behavior in one of the methods.

v1.1.0

5 years ago

This release adds the ability to fire the callback based on the total hover count, rather than just the total hover duration.

v1.0.0

5 years ago