You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the 4.0.x branch I swapped the delta signs to match the newer wheel event (https://github.com/jquery/jquery-mousewheel/tree/4.0.x#older-versions). Off the top of my head that and not passing the delta values to the handler (they are only attached as properties of the event) are the two breaking changes.
If we're swapping the delta signs, maybe we should also get the event renamed to wheel to reduce confusion? It would also make it easier for external code to work with both old & new versions of the plugin if needed.
If none of these are breaking changes, stay with 3.x version. See #142.
The text was updated successfully, but these errors were encountered: