- Include MozMousePixelScroll in the to fix list to avoid inconsistent behavior in older Firefox
- Include grunt utilities for development purposes (jshint and uglify)
- Include support for browserify
- Some basic cleaning up
- Fix rounding issue with deltas less than zero
- Fix Firefox 17+ issues by using new wheel event
- Normalize delta values
- Adds horizontal support for IE 9+ by using new wheel event
- Support AMD loaders
- Fix issue with delta being 0 in Firefox
- jQuery 1.7 compatibility
- Fix IE issue
- Added deltaX and deltaY for horizontal scrolling support (Thanks to Seamus Leahy)
- Fixed delta being opposite value in latest Opera
- No longer fix
pageX
,pageY
for older Mozilla browsers - Removed browser detection
- Cleaned up the code
- Bad release... creating a new release due to plugins.jquery.com issue :(
- Uses new special events API in jQuery 1.2.2+
- You can now treat
mousewheel
as a normal event and use.bind
,.unbind
and.trigger
- Using jQuery.data API for expandos
- Fixed
pageX
,pageY
,clientX
andclientY
event properties for Mozilla based browsers
- Updated to work with jQuery 1.1.3
- Used one instead of bind to do unload event for clean up.
- Fixed an issue with the unload handler
- Major reduction in code size and complexity (internals have change a whole lot)
- Fixed Opera issue
- Fixed an issue with children elements that also have a mousewheel handler
- Added ability to handle multiple handlers