Skip to content

Releases: jquery/jquery-mousewheel

3.2.2

31 Mar 22:27
65c0f35
Compare
Choose a tag to compare
  • Include the minified file in the npm package

3.2.1

31 Mar 22:27
47445bd
Compare
Choose a tag to compare
  • Update README

3.2.0

31 Mar 22:26
44ebf66
Compare
Choose a tag to compare
  • 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

31 Mar 22:26
Compare
Choose a tag to compare
  • Update copyright notice and license to remove years
  • Create the correct compressed version
  • Remove the obsolete jQuery Plugin Registry file

3.1.12

31 Mar 22:26
Compare
Choose a tag to compare
  • Fix possible 0 value for line height when in delta mode 1

3.1.11

31 Mar 22:25
Compare
Choose a tag to compare
  • Fix version number for package managers...

3.1.10

31 Mar 22:25
Compare
Choose a tag to compare
  • 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

31 Mar 22:25
Compare
Choose a tag to compare
  • 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

31 Mar 22:25
Compare
Choose a tag to compare
  • Even better handling of older browsers that use a wheelDelta based on 120
  • And fix version reported by $.event.special.mousewheel

3.1.7

31 Mar 22:24
Compare
Choose a tag to compare
  • Better handle the deltaMode values 1 (lines) and 2 (pages)
  • Attempt to better handle older browsers that use a wheelDelta based on 120