From 02beaa698a5033db9c53a4a75f95f28c8564c1d6 Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Sat, 10 Feb 2018 13:06:44 -0500 Subject: [PATCH] changelog cleanup --- CHANGELOG.md | 82 ++++++++++++++++++++++++++-------------------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98da43a5b..2aac9d9ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -115,49 +115,49 @@ To be released: 2018-03-01. Released: 2018-02-11. - core: Allow plugins to add data to result object. Return `processing` results among with `upload` results in `success` event and `upload()` promise (#527 / @goto-bus-stop) -- transloadit: add assembly result to the file state (or global state, since it might not be file-specific?), so that it can be used in `success` callback (transloadit jquery-sdk includes the whole Assembly Status JSON in a hidden field, form plugin will do a similar thing) (#527 / @goto-bus-stop) -- transloadit: add `transloadit:assembly-executing` event (#547 / @goto-bus-stop) -- transloadit: easily pass form fields (#593 / @goto-bus-stop) -- s3: respect `limit` option for upload parameter requests too; fix isXml() check when no content-type is available (#545, #544, #528 / @goto-bus-stop) -- url: new plugin that imports files from urls (#588 / @arturi, @ifedapoolarewaju) -- thumbnail: fix blank preview thumbnails for images in Safari; use slightly different stap scaling (#458, #584 / @arturi) -- thumbnail: add thumbnail generation plugin (#461 / @richardwillars) - core: Move limiting to different point, to fix StatusBar and other UI issues #468 (#524, #526 / @goto-bus-stop) -- dashboard: rmpty input value so same file can be selected multiple times (@arturi / #534) -- dashboard: restore focus after modal has been closed (#536 / @arturi) -- dashboard: refactor provider views (#554 / @arturi) -- dashboard: use more accessible tip lib microtip (#536 / @arturi) -- dashboard: add more i18n strings (#565 / @arturi) -- dashboard: fix modal and page scroll (#564 / @arturi) -- core: move preview generation to separate plugin, add queuing (#431 / @richardwillars) -- core: warn, not error, when file cannot be added due to restrictions? (#604, #492 / @goto-bus-stop) -- core: allow chanining after .on() and .off() to improve ergonomics (#597 / @arturi) -- core: allow user to override sass variables (#555 / @chao) -- core: add uploadID to complete event (#569 / @richardwillars) +- core: Add uploadID to complete event (#569 / @richardwillars) +- core: Allow chanining after .on() and .off() to improve ergonomics (#597 / @arturi) +- core: Allow user to override sass variables (#555 / @chao) +- core: Move preview generation to separate plugin, add queuing (#431 / @richardwillars) +- core: Third-party extension, uppy-store-ngrx https://github.com/rimlin/uppy-store-ngrx/ (#532 / @rimlin) +- core: Warn, not error, when file cannot be added due to restrictions? (#604, #492 / @goto-bus-stop) +- dashboard: Add more i18n strings (#565 / @arturi) +- dashboard: Fix modal and page scroll (#564 / @arturi) +- dashboard: Refactor provider views (#554 / @arturi) +- dashboard: Restore focus after modal has been closed (#536 / @arturi) +- dashboard: Use empty input value so same file can be selected multiple times (@arturi / #534) +- dashboard: Use more accessible tip lib microtip (#536 / @arturi) +- docs: Add PHP snippets to XHRUpload docs (#567 / @goto-bus-stop) +- meta: Added instruction to fork the repo first (#512 / muhammadInam) +- meta: Automatically host releases on edgly and use that as our main CDN (#558 / @kvz) +- meta: Dependency version updates (#523 / @goto-bus-stop) +- meta: Remove unused files from published package (#586 / @goto-bus-stop) +- s3: Respect `limit` option for upload parameter requests too; fix isXml() check when no content-type is available (#545, #544, #528 / @goto-bus-stop) - statusbar: Fix status text still showing when statusbar is hidden (#525 / @goto-bus-stop) -- webcam: mirror image preview, add option to select which camera is used to capture, try filling the whole Dashboard with webcam preview image, remove URL.createObjectURL() (#574 / @arturi, @nqst) -- webcam: font styling for Webcam option (#509 / @muhammadInam) -- xhrupload: add bundle option to send multiple files in one request (#442 / @goto-bus-stop) -- xhrupload: refactor response and error handling (#591 / @goto-bus-stop, @arturi, @ifedapoolarewaju) -- xhrupload: prevent files from being uploaded multiple times in separate uploads (#552 / @richardwillars) -- Tus: `resume: false` — don’t store url (@arturi / #507) -- uppy-server: security audit, ask @acconut -- core: third-party extension, uppy-store-ngrx https://github.com/rimlin/uppy-store-ngrx/ (#532 / @rimlin) -- website: add Transloadit example to website (#603 / @arturi) -- website: improve the Contributing guide (#578 / @arturi) -- website: doc fixes (#563 / @arturi) -- meta: dependency version updates (#523 / @goto-bus-stop) -- meta: automatically host releases on edgly and use that as our main CDN (#558 / @kvz) -- meta: remove unused files from published package (#586 / @goto-bus-stop) -- meta: added instruction to fork the repo first (#512 / muhammadInam) -- test: alter jest testPathPattern to current dir, add chai (#583 / @arturi) -- docs: add PHP snippets to XHRUpload docs (#567 / @goto-bus-stop) -- uppy-server: pass response from uppy-server upload’s endpoint (#591 / @ifedapoolarewaju) -- uppy-server: support localhost urls as endpoints (@ifedapoolarewaju) -- uppy-server: schedule job to delete stale upload files (@ifedapoolarewaju) -- uppy-server: detect file upload size from the server (@ifedapoolarewaju) -- uppy-server: load standalone server options via config path (@ifedapoolarewaju) -- uppy-server: fix circular json stringify error (@ifedapoolarewaju) +- test: Alter jest testPathPattern to current dir, add chai (#583 / @arturi) +- thumbnail: Add thumbnail generation plugin (#461 / @richardwillars) +- thumbnail: Fix blank preview thumbnails for images in Safari; use slightly different stap scaling (#458, #584 / @arturi) +- transloadit: Add `transloadit:assembly-executing` event (#547 / @goto-bus-stop) +- transloadit: Add assembly result to the file state (or global state, since it might not be file-specific?), so that it can be used in `success` callback (transloadit jquery-sdk includes the whole Assembly Status JSON in a hidden field, form plugin will do a similar thing) (#527 / @goto-bus-stop) +- transloadit: Easily pass form fields (#593 / @goto-bus-stop) +- tus: `resume: false` — don’t store url (@arturi / #507) +- uppy-server: Detect file upload size from the server (@ifedapoolarewaju) +- uppy-server: Fix circular json stringify error (@ifedapoolarewaju) +- uppy-server: Load standalone server options via config path (@ifedapoolarewaju) +- uppy-server: Pass response from uppy-server upload’s endpoint (#591 / @ifedapoolarewaju) +- uppy-server: Schedule job to delete stale upload files (@ifedapoolarewaju) +- uppy-server: Security audit, ask @acconut +- uppy-server: Support localhost urls as endpoints (@ifedapoolarewaju) +- url: New plugin that imports files from urls (#588 / @arturi, @ifedapoolarewaju) +- webcam: Font styling for Webcam option (#509 / @muhammadInam) +- webcam: Mirror image preview, add option to select which camera is used to capture, try filling the whole Dashboard with webcam preview image, remove URL.createObjectURL() (#574 / @arturi, @nqst) +- website: Add Transloadit example to website (#603 / @arturi) +- website: Doc fixes (#563 / @arturi) +- website: Improve the Contributing guide (#578 / @arturi) +- xhrupload: Add bundle option to send multiple files in one request (#442 / @goto-bus-stop) +- xhrupload: Prevent files from being uploaded multiple times in separate uploads (#552 / @richardwillars) +- xhrupload: Refactor response and error handling (#591 / @goto-bus-stop, @arturi, @ifedapoolarewaju) ## 0.22.1