Uppy v0.14.0 Release Notes

  • πŸš€ Released: January 27, 2017. πŸ“± Theme: The new 13: Responsive Dashboard, Standalone & Pluggable Server, Dropbox. Uppy Server version: 0.3.0.

    • [x] dashboard: use isWide prop/class instead of media queries, so that compact/mobile version can be used in bigger screens too (@arturi)
    • [x] dashboard: basic β€œlist” view in addition to current β€œgrid” view (@arturi)
    • [x] dashboard: more icons for file types (@arturi)
    • [x] dashboard: add totalSize and totalUploadedSize to StatusBar (@arturi)
    • [x] dashboard: figure out where to place Informer, accounting for StatusBar β€” over the StatusBar for now (@arturi)
    • [x] dashboard: add <progress> element for progressbar, like here https://overcast.fm/+BtuxMygVg/. Added hidden for now, for semantics/accessibility (@arturi)
    • 🚚 [x] dragdrop: show number of selected files, remove upload btn (@arturi)
    • πŸ— [x] build: exclude locales from build (@arturi)
    • πŸ”Œ [x] core: i18n for each plugin in options β€” local instead of global (@arturi)
    • 0️⃣ [x] core: add default pluralization (can be overrinden in plugin options) to Translator (@arturi)
    • [x] core: use yo-yoify to solve Function.caller / strict mode issue and make our app faster/smaller by transforming template strings into pure and fast document calls (@arturi)
    • [x] server: a pluggable uppy-server (express / koa for now) (@ifedapoolarewaju)
    • [x] server: standalone uppy-server (@ifedapoolarewaju)
    • πŸ”Œ [x] server: Integrate dropbox plugin (@ifedapoolarewaju)
    • [x] server: smooth authentication: after auth you are back in your app where you left, no page reloads (@ifedapoolarewaju)
    • [x] tus: fix upload progress from uppy-server (@arturi, @ifedapoolarewaju)
    • [x] core: basic React component β€” DnD (@arturi)
    • πŸ”Œ [x] core: fix support for both ES6 module import and CommonJS requires with add-module-exports babel plugin (@arturi)