Uppy v0.18.1 Release Notes

  • πŸš€ Released: 2017-09-05. πŸš€ Note: this version was released as a @next npm tag to unblock some users.

    • core: gradually resize image previews #275 (@goto-bus-stop)
    • πŸ‘ informer: support β€œexplanations”, a (?) button that shows more info on hover / click (#292 / @arturi)
    • πŸ›  fix webcam video recording (@goto-bus-stop)
    • βͺ bundle: add missing plugins (s3, statusbar, restoreFiles) to unpkg bundle (#301 / @goto-bus-stop)
    • xhrupload: Use error messages from the endpoint (#305 / @goto-bus-stop)
    • πŸ“‡ dashboard: prevent submitting outer form when pressing enter key while editing metadata (#306 / @goto-bus-stop)
    • πŸ“‡ dashboard: save metadata edits when pressing enter key (#308 / @arturi)
    • transloadit: upload to S3, then import into :tl: assembly using /add_file?s3url=${url} (#280 / @goto-bus-stop)
    • transloadit: add alwaysRunAssembly option to run assemblies when no files are uploaded (#290 / @goto-bus-stop)
    • ⚑️ core: use iteratePlugins inside updateAll (#312 / @richardwillars)
    • πŸ”Œ core: improve error when plugin does not have ID (#309 / @richardwillars)
    • tus: Clear stored uploadUrl on uppy.resetProgress() call (#314 / @goto-bus-stop)
    • πŸ“„ website: simplify examples and code samples, prevent sidebar subheading links anywhere but in docs (@arturi)
    • πŸ”Œ website: group plugin docs together in the sidebar (@arturi)