浏览代码

changelog

Artur Paikin 9 年之前
父节点
当前提交
7d99a80ffd
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      CHANGELOG.md

+ 4 - 3
CHANGELOG.md

@@ -50,17 +50,18 @@ Ideas that will be planned and find their way into a release at one point
 ## 0.0.4 (April 04, 2016)
 ## 0.0.4 (April 04, 2016)
 
 
 - [x] core: re-think running architecture: allow for `acquiring` while `uploading` (@arturi)
 - [x] core: re-think running architecture: allow for `acquiring` while `uploading` (@arturi)
-- [x] allow for continuous `acquiring`, even after all plugins have “run” (@arturi, @hedgerh)
+- [x] core: allow for continuous `acquiring`, even after all plugins have “run” (@arturi, @hedgerh)
 - [x] core: start on component & event-based state management with `yo-yo` (@arturi)
 - [x] core: start on component & event-based state management with `yo-yo` (@arturi)
 - [x] core: come up with a draft standard file format for internal file handling (@arturi)
 - [x] core: come up with a draft standard file format for internal file handling (@arturi)
 - [ ] google: Add basic Google Drive plugin example (working both in Modal, as without, via `target: "div#on-my-page"` (@hedgerh)
 - [ ] google: Add basic Google Drive plugin example (working both in Modal, as without, via `target: "div#on-my-page"` (@hedgerh)
 - [ ] google: make use of server.uppy.io in examples; it's live now via Frey (@hedgerh)
 - [ ] google: make use of server.uppy.io in examples; it's live now via Frey (@hedgerh)
 - [x] modal: covert to component & event-based state management (@arturi)
 - [x] modal: covert to component & event-based state management (@arturi)
 - [ ] modal: `focus` on the first input field / button in tab panel (@arturi)
 - [ ] modal: `focus` on the first input field / button in tab panel (@arturi)
-- [ ] modal: show selected files, show uploaded files preview in presenter (@arturi)
+- [ ] presenter: show uploaded files with `yo-yo` (@arturi)
+- [ ] progressdrawer: show file type names/icons for non-image files (@arturi)
+- [x] progressdrawer: show selected files (@arturi)
 - [x] progressdrawer: implement basic version, show upload progress for individual files (@arturi)
 - [x] progressdrawer: implement basic version, show upload progress for individual files (@arturi)
 - [x] progressdrawer: show previews for images (@arturi)
 - [x] progressdrawer: show previews for images (@arturi)
-- [ ] progressdrawer: show file type names/icons for non-image files (@arturi)
 - [x] server: Add a deploy target for uppy-server so we can use it in demos (#39, @kvz)
 - [x] server: Add a deploy target for uppy-server so we can use it in demos (#39, @kvz)
 - [ ] test: Add acceptance tests to Travis so they are run on every change
 - [ ] test: Add acceptance tests to Travis so they are run on every change
 - [ ] test: Fix and enable Saucelabs acceptance test. Write one actual test (e.g. Multipart). Enable it in `npm run test` so it's ran on Travis automatically (#2, #23, @hedgerh)
 - [ ] test: Fix and enable Saucelabs acceptance test. Write one actual test (e.g. Multipart). Enable it in `npm run test` so it's ran on Travis automatically (#2, #23, @hedgerh)