Uppy v0.11.0 Release Notes

  • πŸš€ Released: November 1, 2016. Releasemaster: Artur. πŸ“„ Theme: StatusBar and API docs.

    • 🌲 [x] core: log method should have an option to throw error in addition to just logging (@arturi)
    • πŸ”Œ [x] experimental: PersistentState plugin that saves state to localStorage β€” useful for development (@arturi)
    • [x] dashboard: implement new StatusBar with progress and pause/resume buttons https://github.com/transloadit/uppy/issues/96#issuecomment-249401532 (@arturi)
    • [x] dashboard: attempt to throttle StatusBar, so it doesn’t re-render too often (@arturi)
    • πŸ”¨ [x] dashboard: refactor β€” only load one acquire panel at a time (activeAcquirer or empty), change focus behavior, utilize onload/onunload
    • πŸ”¨ [x] experimental: create a Dashboard UI for Redux refactor (@hedgerh)
    • [x] dashboard: make trigger optional β€” not needed when rendering inline (@arturi)
    • [x] fileinput: pretty input element #93 (@arturi)
    • [x] meta: document current Uppy architecture and question about the future (@arturi, @hedgerh)
    • πŸ‘€ [x] test: see about adding tests for autoProceed: true (@arturi)
    • πŸ”Œ [x] website: and ability to toggle options in Dashboard example: inline/modal, autoProceed, which plugins are enabled #89 (@arturi)
    • ⬆️ [x] website: finish https upgrade for uppy.io, uppy-server and tus, set up pingdom notifications (@arturi, @kvz, @hedgerh)
    • ⚑️ [x] website: update guide, API docs and main page example to match current actual API (@arturi)
    • [x] uppy-server: Make uppy server have dynamic controllers (@hedgerh)