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