From 71f6311aac400a634dfefacc85c856c0456933c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Thu, 19 Jul 2018 14:31:26 +0200 Subject: [PATCH] changelog: syntax fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a740c7cf0..1591ab5f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,7 +68,7 @@ PRs are welcome! Please do open an issue to discuss first if it's a big feature, - [ ] dashboard: display data like image resolution on file cards #783 - [ ] server: pass metadata to S3 `getKey` option, see https://github.com/transloadit/uppy/issues/689 - [ ] core: I think there is a use case for having a single-use mode or something for Uppy, where pressing "Upload" locks it down (no new files can be added) and once the upload is finished it's just done. especially with the Form plugin -- [] dashboard: hiding pause/resume from the UI by default (with option) would be good too probably (we could auto pause and show a resume button when detecting a network change to a metered network using https://devdocs.io/dom/networkinformation/type) +- [ ] dashboard: hiding pause/resume from the UI by default (with option) would be good too probably (we could auto pause and show a resume button when detecting a network change to a metered network using https://devdocs.io/dom/networkinformation/type) - [ ] test: Add a prepublish test that checks if `npm pack` is not massive - [ ] Add release documentation. eg: test on transloadit website, check examples on the uppy.io website