File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 22
33## 3.1.6
44
5- * Deprecating delta, deltaX, and deltaY event handler arguments
6- * Update actual event object with normalized deltaX and deltaY values (event.deltaX, event.deltaY)
7- * Add deltaFactor to the event object (event.deltaFactor)
8- * Handle > 0 but < 1 deltas better
9- * Do not fire the event if deltaX and deltaY are 0
10- * Better handle different devices that give different lowestDelta values
11- * Add $.event.special.mousewheel.version
5+ * Deprecating ` delta ` , ` deltaX ` , and ` deltaY ` event handler arguments
6+ * Update actual event object with normalized ` deltaX ` and ` deltaY ` values (` event.deltaX ` , ` event.deltaY ` )
7+ * Add ` deltaFactor ` to the event object (` event.deltaFactor ` )
8+ * Handle ` > 0 ` but ` < 1 ` deltas better
9+ * Do not fire the event if ` deltaX ` and ` deltaY ` are ` 0 `
10+ * Better handle different devices that give different ` lowestDelta ` values
11+ * Add ` $.event.special.mousewheel.version `
1212* Some clean up
1313
1414## 3.1.5
1515
16- * Bad release because I did not update the new $.event.special.mousewheel.version
16+ * Bad release because I did not update the new ` $.event.special.mousewheel.version `
1717
1818## 3.1.4
1919
20- * Always set the deltaY
21- * Add back in the deltaX and deltaY support for older Firefox versions
20+ * Always set the ` deltaY `
21+ * Add back in the ` deltaX ` and ` deltaY ` support for older Firefox versions
2222
2323## 3.1.3
2424
You can’t perform that action at this time.
0 commit comments