From bba6d4a8c1919b5cf265fc2ec85240fa53c3ebd8 Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Tue, 1 Nov 2016 22:11:04 -0400 Subject: [PATCH] update 11/12 release plan --- CHANGELOG.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0780dde32..e2cf06344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,19 +53,21 @@ To be released: November 26, 2016. - [] meta: create a demo GIF, showcasing Uppy Dashboard for the main page, like https://zeit.co/blog/next (@arturi) - [] dashboard: maybe don’t keep hidden panels in DOM (@arturi) +- [] dashboard: more icons for file types? (@arturi) +- [] dashboard: basic responsive version (@arturi) +- [] core: what to do with mime-types? maybe ask Marius for advice (@arturi) +- [ ] webcam: stop using the webcam (green light off) after the picture is taken / tab is hidden (do we need mount/unmount maybe?) +- [ ] tus: only show pause/resume when tus is used, something else for multipart (@arturi) ## 0.11.0 To be released: October 28, 2016. Releasemaster: Artur -- [ ] core: log method should have an option to throw error in addition to just logging (@arturi) +- [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) -- [ ] dashboard: basic responsive version (@arturi) -- [ ] dashboard: more icons for file types? (@arturi) - [x] dashboard: implement new StatusBar with progress and pause/resume buttons https://github.com/transloadit/uppy/issues/96#issuecomment-249401532 (@arturi) -- [ ] experimental: create a Dashboard UI for Redux refactor (@hedgerh) -- [ ] tus: only show pause/resume when tus is used, something else for multipart (@arturi) -- [ ] webcam: stop using the webcam (green light off) after the picture is taken / tab is hidden (do we need mount/unmount maybe?) (@hedgerh) +- [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)