@uppy/drag-drop
Advanced tools
Comparing version 2.0.7 to 2.1.0
@@ -14,3 +14,3 @@ "use strict"; | ||
const packageJson = { | ||
"version": "2.0.7" | ||
"version": "2.1.0" | ||
}; | ||
@@ -223,4 +223,3 @@ | ||
render() { | ||
const dragDropClass = `uppy-Root | ||
uppy-u-reset | ||
const dragDropClass = `uppy-u-reset | ||
uppy-DragDrop-container | ||
@@ -227,0 +226,0 @@ ${this.isDragDropSupported ? 'uppy-DragDrop--isDragDropSupported' : ''} |
{ | ||
"name": "@uppy/drag-drop", | ||
"description": "Droppable zone UI for Uppy. Drag and drop files into it to upload.", | ||
"version": "2.0.7", | ||
"version": "2.1.0", | ||
"license": "MIT", | ||
@@ -33,4 +33,4 @@ "main": "lib/index.js", | ||
"peerDependencies": { | ||
"@uppy/core": "^2.1.9" | ||
"@uppy/core": "^2.2.0" | ||
} | ||
} |
@@ -194,4 +194,3 @@ import { UIPlugin } from '@uppy/core' | ||
render () { | ||
const dragDropClass = `uppy-Root | ||
uppy-u-reset | ||
const dragDropClass = `uppy-u-reset | ||
uppy-DragDrop-container | ||
@@ -198,0 +197,0 @@ ${this.isDragDropSupported ? 'uppy-DragDrop--isDragDropSupported' : ''} |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
37424
534