Releases: jquery/jquery-mousewheel
Releases · jquery/jquery-mousewheel
3.2.2
- Include the minified file in the npm package
3.2.0
- Use
.on()
/.off()
for event binding where available
- Don't clobber mouse offset properties if we don't adjust them (#165)
- Remove moot
version
property from bower.json (#140)
- Remove the executable bit from the library (#176)
- Add jtr-based tests in GitHub Actions, migrate to ESLint flat config (#247)
3.1.13
- Update copyright notice and license to remove years
- Create the correct compressed version
- Remove the obsolete jQuery Plugin Registry file
3.1.12
- Fix possible 0 value for line height when in delta mode 1
3.1.11
- Fix version number for package managers...
3.1.10
- Fix issue with calculating line height when using older versions of jQuery
- Add offsetX/Y normalization with setting to turn it off
- Cleans up data on teardown
3.1.9
- Fix bower.json file
- Updated how the deltas are adjusted for older mousewheel based events that have deltas that are factors of 120.
- Add $.event.special.mousewheel.settings.adjustOldDeltas (defaults to true) to turn off adjusting of old deltas that are factors of 120. You'd turn this off if you want to be as close to native scrolling as possible.
3.1.8
- Even better handling of older browsers that use a wheelDelta based on 120
- And fix version reported by
$.event.special.mousewheel
3.1.7
- Better handle the
deltaMode
values 1 (lines) and 2 (pages)
- Attempt to better handle older browsers that use a wheelDelta based on 120