react-dnd-touch-backend
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -492,6 +492,2 @@ /** | ||
this.moveStartSourceIds = null; | ||
this.actions.initCoords(moveStartSourceIds || [], { | ||
getSourceClientOffset: this.getSourceClientOffset, | ||
clientOffset: this._mouseClientOffset | ||
}); | ||
this.actions.beginDrag(moveStartSourceIds, { | ||
@@ -498,0 +494,0 @@ clientOffset: this._mouseClientOffset, |
{ | ||
"name": "react-dnd-touch-backend", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Touch backend for react-dnd", | ||
@@ -13,4 +13,3 @@ "main": "dist/Touch.js", | ||
"prepublishOnly": "npm run clean && npm run compile", | ||
"test": "npm run clean && npm run lint", | ||
"semantic-release": "semantic-release" | ||
"test": "npm run clean && npm run lint" | ||
}, | ||
@@ -41,21 +40,19 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/cli": "^7.1.0", | ||
"@babel/core": "7", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0", | ||
"@babel/preset-env": "^7.1.0", | ||
"@babel/cli": "^7.2.0", | ||
"@babel/core": "^7.2.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.2.0", | ||
"@babel/preset-env": "^7.2.0", | ||
"@babel/preset-react": "^7.0.0", | ||
"@semantic-release/release-notes-generator": "^7.0.2", | ||
"babel-eslint": "10", | ||
"babel-eslint": "^10.0.1", | ||
"babelify": "10", | ||
"browserify": "^16.2.3", | ||
"classnames": "^2.2.6", | ||
"eslint": "^5.6.0", | ||
"eslint": "^5.9.0", | ||
"eslint-plugin-react": "^7.11.1", | ||
"immutable": "^3.8.2", | ||
"prop-types": "^15.6.2", | ||
"react": "^16.5.2", | ||
"react-dnd": "^6.0.0", | ||
"react-dom": "^16.5.2", | ||
"rimraf": "^2.6.2", | ||
"semantic-release": "^15.9.16" | ||
"react": "^16.6.3", | ||
"react-dnd": "7", | ||
"react-dom": "^16.6.3", | ||
"rimraf": "^2.6.2" | ||
}, | ||
@@ -62,0 +59,0 @@ "browserify": { |
@@ -432,6 +432,2 @@ /** | ||
this.actions.initCoords(moveStartSourceIds || [], { | ||
getSourceClientOffset: this.getSourceClientOffset, | ||
clientOffset: this._mouseClientOffset | ||
}); | ||
this.actions.beginDrag(moveStartSourceIds, { | ||
@@ -438,0 +434,0 @@ clientOffset: this._mouseClientOffset, |
17
16152704
1050