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
<li>Fix possible 0 value for line height when in delta mode 1</li>
6
+
</ul>
7
+
8
+
<h2>3.1.11</h2>
9
+
10
+
<ulclass="task-list">
11
+
<li>Fix version number for package managers...</li>
12
+
</ul>
13
+
14
+
<h2>3.1.10</h2>
15
+
16
+
<ulclass="task-list">
17
+
<li>Fix issue with calculating line height when using older versions of jQuery</li>
18
+
<li>Add offsetX/Y normalization with setting to turn it off</li>
19
+
<li>Cleans up data on teardown</li>
20
+
</ul>
21
+
22
+
<h2>3.1.9</h2>
23
+
24
+
<ulclass="task-list">
25
+
<li>Fix bower.json file</li>
26
+
<li>Updated how the deltas are adjusted for older mousewheel based events that have deltas that are factors of 120.</li>
27
+
<li>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.</li>
28
+
</ul>
29
+
30
+
<h2>3.1.8</h2>
31
+
32
+
<ulclass="task-list">
33
+
<li>Even better handling of older browsers that use a wheelDelta based on 120</li>
34
+
<li>And fix version reported by <code>$.event.special.mousewheel</code>
35
+
</li>
36
+
</ul>
37
+
38
+
<h2>3.1.7</h2>
39
+
40
+
<ulclass="task-list">
41
+
<li>Better handle the <code>deltaMode</code> values 1 (lines) and 2 (pages)</li>
42
+
<li>Attempt to better handle older browsers that use a wheelDelta based on 120</li>
43
+
</ul>
44
+
45
+
<h2>3.1.6</h2>
46
+
47
+
<ulclass="task-list">
48
+
<li>Deprecating <code>delta</code>, <code>deltaX</code>, and <code>deltaY</code> event handler arguments</li>
49
+
<li>Update actual event object with normalized <code>deltaX</code>and <code>deltaY</code> values (<code>event.deltaX</code>, <code>event.deltaY</code>)</li>
50
+
<li>Add <code>deltaFactor</code> to the event object (<code>event.deltaFactor</code>)</li>
51
+
<li>Handle <code>> 0</code> but <code>< 1</code> deltas better</li>
52
+
<li>Do not fire the event if <code>deltaX</code> and <code>deltaY</code> are <code>0</code>
53
+
</li>
54
+
<li>Better handle different devices that give different <code>lowestDelta</code> values</li>
0 commit comments