Uppy v0.7.0 Release Notes

  • πŸš€ Released: July 11, 2016. πŸ’» Theme: Remote Uploads, UI Redesign.

    • [x] core: Investigate if there is a way to manage an oauth dialog and not navigate away from Uppy; Put entire(?) state into oauth redirect urls / LocalStorage with an identifier ? (@hedgerh)
    • πŸ’» [x] core: Rethink UI: Part I (interface research for better file selection / progress representation) (@arturi)
    • [x] core: let user cancel uploads in progress (@arturi)
    • 🐎 [x] core: resize image file previews (to 100x100px) for performance (@arturi)
    • [x] server: add tus-js-client when it's node-ready (@hedgerh)
    • πŸ’» [x] server: make uppy-server talk to uppy-client in the browser, use websockets. (@hedgerh)
    • πŸ”Œ [x] dashboard: new β€œworkspace” plugin, main area that allows for drag & drop and shows progress/actions on files, inspired by ProgressDrawer
    • [x] website: add new logos and blog (@arturi)
    • [x] drive: Return cb after writing all files https://github.com/transloadit/uppy-server/commit/4f1795bc55869fd098a5c81a80edac504fa7324a#commitcomment-17385433 (@hedgerh)
    • [x] server: Make Google Drive files to actually upload to the endpoint (@hedgerh)
    • πŸ— [x] build: browsersync does 3 refreshes, can that be one? should be doable via cooldown/debounce? -> get rid of require shortcuts (@arturi)
    • πŸ— [x] build: regular + min + gzipped versions of the bundle (@arturi)
    • πŸ— [x] build: set up a simple and quick dev workflow β€” watch:example (@arturi)