Ver Fonte

Update CHANGELOG.md

Kevin van Zonneveld há 5 anos atrás
pai
commit
0652141f6f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -24,8 +24,8 @@ PRs are welcome! Please do open an issue to discuss first if it's a big feature,
 - [ ] dashboard: allow minimizing the Dashboard during upload (Uppy then becomes just a tiny progress indicator) (@arturi)
 - [ ] dashboard: display data like image resolution on file cards. should be done by thumbnail generator maybe #783
 - [ ] dashboard: possibility to edit/delete more than one file at once. example: add copyrigh info to 1000 files #118, #97
+- [ ] dashboard: possibility to work on already uploaded / in progress files. We'll just provide the `fileId` to the `file-edit-complete` event so that folks can more easily roll out custom code for this themselves #112, #113, #2063
 
-- [ ] dashboard: possibility to work on already uploaded / in progress files #112, #113, #2063
 - [ ] dashboard: Show upload speed too if `showProgressDetails: true`. Maybe have separate options for which things are displayed, or at least have css-classes that can be hidden with `display: none` #766
 - [ ] dragdrop: allow customizing arrow icon https://github.com/transloadit/uppy/pull/374#issuecomment-334116208 (@arturi)
 - [ ] dragdrop: change border color when files doesn’t pass restrictions on drag https://github.com/transloadit/uppy/issues/607