Skip to content

Commit

Permalink
Release v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davetayls committed Sep 9, 2015
1 parent c4106ec commit e9914af
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery.kinetic",
"main": "jquery.kinetic.js",
"version": "2.2.0",
"version": "2.2.1",
"homepage": "http://davetayls.me/jquery.kinetic",
"authors": [
"davetayls <[email protected]>"
Expand Down
4 changes: 1 addition & 3 deletions jquery.kinetic.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
jQuery.kinetic v2.2.0
jQuery.kinetic v2.2.1
Dave Taylor http://davetayls.me
@license The MIT License (MIT)
Expand Down Expand Up @@ -231,8 +231,6 @@
return self.settings.selectStart.apply(self, arguments);
} else if (self._useTarget(e.target, e)) {
return false;
} else {
return false;
}
}
};
Expand Down
4 changes: 2 additions & 2 deletions jquery.kinetic.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.kinetic",
"version": "2.2.0",
"version": "2.2.1",
"description": "adds smooth drag scrolling with gradual deceleration to containers",
"homepage": "http://the-taylors.org/jquery.kinetic",
"author": {
Expand Down
4 changes: 4 additions & 0 deletions readme.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ version number.

Changes
-------
### 2.2.1
- Added `selectStart` option and allow selection when `_useTarget` returns false (@tsaikd) https://github.com/davetayls/jquery.kinetic/pull/84
- Added `invert` option (@tsaikd) https://github.com/davetayls/jquery.kinetic/pull/84

### 2.1.0
- Added `threshold` option (@UziTech) https://github.com/davetayls/jquery.kinetic/pull/84

Expand Down

0 comments on commit e9914af

Please sign in to comment.