This repository was archived by the owner on Dec 29, 2022. It is now read-only.
Releases: nikparo/inputhub.js
Releases · nikparo/inputhub.js
InputHub v0.4.0
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
wheelandmousewheelevents bound as passive by default to match Chrome behaviour (since v.73)memoize-oneupdated tov5.1.1
Fixes
- Fixed an issue where capture listeners were not unbound correctly. #2
InputHub v0.3.3
Merge pull request #1 from nikparo/neutrino Neutrino