@uppy/core
Advanced tools
Comparing version 3.11.0 to 3.11.1
# @uppy/core | ||
## 3.11.1 | ||
Released: 2024-05-03 | ||
Included in: Uppy v3.25.1 | ||
- @uppy/core: make UppyEventMap more readable (Murderlon) | ||
## 3.11.0 | ||
@@ -4,0 +11,0 @@ |
@@ -27,3 +27,3 @@ let _Symbol$for, _Symbol$for2; | ||
const packageJson = { | ||
"version": "3.11.0" | ||
"version": "3.11.1" | ||
}; | ||
@@ -30,0 +30,0 @@ import locale from "./locale.js"; |
{ | ||
"name": "@uppy/core", | ||
"description": "Core module for the extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:", | ||
"version": "3.11.0", | ||
"version": "3.11.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "main": "lib/index.js", |
@@ -10,11 +10,16 @@ # @uppy/core | ||
Uppy is a sleek, modular JavaScript file uploader that integrates seamlessly with any application. It’s fast, provides a comprehensible API and lets you worry about more important problems than building a file uploader. | ||
Uppy is a sleek, modular JavaScript file uploader that integrates seamlessly | ||
with any application. It’s fast, provides a comprehensible API and lets you | ||
worry about more important problems than building a file uploader. | ||
* **Fetch** files from local disk, remote urls, Google Drive, Dropbox, Instagram, or snap and record selfies with a camera; | ||
* **Preview** and edit metadata with a nice interface; | ||
* **Upload** to the final destination, optionally process/encode | ||
- **Fetch** files from local disk, remote urls, Google Drive, Dropbox, | ||
Instagram, or snap and record selfies with a camera; | ||
- **Preview** and edit metadata with a nice interface; | ||
- **Upload** to the final destination, optionally process/encode | ||
**[Read the docs](https://uppy.io/docs)** | **[Try Uppy](https://uppy.io/examples/dashboard/)** | ||
**[Read the docs](https://uppy.io/docs)** | | ||
**[Try Uppy](https://uppy.io/examples/dashboard/)** | ||
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. | ||
@@ -36,7 +41,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/uppy). | ||
Documentation for this plugin can be found on the | ||
[Uppy website](https://uppy.io/docs/uppy). | ||
@@ -43,0 +52,0 @@ ## License |
Sorry, the diff of this file is not supported yet
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
53
474926
8164