Skip to content

[] #214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 32 commits into from
Closed

[] #214

Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
61d5cc8
pull in grunt-bump to better deal with all the version references
brandonaaron Sep 6, 2014
c559933
need to have version in one spot in this file to support the new bump…
brandonaaron Sep 6, 2014
cdfbed8
Bump version to 3.2.0-pre and jQuery dependency to 1.7+
brandonaaron Nov 14, 2013
34b44f4
Remove the mousewheel/unmousewheel helper methods in favor of
brandonaaron Nov 14, 2013
0442436
Add the trigger hook to actually have a functioning trigger
brandonaaron Nov 14, 2013
ee9753c
No longer add delta, deltaX, and deltaY to the event handler arguments
brandonaaron Nov 14, 2013
d6f336c
Add examples directory and beginings of the unit tests
brandonaaron Nov 14, 2013
eca265b
add 3.2.0-pre info to the Changelog
brandonaaron Nov 14, 2013
7a678f0
update the classic physical test to work with the latest updates
brandonaaron Nov 14, 2013
b4001b3
Support debounce and throttle behaviors via the data object.
brandonaaron Nov 14, 2013
229a320
Add throttling to #test6 to see the throttle behavior in action
brandonaaron Nov 14, 2013
193b7c2
Update changelog
brandonaaron Nov 14, 2013
e9ad1a8
Move event fixing logic into exposed function at
brandonaaron Nov 14, 2013
92b5f23
remove the throttle usage from physical test for now as it changes th…
brandonaaron Nov 14, 2013
bd85d36
Update deltas to follow the new wheel event convention
brandonaaron Nov 15, 2013
7396b7e
Include updated details regarding deltas in the readme
brandonaaron Nov 15, 2013
015bb5c
Actually lets call it 4.0.0-pre considering the delta sign update
brandonaaron Nov 15, 2013
e86ab9b
Fix directions on the physical test output.
brandonaaron Nov 15, 2013
9f8fcb5
update the unit test with the correct directions
brandonaaron Nov 15, 2013
fbb13f4
fix bad merge
brandonaaron Nov 20, 2013
8163c9c
Add simple intent setting and tweak how throtte/debounce is set.
brandonaaron Nov 20, 2013
f8c8067
Allow preventDefault and stopPropagation to function for events that are
brandonaaron Nov 20, 2013
65476d9
No need to have this check anymore
brandonaaron Nov 20, 2013
767b98e
Update intent feature to monitor mouse movement. Allow intent and
brandonaaron Nov 20, 2013
e73b246
Add maxDelay option for debounce feature.
brandonaaron Nov 20, 2013
7a89afb
Add leading and trailing options to throttle and debounce features
brandonaaron Nov 21, 2013
aebc680
Only preventDefault/stopPropagation for events that are not passed on
brandonaaron Nov 21, 2013
9e27e53
return the value of the handler for the delayed handlers
brandonaaron Nov 21, 2013
f620d0c
Add some comments and reorganize a little
brandonaaron Nov 21, 2013
878959f
update scroll test
brandonaaron Dec 14, 2013
841a342
jshint, i should run it more
brandonaaron Dec 14, 2013
5e0a298
fix bad rebase, whoops.
brandonaaron Sep 6, 2014
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump version to 3.2.0-pre and jQuery dependency to 1.7+
  • Loading branch information
brandonaaron committed Sep 6, 2014
commit cdfbed85cf47deb53c0d1dd9622cd844ba8a262a
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"test"
],
"dependencies": {
"jquery": ">=1.2.2"
"jquery": ">=1.7"
}
}
4 changes: 3 additions & 1 deletion jquery.mousewheel.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*! Copyright (c) 2013 Brandon Aaron (http://brandon.aaron.sh)
* Licensed under the MIT License (LICENSE.txt).
*
* Requires: jQuery 1.2.2+
* Version: 3.1.9
*
* Requires: jQuery 1.7+
*/

(function (factory) {
Expand Down
2 changes: 1 addition & 1 deletion mousewheel.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"homepage": "https://github.com/brandonaaron/jquery-mousewheel",
"download": "https://github.com/brandonaaron/jquery-mousewheel/tags",
"dependencies": {
"jquery": ">=1.2.2"
"jquery": ">=1.7"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"jam": {
"dependencies": {
"jquery": ">=1.2.2"
"jquery": ">=1.7"
}
}
}