changelog

This commit is contained in:
Artur Paikin 2017-09-10 14:24:31 -04:00
parent 1e2a722b08
commit 6bee4f427f

View file

@ -81,12 +81,14 @@ What we need to do to release Uppy 1.0
## 0.20.0
- [ ] webcam: look into simplifying / improving webcam plugin, only showing the tab when webcam is available (@arturi, @goto-bus-stop)
- [ ] provider: improve UI: add icons for file types? (@arturi)
- [ ] provider: improve UI, add icons for file types? (@arturi)
- [ ] core: css-in-js, while keeping non-random classnames (ideally prefixed) and useful preprocessor features. also see simple https://github.com/codemirror/CodeMirror/blob/master/lib/codemirror.css (@arturi, @goto-bus-stop)
- [ ] core: research !important styles to be immune to any environment/page. Maybe use smth like `postcss-safe-important`. Or increase specificity (with .Uppy) (@arturi)
- [ ] test: add https://github.com/pa11y/pa11y for automated accessibility testing (@arturi)
- [ ] test: add tests for `npm install uppy` and running in different browsers, the real world use case (@arturi)
- [ ] core: Uppy ID per instance
- [ ] core: allow setting custom `id` for plugins: https://github.com/transloadit/uppy/pull/328#issuecomment-328242214 (@arturi)
- [ ] core: move `setPluginState` to Plugin class ? (@goto-bus-stop)
- [ ] add `FormEncapsulator`: a plugin that is used in conjunction with any other acquirer, responsible for injecting any result (like from Transloadit plugin) back into the form (jquery-sdk includes the whole Assembly Status JSON in a hidden field i think)
- [ ] dashboard: allow minimizing the Dashboard during upload (Uppy then becomes just a tiny progress indicator) (@arturi)
- [ ] Redux PR (@arturi, @goto-bus-stop)
@ -97,7 +99,7 @@ What we need to do to release Uppy 1.0
## 0.19.0
To be released: 2017-09-10.
To be released: 2017-09-11.
Theme: React and Retry
- [ ] core: retry or show error when upload cant start / fails (offline, wrong endpoint) — now it just sits there; add error in file progress state, UI, question mark button (@arturi @goto-bus-stop)