|
1 | 1 | # Mouse Wheel ChangeLog
|
2 | 2 |
|
3 |
| -# 3.1.1 |
| 3 | +## 3.1.1 |
4 | 4 |
|
5 | 5 | * Fix rounding issue with deltas less than zero
|
6 | 6 |
|
7 | 7 |
|
8 |
| -# 3.1.0 |
| 8 | +## 3.1.0 |
9 | 9 |
|
10 | 10 | * Fix Firefox 17+ issues by using new wheel event
|
11 | 11 | * Normalize delta values
|
12 | 12 | * Adds horizontal support for IE 9+ by using new wheel event
|
13 | 13 | * Support AMD loaders
|
14 | 14 |
|
15 | 15 |
|
16 |
| -# 3.0.6 |
| 16 | +## 3.0.6 |
17 | 17 |
|
18 | 18 | * Fix issue with delta being 0 in Firefox
|
19 | 19 |
|
20 | 20 |
|
21 |
| -# 3.0.5 |
| 21 | +## 3.0.5 |
22 | 22 |
|
23 | 23 | * jQuery 1.7 compatibility
|
24 | 24 |
|
25 | 25 |
|
26 |
| -# 3.0.4 |
| 26 | +## 3.0.4 |
27 | 27 |
|
28 | 28 | * Fix IE issue
|
29 | 29 |
|
30 | 30 |
|
31 |
| -# 3.0.3 |
| 31 | +## 3.0.3 |
32 | 32 |
|
33 | 33 | * Added deltaX and deltaY for horizontal scrolling support (Thanks to Seamus Leahy)
|
34 | 34 |
|
35 | 35 |
|
36 |
| -# 3.0.2 |
| 36 | +## 3.0.2 |
37 | 37 |
|
38 | 38 | * Fixed delta being opposite value in latest Opera
|
39 |
| -* No longer fix pageX, pageY for older mozilla browsers |
| 39 | +* No longer fix `pageX`, `pageY` for older Mozilla browsers |
40 | 40 | * Removed browser detection
|
41 | 41 | * Cleaned up the code
|
42 | 42 |
|
43 | 43 |
|
44 |
| -# 3.0.1 |
| 44 | +## 3.0.1 |
45 | 45 |
|
46 | 46 | * Bad release... creating a new release due to plugins.jquery.com issue :(
|
47 | 47 |
|
48 | 48 |
|
49 |
| -# 3.0 |
| 49 | +## 3.0 |
50 | 50 |
|
51 | 51 | * Uses new special events API in jQuery 1.2.2+
|
52 |
| -* You can now treat "mousewheel" as a normal event and use .bind, .unbind and .trigger |
| 52 | +* You can now treat `mousewheel` as a normal event and use `.bind`, `.unbind` and `.trigger` |
53 | 53 | * Using jQuery.data API for expandos
|
54 | 54 |
|
55 | 55 |
|
56 |
| -# 2.2 |
| 56 | +## 2.2 |
57 | 57 |
|
58 |
| -* Fixed pageX, pageY, clientX and clientY event properties for Mozilla based browsers |
| 58 | +* Fixed `pageX`, `pageY`, `clientX` and `clientY` event properties for Mozilla based browsers |
59 | 59 |
|
60 | 60 |
|
61 |
| -# 2.1.1 |
| 61 | +## 2.1.1 |
62 | 62 |
|
63 | 63 | * Updated to work with jQuery 1.1.3
|
64 | 64 | * Used one instead of bind to do unload event for clean up.
|
65 | 65 |
|
66 | 66 |
|
67 |
| -# 2.1 |
| 67 | +## 2.1 |
68 | 68 |
|
69 | 69 | * Fixed an issue with the unload handler
|
70 | 70 |
|
71 | 71 |
|
72 |
| -# 2.0 |
| 72 | +## 2.0 |
73 | 73 |
|
74 | 74 | * Major reduction in code size and complexity (internals have change a whole lot)
|
75 | 75 |
|
76 | 76 |
|
77 |
| -# 1.0 |
| 77 | +## 1.0 |
78 | 78 |
|
79 | 79 | * Fixed Opera issue
|
80 | 80 | * Fixed an issue with children elements that also have a mousewheel handler
|
|
0 commit comments