Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Releases: nikparo/inputhub.js

InputHub v0.4.0

02 Mar 15:05
607c3ed

Choose a tag to compare

New

A delayBubbleListeners option (false by default) was added that will postpone binding the actual primary listeners until an event arrives. This way events are almost guaranteed to pass through framework listeners before they reach any inputhub listeners. It does this by binding a temporary capture listener instead.

This option only works for bubbling listeners, as trying to delay captured events could result in losing them. It cannot be set for individual listeners, as that would make the internal handling of listeners more complicated.

Changes

  • wheel and mousewheel events bound as passive by default to match Chrome behaviour (since v.73)
  • memoize-one updated to v5.1.1

Fixes

  • Fixed an issue where capture listeners were not unbound correctly. #2

InputHub v0.3.3

23 Feb 10:28
5b7c0fe

Choose a tag to compare

Merge pull request #1 from nikparo/neutrino

Neutrino