فهرست منبع

Update CHANGELOG.md

Artur Paikin 8 سال پیش
والد
کامیت
5d15a100ba
1فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  1. 4 3
      CHANGELOG.md

+ 4 - 3
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
@@ -59,14 +58,16 @@ 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)
+- [ ] core: Rethink UI: Part I (@arturi)
+- [x] core: let user cancel uploads in progress (@arturi)
 - [x] core: resize image file previews (to 100x100px) for performance (@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)
-- [ ] dashboard: new “workspace” plugin, main area that allows for drag & drop and shows progress/actions on files, inspired by ProgressDrawer
+- [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)