@uppy/file-input
Advanced tools
Comparing version 4.0.0-beta.4 to 4.0.0-beta.5
@@ -7,3 +7,3 @@ import { h } from 'preact'; | ||
const packageJson = { | ||
"version": "4.0.0-beta.4" | ||
"version": "4.0.0-beta.5" | ||
}; | ||
@@ -10,0 +10,0 @@ import locale from "./locale.js"; |
{ | ||
"name": "@uppy/file-input", | ||
"description": "Simple UI of a file input button that works with Uppy right out of the box", | ||
"version": "4.0.0-beta.4", | ||
"version": "4.0.0-beta.5", | ||
"license": "MIT", | ||
@@ -25,9 +25,9 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^6.0.0-beta.4", | ||
"@uppy/utils": "^6.0.0-beta.5", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^4.0.0-beta.4" | ||
"@uppy/core": "^4.0.0-beta.5" | ||
}, | ||
"stableVersion": "3.1.0" | ||
} |
@@ -10,7 +10,10 @@ # @uppy/file-input | ||
FileInput is the most barebones UI for selecting files—it shows a single button that, when clicked, opens up the browser’s file selector. | ||
FileInput is the most barebones UI for selecting files—it shows a single button | ||
that, when clicked, opens up the browser’s file selector. | ||
**[Read the docs](https://uppy.io/docs/fileinput)** | **[Try it](https://uppy.io/examples/xhrupload/)** | ||
**[Read the docs](https://uppy.io/docs/fileinput)** | | ||
**[Try it](https://uppy.io/examples/xhrupload/)** | ||
Uppy is being developed by the folks at [Transloadit](https://transloadit.com), a versatile file encoding service. | ||
Uppy is being developed by the folks at [Transloadit](https://transloadit.com), | ||
a versatile file encoding service. | ||
@@ -35,7 +38,11 @@ ## Example | ||
Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. | ||
Alternatively, you can also use this plugin in a pre-built bundle from | ||
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global | ||
`window.Uppy` object. See the | ||
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. | ||
## Documentation | ||
Documentation for this plugin can be found on the [Uppy website](https://uppy.io/docs/fileinput). | ||
Documentation for this plugin can be found on the | ||
[Uppy website](https://uppy.io/docs/fileinput). | ||
@@ -42,0 +49,0 @@ ## License |
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
50
Updated@uppy/utils@^6.0.0-beta.5