Skip to content

Commit

Permalink
Release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reppners committed Sep 5, 2017
1 parent 16df026 commit 4c1bf48
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

## 2.2.0 (2017-09-05)

`holdToDrag` option introduced in 1.x is now available in 2.x

Thanks to @altschuler and @matte00 :+1:

## 2.1.0 (2017-07-27)

This release adds a minor change to the API surface.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mobile-drag-drop",
"description": "Polyfill for making HTML5 drag and drop possible in all browsers.",
"version": "2.1.0",
"version": "2.2.0",
"main": [
"release/index.js",
"release/default.css"
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobile-drag-drop",
"version": "2.1.0",
"version": "2.2.0",
"description": "Polyfill for making HTML5 drag and drop possible in all browsers.",
"main": "index.min.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -39,7 +39,8 @@
"Matt Oakley <[email protected]>",
"James Smith <[email protected]>",
"James Shore <[email protected]>",
"Paul Shirren <[email protected]>"
"Paul Shirren <[email protected]>",
"Simon Altschuler <[email protected]>"
],
"license": "MIT",
"bugs": {
Expand Down
1 change: 1 addition & 0 deletions release/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export interface Config {
dragStartConditionOverride?: (event: TouchEvent) => boolean;
dragImageTranslateOverride?: DragImageTranslateOverrideFn;
defaultActionOverride?: (event: TouchEvent) => void;
holdToDrag?: number;
}
export declare function polyfill(override?: Config): boolean;
export interface Point {
Expand Down
37 changes: 36 additions & 1 deletion release/index.js

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

2 changes: 1 addition & 1 deletion release/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions release/index.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release/index.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobile-drag-drop",
"version": "2.1.0",
"version": "2.2.0",
"description": "Polyfill for making HTML5 drag and drop possible in all browsers.",
"main": "index.min.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 4c1bf48

Please sign in to comment.