mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 10:18:40 +00:00
changelog: tick setPluginState box
This commit is contained in:
parent
2ec1696455
commit
96559d43ec
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,6 @@ To be released: 2017-10-27
|
|||
- [ ] test: add https://github.com/pa11y/pa11y for automated accessibility testing (@arturi)
|
||||
- [ ] test: add tests for `npm install uppy` and running in different browsers, the real world use case (@arturi)
|
||||
- [ ] core: allow setting custom `id` for plugins: https://github.com/transloadit/uppy/pull/328#issuecomment-328242214 (@arturi)
|
||||
- [ ] core: move `setPluginState` to Plugin class ? (@goto-bus-stop)
|
||||
- [ ] add `FormEncapsulator`: a plugin that is used in conjunction with any other acquirer, responsible for injecting any result (like from Transloadit plugin) back into the form (jquery-sdk includes the whole Assembly Status JSON in a hidden field i think)
|
||||
- [ ] dashboard: allow minimizing the Dashboard during upload (Uppy then becomes just a tiny progress indicator) (@arturi)
|
||||
- [ ] goldenretriever: Ability to clear upload history or set expiry date (#324 / @arturi)
|
||||
|
|
@ -117,6 +116,7 @@ Theme: React and Retry
|
|||
- [x] goldenretriever: Remove files from cache when upload finished—this uses the deleteBlobs function when core:success fires (#358, #324 / @goto-bus-stop)
|
||||
- [ ] goldenretriever: add a timestamp to cached blobs, and to delete old blobs on boot (#358, #324 / @goto-bus-stop)
|
||||
- [ ] s3: have some way to configure content-disposition for uploads, see #243 (@goto-bus-stop)
|
||||
- [x] core: move `setPluginState` to Plugin class ? (@goto-bus-stop)
|
||||
|
||||
## 0.19.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue