Skip to content

Commit 99173ec

Browse files
committed
ChangeLog.markdown: switch to h2 for the versions and use more Markdown syntax
1 parent 571ec7e commit 99173ec

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

ChangeLog.markdown

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,80 @@
11
# Mouse Wheel ChangeLog
22

3-
# 3.1.1
3+
## 3.1.1
44

55
* Fix rounding issue with deltas less than zero
66

77

8-
# 3.1.0
8+
## 3.1.0
99

1010
* Fix Firefox 17+ issues by using new wheel event
1111
* Normalize delta values
1212
* Adds horizontal support for IE 9+ by using new wheel event
1313
* Support AMD loaders
1414

1515

16-
# 3.0.6
16+
## 3.0.6
1717

1818
* Fix issue with delta being 0 in Firefox
1919

2020

21-
# 3.0.5
21+
## 3.0.5
2222

2323
* jQuery 1.7 compatibility
2424

2525

26-
# 3.0.4
26+
## 3.0.4
2727

2828
* Fix IE issue
2929

3030

31-
# 3.0.3
31+
## 3.0.3
3232

3333
* Added deltaX and deltaY for horizontal scrolling support (Thanks to Seamus Leahy)
3434

3535

36-
# 3.0.2
36+
## 3.0.2
3737

3838
* 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
4040
* Removed browser detection
4141
* Cleaned up the code
4242

4343

44-
# 3.0.1
44+
## 3.0.1
4545

4646
* Bad release... creating a new release due to plugins.jquery.com issue :(
4747

4848

49-
# 3.0
49+
## 3.0
5050

5151
* 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`
5353
* Using jQuery.data API for expandos
5454

5555

56-
# 2.2
56+
## 2.2
5757

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
5959

6060

61-
# 2.1.1
61+
## 2.1.1
6262

6363
* Updated to work with jQuery 1.1.3
6464
* Used one instead of bind to do unload event for clean up.
6565

6666

67-
# 2.1
67+
## 2.1
6868

6969
* Fixed an issue with the unload handler
7070

7171

72-
# 2.0
72+
## 2.0
7373

7474
* Major reduction in code size and complexity (internals have change a whole lot)
7575

7676

77-
# 1.0
77+
## 1.0
7878

7979
* Fixed Opera issue
8080
* Fixed an issue with children elements that also have a mousewheel handler

0 commit comments

Comments
 (0)