2008-10-15 20:35:05 -05:00
|
|
|
# Mouse Wheel ChangeLog
|
|
|
|
|
2013-03-12 17:37:02 -05:00
|
|
|
## 3.1.3
|
|
|
|
|
|
|
|
* Include MozMousePixelScroll in the to fix list to avoid inconsistent behavior in older Firefox
|
|
|
|
|
2013-03-12 09:27:28 -05:00
|
|
|
## 3.1.2
|
|
|
|
|
|
|
|
* Include grunt utilities for development purposes (jshint and uglify)
|
|
|
|
* Include support for browserify
|
|
|
|
* Some basic cleaning up
|
|
|
|
|
2013-02-24 13:55:20 +02:00
|
|
|
## 3.1.1
|
2013-02-23 18:16:53 -06:00
|
|
|
|
|
|
|
* Fix rounding issue with deltas less than zero
|
|
|
|
|
|
|
|
|
2013-02-24 13:55:20 +02:00
|
|
|
## 3.1.0
|
2013-02-22 09:48:58 -06:00
|
|
|
|
|
|
|
* Fix Firefox 17+ issues by using new wheel event
|
|
|
|
* Normalize delta values
|
|
|
|
* Adds horizontal support for IE 9+ by using new wheel event
|
|
|
|
* Support AMD loaders
|
|
|
|
|
|
|
|
|
2013-02-24 13:55:20 +02:00
|
|
|
## 3.0.6
|
2011-11-09 19:54:44 -06:00
|
|
|
|
|
|
|
* Fix issue with delta being 0 in Firefox
|
|
|
|
|
2013-02-22 09:48:58 -06:00
|
|
|
|
2013-02-24 13:55:20 +02:00
|
|
|
## 3.0.5
|
2011-10-27 08:51:26 -05:00
|
|
|
|
|
|
|
* jQuery 1.7 compatibility
|
|
|
|
|
2013-02-22 09:48:58 -06:00
|
|
|
|
2013-02-24 13:55:20 +02:00
|
|
|
## 3.0.4
|
2010-09-02 11:02:15 -05:00
|
|
|
|
|
|
|
* Fix IE issue
|
|
|
|
|
|
|
|
|
2013-02-24 13:55:20 +02:00
|
|
|
## 3.0.3
|
2010-08-23 08:05:22 -05:00
|
|
|
|
|
|
|
* Added deltaX and deltaY for horizontal scrolling support (Thanks to Seamus Leahy)
|
|
|
|
|
|
|
|
|
2013-02-24 13:55:20 +02:00
|
|
|
## 3.0.2
|
2009-03-22 00:04:05 -05:00
|
|
|
|
2009-03-20 16:17:36 -05:00
|
|
|
* Fixed delta being opposite value in latest Opera
|
2013-02-24 13:55:20 +02:00
|
|
|
* No longer fix `pageX`, `pageY` for older Mozilla browsers
|
2009-03-20 16:17:36 -05:00
|
|
|
* Removed browser detection
|
2009-03-22 00:04:05 -05:00
|
|
|
* Cleaned up the code
|
|
|
|
|
|
|
|
|
2013-02-24 13:55:20 +02:00
|
|
|
## 3.0.1
|
2009-03-22 00:04:05 -05:00
|
|
|
|
|
|
|
* Bad release... creating a new release due to plugins.jquery.com issue :(
|
2009-03-20 16:17:36 -05:00
|
|
|
|
|
|
|
|
2013-02-24 13:55:20 +02:00
|
|
|
## 3.0
|
2008-10-15 20:35:05 -05:00
|
|
|
|
|
|
|
* Uses new special events API in jQuery 1.2.2+
|
2013-02-24 13:55:20 +02:00
|
|
|
* You can now treat `mousewheel` as a normal event and use `.bind`, `.unbind` and `.trigger`
|
2008-10-15 20:35:05 -05:00
|
|
|
* Using jQuery.data API for expandos
|
|
|
|
|
|
|
|
|
2013-02-24 13:55:20 +02:00
|
|
|
## 2.2
|
2008-10-15 20:35:05 -05:00
|
|
|
|
2013-02-24 13:55:20 +02:00
|
|
|
* Fixed `pageX`, `pageY`, `clientX` and `clientY` event properties for Mozilla based browsers
|
2008-10-15 20:35:05 -05:00
|
|
|
|
|
|
|
|
2013-02-24 13:55:20 +02:00
|
|
|
## 2.1.1
|
2008-10-15 20:35:05 -05:00
|
|
|
|
|
|
|
* Updated to work with jQuery 1.1.3
|
|
|
|
* Used one instead of bind to do unload event for clean up.
|
|
|
|
|
|
|
|
|
2013-02-24 13:55:20 +02:00
|
|
|
## 2.1
|
2008-10-15 20:35:05 -05:00
|
|
|
|
|
|
|
* Fixed an issue with the unload handler
|
|
|
|
|
|
|
|
|
2013-02-24 13:55:20 +02:00
|
|
|
## 2.0
|
2008-10-15 20:35:05 -05:00
|
|
|
|
|
|
|
* Major reduction in code size and complexity (internals have change a whole lot)
|
|
|
|
|
|
|
|
|
2013-02-24 13:55:20 +02:00
|
|
|
## 1.0
|
2008-10-15 20:35:05 -05:00
|
|
|
|
|
|
|
* Fixed Opera issue
|
|
|
|
* Fixed an issue with children elements that also have a mousewheel handler
|
2011-10-27 08:51:26 -05:00
|
|
|
* Added ability to handle multiple handlers
|