@uppy/store-default

A basic object-based store for Uppy. This one is used by default, you do not
need to add it manually.
Uppy is being developed by the folks at Transloadit,
a versatile file encoding service.
Example
import Uppy from '@uppy/core'
import DefaultStore from '@uppy/store-default'
const uppy = new Uppy({
store: new DefaultStore(),
})
Installation
$ npm install @uppy/store-default
Alternatively, you can also use this package in a pre-built bundle from
Transloadit’s CDN: Smart CDN. In that case Uppy
will attach itself to the
global window.Uppy
object. See the
main Uppy documentation for instructions.
Documentation
Documentation for this plugin can be found on the
Uppy website.
License
The MIT License.
4.2.0
Released: 2024-08-20
| Package | Version | Package | Version |
| ----------------- | ------- | ----------------- | ------- |
| @uppy/core | 4.1.2 | @uppy/transloadit | 4.1.0 |
| @uppy/status-bar | 4.0.3 | uppy | 4.2.0 |
| @uppy/svelte | 4.0.1 | | |
- @uppy/status-bar: show upload button when files are recovered (Merlijn Vos / #5418)
- meta: Bump docker/build-push-action from 6.6.1 to 6.7.0 (dependabot[bot] / #5413)
- docs: remove stale reference to plugins page (Merlijn Vos / #5414)
- @uppy/transloadit: add execution_progress to AssemblyResponse type (Merlijn Vos / #5420)
- @uppy/svelte: fix exports condition (Merlijn Vos / #5416)
- @uppy/transloadit: fix check if all files have been removed (Merlijn Vos / #5419)
- examples: remove
useUppy
from React Native example (Mikael Finstad / #5405)