mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 11:14:05 +00:00
update 0.12 release
This commit is contained in:
parent
21fb161236
commit
2bd6c86769
1 changed files with 3 additions and 0 deletions
|
|
@ -69,6 +69,9 @@ Theme: Responsive. Cancel. Feedback. ES6 Server
|
|||
- [ ] server: re-do build setup: `eslint --fix ./src` via http://standardjs.com (@ifedapoolarewaju)
|
||||
- [ ] server: re-do build setup: es5 -> es6 via http://lebab.io. use `const` when we can. Also template literals. Not `imports` so we can use Node 7. (@ifedapoolarewaju)
|
||||
- [ ] server: re-do build setup: `babel-node` or `babel-require` could do realtime transpiling for development (how does that hook in with e.g. `nodemon`?) (@ifedapoolarewaju)
|
||||
- [x] server: refacor: remove/reduce file redundancy (@ifedapoolarewaju)
|
||||
- [x] server: error handling: 404 and 401 error handler (@ifedapoolarewaju)
|
||||
- [x] server: bug fix: failing google drive (@ifedapoolarewaju)
|
||||
- [ ] webcam: stop using the webcam (green light off) after the picture is taken / tab is hidden (do we need mount/unmount maybe?)
|
||||
- [x] core: allow usage without `new`, start renaming `Core()` to `Uppy()` in examples (@arturi)
|
||||
- [x] core: api — consider Yosh’s feedback and proposals https://gist.github.com/yoshuawuyts/b5e5b3e7aacbee85a3e61b8a626709ab, come up with follow up questions (@arturi)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue