Browse Source

Update changelog

Kevin van Zonneveld 9 years ago
parent
commit
4d4f2dce1a
1 changed files with 12 additions and 9 deletions
  1. 12 9
      CHANGELOG.md

+ 12 - 9
CHANGELOG.md

@@ -56,17 +56,14 @@ Scheduled to be released: May 02, 2016
 
 Scheduled to be released: April 04, 2016
 
+- [ ] google: Add Google Drive plugin unit test (@hedgerh)
+- [ ] google: Add a working Google Drive example (without Modal, via e.g. `target: "div#on-my-page"`) (@hedgerh)
+- [ ] google: Make sure http://server.uppy.io is targeted on uppy.io; and localhost is targeted elsewhere (@kvz)
 - [ ] progressdrawer: show file type names/icons for non-image files (@arturi)
-- [ ] google: Add basic Google Drive plugin acceptance test (without Modal, via e.g. `target: "div#on-my-page"` (@hedgerh)
-- [ ] google: Make sure http://server.uppy.io is targeted in; and localhost is targeted elsewhere (@kvz)
 - [ ] test: Setup one modal/dragdrop acceptance test (@arturi)
-- [ ] test: Make failing acceptance tests fatal (@kvz)
-- [x] core: Upgrade from babel5 -> babel6 (@kvz)
-- [x] test: Add a passing dummy i18n acceptance test, move failing multipart test to `v0.5.0` dir (@kvz)
-- [x] test: Get Firefox acceptance tests up and running both local and on Travis CI. Currently both failing on `StaleElementReferenceError: Element not found in the cache - perhaps the page has changed since it was looked up` https://travis-ci.org/transloadit/uppy/builds/121175389#L478
-- [x] test: Write one actual test (e.g. Multipart) (#2, #23, @hedgerh)
-- [x] test: Switch to using Firefox for acceptable tests as Travis CI supports that (https://docs.travis-ci.com/user/gui-and-headless-browsers/#Using-xvfb-to-Run-Tests-That-Require-a-GUI) (@kvz)
-- [x] test: Add acceptance tests to Travis so they are run on every change (@kvz)
+- [x] website: Provide simple roadmap in examples (#68, @kvz)
+- [x] website: Upgrade Hexo (@kvz)
+- [x] test: Make failing acceptance tests fatal (@kvz)
 - [x] allow for continuous `acquiring`, even after all plugins have “run” (@arturi, @hedgerh)
 - [x] build: clean up package.json. We've accumulated duplication and weirdness by hacking just for our current problem without keeping a wider view of what was already there (@arturi)
 - [x] build: fix browsersync & browserify double reloading issue (@arturi)
@@ -80,6 +77,7 @@ Scheduled to be released: April 04, 2016
 - [x] core: Rename `selecter` to `acquirer` (@kvz)
 - [x] core: Rename `view` to `orchestrator` (@kvz)
 - [x] core: start on component & event-based state management with `yo-yo` (@arturi)
+- [x] core: Upgrade from babel5 -> babel6 (@kvz)
 - [x] dragdrop: Fix 405 Not Allowed, (error) handling when you press Upload with no files (#60, @arturi, thx @hpvd)
 - [x] modal: `UppyModal [type=submit] { display: none }`, use Modal's own Proceed button to progress to next stage (@arturi)
 - [x] modal: covert to component & event-based state management (@arturi)
@@ -88,8 +86,13 @@ Scheduled to be released: April 04, 2016
 - [x] progressdrawer: implement basic version, show upload progress for individual files (@arturi)
 - [x] progressdrawer: show previews for images (@arturi)
 - [x] server: Add a deploy target for uppy-server so we can use it in demos (#39, @kvz)
+- [x] test: Add a passing dummy i18n acceptance test, move failing multipart test to `v0.5.0` dir (@kvz)
+- [x] test: Add acceptance tests to Travis so they are run on every change (@kvz)
+- [x] test: Get Firefox acceptance tests up and running both local and on Travis CI. Currently both failing on `StaleElementReferenceError: Element not found in the cache - perhaps the page has changed since it was looked up` https://travis-ci.org/transloadit/uppy/builds/121175389#L478
 - [x] test: Get saucelabs account https://saucelabs.com/beta/signup/OSS/None (@hedgerh)
 - [x] test: Install chromedriver ()
+- [x] test: Switch to using Firefox for acceptable tests as Travis CI supports that (https://docs.travis-ci.com/user/gui-and-headless-browsers/#Using-xvfb-to-Run-Tests-That-Require-a-GUI) (@kvz)
+- [x] test: Write one actual test (e.g. Multipart) (#2, #23, @hedgerh)
 - [x] tus: Resolve promise when all uploads are done or failed, not earlier (currently you get to see '1 file uploaded' and can close the modal while the upload is in progress) (@arturi)
 - [x] website: Filter taglines (@kvz)
 - [x] website: utilize browserify index exposers to rid ourselves of `../../../..` in examples (@kvz)