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 2
2
3
3
## 3.1.6
4
4
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 `
12
12
* Some clean up
13
13
14
14
## 3.1.5
15
15
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 `
17
17
18
18
## 3.1.4
19
19
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
22
22
23
23
## 3.1.3
24
24
You can’t perform that action at this time.
0 commit comments