diff --git a/CHANGELOG.md b/CHANGELOG.md index a35f8532d..204864a8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,6 @@ first Friday of every new month. Ideas that will be planned and find their way into a release at one point - [ ] build: go over `package.json` together and clean up npm run scripts (@arturi, @hedgerh, @kvz) -- [ ] build: browsersync does 3 refreshes, can that be one? should be doable via cooldown/debounce? - [ ] build: investigate Rollup someday, for tree-shaking and smaller dist https://github.com/substack/node-browserify/issues/1379#issuecomment-183383199, https://github.com/nolanlawson/rollupify - [ ] core: Decouple rendering from Plugins and try to make Uppy work with React (add basic example) to remain aware of possible issues (@hedgerh), look at https://github.com/akiran/react-slick - [ ] core: Have base styles, be explicit about fonts, etc @@ -38,6 +37,7 @@ Ideas that will be planned and find their way into a release at one point - [ ] website: Make a gif/video of Uppy Modal or DragDrop demo (drag & drop a few files -> upload happens) - [ ] website: scrollbars on code samples (can’t reproduce!) (@arturi) - [ ] core: accessibility research +- [ ] test: add next-update https://www.npmjs.com/package/next-update to check if packages we use can be safely updated ## 0.8.0 @@ -58,15 +58,19 @@ Theme: Remote Uploads, UI Redesign Released: July 1, 2016 -- [ ] core: Investigate if there is a way to manage an oauth dialog and not navigate away from Uppy; Put entire(?) state into oauth redirect urls / LocalStorage with an identifier ? (@hedgerh) -- [ ] core: Rethink UI (@arturi) -- [ ] server: add tus-js-client when it's node-ready (@hedgerh) -- [ ] server: make uppy-server talk to uppy-client in the browser, use websockets. (@hedgerh) +- [x] core: Investigate if there is a way to manage an oauth dialog and not navigate away from Uppy; Put entire(?) state into oauth redirect urls / LocalStorage with an identifier ? (@hedgerh) +- [x] core: Rethink UI: Part I (interface research for better file selection / progress representation) (@arturi) +- [x] core: let user cancel uploads in progress (@arturi) +- [x] core: resize image file previews (to 100x100px) for performance (@arturi) +- [x] server: add tus-js-client when it's node-ready (@hedgerh) +- [x] server: make uppy-server talk to uppy-client in the browser, use websockets. (@hedgerh) +- [x] dashboard: new “workspace” plugin, main area that allows for drag & drop and shows progress/actions on files, inspired by ProgressDrawer - [x] website: add new logos and blog (@arturi) - [x] drive: Return `cb` after writing all files https://github.com/transloadit/uppy-server/commit/4f1795bc55869fd098a5c81a80edac504fa7324a#commitcomment-17385433 (@hedgerh) - [x] server: Make Google Drive files to actually upload to the endpoint (@hedgerh) +- [x] build: browsersync does 3 refreshes, can that be one? should be doable via cooldown/debounce? -> get rid of require shortcuts (@arturi) - [x] build: regular + min + gzipped versions of the bundle (@arturi) -- [x] workspace: interface research for better file selection / progress representation (@arturi) +- [x] build: set up a simple and quick dev workflow — watch:example (@arturi) ## 0.6.4 diff --git a/example/index.html b/example/index.html index fc655d2f7..559b9e77d 100644 --- a/example/index.html +++ b/example/index.html @@ -7,8 +7,15 @@