Uppy v0.12.0 Release Notes

  • πŸš€ Released: November 25, 2016. πŸ“± Theme: Responsive. Cancel. Feedback. ES6 Server. Uppy Server version: 0.2.0.

    • πŸš€ [x] meta: write 0.12 release blog post (@arturi)
    • πŸ”Œ [x] core: figure out import/require for core and plugins β€” just don’t use spread for plugins (@arturi)
    • [x] meta: create a demo video, showcasing Uppy Dashboard for the main page, like https://zeit.co/blog/next (@arturi)
    • ⚑️ [x] meta: update Readme, update screenshot (@arturi)
    • πŸ‘• [x] server: add pre-commit and lint-staged (@arturi)
    • πŸš€ [x] server: re-do build setup: building at deploy and prepublish when typing npm run release:patch 0.0.1 -> 0.0.2 (@ifedapoolarewaju)
    • πŸ— [x] server: re-do build setup: es6 src -> es5 lib (use plugin packs from Uppy)
    • πŸ‘• [x] server: re-do build setup: eslint --fix ./src via http://standardjs.com (@ifedapoolarewaju)
    • πŸ— [x] server: re-do build setup: babel-node or babel-require could do realtime transpiling for development (how does that hook in with e.g. nodemon?) (@ifedapoolarewaju)
    • 🚚 [x] server: refacor: remove/reduce file redundancy (@ifedapoolarewaju)
    • [x] server: error handling: 404 and 401 error handler (@ifedapoolarewaju)
    • [x] server: bug fix: failing google drive (@ifedapoolarewaju)
    • [x] webcam: stop using the webcam (green light off) after the picture is taken / tab is hidden (@arturi)
    • [x] core: allow usage without new, start renaming Core() to Uppy() in examples (@arturi)
    • [x] core: api β€” consider Yosh’s feedback and proposals https://gist.github.com/yoshuawuyts/b5e5b3e7aacbee85a3e61b8a626709ab, come up with follow up questions (@arturi)
    • πŸ”Œ [x] dashboard: local mode β€” no acquire plugins / external services, just DnD β€” ActionBrowseTagline (@arturi)
    • [x] dashboard: only show pause/resume when tus is used (@arturi)
    • [x] dashboard: cancel uploads button for multipart (@arturi)
    • πŸ“± [x] dashboard: responsive design β€” stage 1 (@arturi)
    • πŸš€ [x] meta: write 0.11 release blog post (@arturi)