mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Bump version to 3.1.6
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Mouse Wheel ChangeLog
|
||||
|
||||
## 3.1.5
|
||||
## 3.1.6
|
||||
|
||||
* Deprecating delta, deltaX, and deltaY event handler arguments
|
||||
* Update actual event object with normalized deltaX and deltaY values (event.deltaX, event.deltaY)
|
||||
@@ -11,6 +11,10 @@
|
||||
* Add $.event.special.mousewheel.version
|
||||
* Some clean up
|
||||
|
||||
## 3.1.5
|
||||
|
||||
* Bad release because I did not update the new $.event.special.mousewheel.version
|
||||
|
||||
## 3.1.4
|
||||
|
||||
* Always set the deltaY
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jquery-mousewheel",
|
||||
"version": "3.1.5",
|
||||
"version": "3.1.6",
|
||||
"main": "./jquery.mousewheel.js",
|
||||
"ignore": [
|
||||
".*",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*! Copyright (c) 2013 Brandon Aaron (http://brandon.aaron.sh)
|
||||
* Licensed under the MIT License (LICENSE.txt).
|
||||
*
|
||||
* Version: 3.1.5
|
||||
* Version: 3.1.6
|
||||
*
|
||||
* Requires: jQuery 1.2.2+
|
||||
*/
|
||||
@@ -32,7 +32,7 @@
|
||||
}
|
||||
|
||||
$.event.special.mousewheel = {
|
||||
version: '3.1.5-pre',
|
||||
version: '3.1.6',
|
||||
|
||||
setup: function() {
|
||||
if ( this.addEventListener ) {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"mouse",
|
||||
"event"
|
||||
],
|
||||
"version": "3.1.5",
|
||||
"version": "3.1.6",
|
||||
"author": {
|
||||
"name": "Brandon Aaron",
|
||||
"url": "http://brandonaaron.net"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jquery-mousewheel",
|
||||
"version": "3.1.5",
|
||||
"version": "3.1.6",
|
||||
"author": "Brandon Aaron <brandon.aaron@gmail.com> (http://brandonaaron.net/)",
|
||||
"description": "A jQuery plugin that adds cross-browser mouse wheel support.",
|
||||
"main": "./jquery.mousewheel.js",
|
||||
|
||||
Reference in New Issue
Block a user