Comparing version 0.9.3 to 0.9.4
{ | ||
"name": "muuri", | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"description": "Responsive, sortable, filterable and draggable layouts", | ||
@@ -58,24 +58,24 @@ "keywords": [ | ||
"devDependencies": { | ||
"dotenv": "^8.2.0", | ||
"dotenv": "^9.0.2", | ||
"gulp": "^4.0.2", | ||
"gulp-eslint": "^6.0.0", | ||
"gulp-size": "^3.0.0", | ||
"gulp-size": "^4.0.0", | ||
"husky": "^4.2.5", | ||
"karma": "^5.1.1", | ||
"karma": "^6.3.2", | ||
"karma-chrome-launcher": "^3.1.0", | ||
"karma-edge-launcher": "^0.4.2", | ||
"karma-firefox-launcher": "^1.3.0", | ||
"karma-qunit": "^4.1.1", | ||
"karma-firefox-launcher": "^2.1.0", | ||
"karma-qunit": "^4.1.2", | ||
"karma-safari-launcher": "^1.0.0", | ||
"karma-sauce-launcher": "^4.1.5", | ||
"karma-sauce-launcher": "^4.3.6", | ||
"karma-story-reporter": "^0.3.1", | ||
"mezr": "^0.6.2", | ||
"prettier": "^2.0.5", | ||
"prettier": "^2.3.0", | ||
"prosthetic-hand": "^1.3.1", | ||
"qunit": "^2.10.1", | ||
"qunit": "^2.15.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.23.1", | ||
"terser": "^5.0.0", | ||
"rollup": "^2.47.0", | ||
"terser": "^5.7.0", | ||
"web-animations-js": "^2.3.2" | ||
} | ||
} |
@@ -453,7 +453,9 @@ /** | ||
var item = this._item; | ||
var itemId = item._id; | ||
// Stop auto-scroll. | ||
ItemDrag.autoScroller.removeItem(this._item); | ||
ItemDrag.autoScroller.removeItem(item); | ||
// Cancel queued ticks. | ||
var itemId = this._item._id; | ||
cancelDragStartTick(itemId); | ||
@@ -460,0 +462,0 @@ cancelDragMoveTick(itemId); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1004805
24522
2834