Skip to content

Releases: transloadit/uppy

Uppy 2.10.0

14 May 00:10
74f3d4d
Compare
Choose a tag to compare
Package Version Package Version
@uppy/audio 0.3.1 @uppy/provider-views 2.1.0
@uppy/aws-s3 2.1.0 @uppy/react 2.2.0
@uppy/aws-s3-multipart 2.3.0 @uppy/react-native 0.3.0
@uppy/companion-client 2.1.0 @uppy/screen-capture 2.1.0
@uppy/core 2.2.0 @uppy/status-bar 2.2.0
@uppy/dashboard 2.2.0 @uppy/svelte 1.0.8
@uppy/drag-drop 2.1.0 @uppy/transloadit 2.2.0
@uppy/file-input 2.1.0 @uppy/tus 2.3.0
@uppy/google-drive 2.1.0 @uppy/url 2.1.0
@uppy/image-editor 1.2.0 @uppy/webcam 2.2.0
@uppy/instagram 2.1.0 @uppy/xhr-upload 2.1.0
@uppy/locales 2.1.0 @uppy/zoom 1.1.0
@uppy/onedrive 2.1.0 @uppy/robodog 2.6.0
@uppy/progress-bar 2.1.0 uppy 2.10.0
  • @uppy/audio: fix types (Merlijn Vos / #3689)
  • @uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/core,@uppy/react,@uppy/transloadit,@uppy/tus,@uppy/xhr-upload: proposal: Cancel assemblies optional (Mikael Finstad / #3575)
  • @uppy/aws-s3-multipart: export interface AwsS3MultipartOptions (Matteo Padovano / #3709)
  • @uppy/companion-client: refactor to ESM (Antoine du Hamel / #3693)
  • @uppy/companion: Only deploy on companion changes (kiloreux / #3677)
  • @uppy/core: add definition for addFiles method (Matteo Padovano / #3556)
  • @uppy/core: wrap plugins in div.uppy-Root and set dir attrubute in UIPlugin (Artur Paikin / #3692)
  • @uppy/google-drive: refactor to ESM (Antoine du Hamel / #3683)
  • @uppy/image-editor: refactor to ESM (Antoine du Hamel / #3685)
  • @uppy/instagram: refactor to ESM (Antoine du Hamel / #3696)
  • @uppy/locales: Add save translation to Spanish locale (Juan Carlos Alonso / #3678)
  • @uppy/locales: refactor to ESM (Antoine du Hamel / #3707)
  • @uppy/onedrive: refactor to ESM (Antoine du Hamel / #3694)
  • @uppy/progress-bar: refactor to ESM (Antoine du Hamel / #3706)
  • @uppy/provider-views: refactor to ESM (Antoine du Hamel / #3715)
  • @uppy/react: Support React 18 in @uppy/react (Merlijn Vos / #3680)
  • @uppy/screen-capture: refactor to ESM (Antoine du Hamel / #3698)
  • @uppy/status-bar: refactor to ESM (Antoine du Hamel / #3697)
  • @uppy/transloadit: add rate limiting for assembly creation and status polling (Antoine du Hamel / #3718)
  • @uppy/tus: refactor to ESM (Antoine du Hamel / #3724)
  • @uppy/url: refactor to ESM (Antoine du Hamel / #3713)
  • @uppy/webcam: refactor to ESM (Antoine du Hamel / #3686)
  • @uppy/xhr-upload: refactor to ESM (Antoine du Hamel / #3695)
  • @uppy/zoom: refactor to ESM (Antoine du Hamel / #3699)
  • meta: e2e: fix failing test (Antoine du Hamel / #3722)
  • test: harden linter rule for JSX/ESM validation (Antoine du Hamel / #3681)
  • test: harden linter rules for ESM/CJS validation (Antoine du Hamel / #3674)
  • test: Increase retries to trigger longer retryDelay in tus (Artur Paikin / #3726)
  • test: Remove it.only from e2e test (Merlijn Vos / #3690)
  • tests: Make Cypress more stable & add e2e test for error events when upload fails (Merlijn Vos / #3662)

Uppy 2.9.5

27 Apr 22:08
1bea730
Compare
Choose a tag to compare
Package Version Package Version
@uppy/companion 3.5.2 @uppy/robodog 2.5.5
@uppy/core 2.1.10 uppy 2.9.5
  • @uppy/companion: Bump moment from 2.29.1 to 2.29.2 (dependabot[bot] / #3635)
  • @uppy/core: fix TypeError when file was removed (Antoine du Hamel / #3670)

Uppy 2.9.4

27 Apr 12:40
2289fc9
Compare
Choose a tag to compare
Package Version Package Version
@uppy/aws-s3-multipart 2.2.2 @uppy/file-input 2.0.6
@uppy/box 1.0.6 @uppy/form 2.0.5
@uppy/companion 3.5.1 @uppy/locales 2.0.9
@uppy/compressor 0.2.5 @uppy/transloadit 2.1.5
@uppy/core 2.1.9 @uppy/utils 4.0.7
@uppy/drag-drop 2.0.7 @uppy/vue 0.4.7
@uppy/drop-target 1.1.3 @uppy/robodog 2.5.4
@uppy/dropbox 2.0.6 uppy 2.9.4
@uppy/facebook 2.0.6
  • @uppy/locales: Plural translation in cs_CZ local (JakubHaladej / #3666)
  • @uppy/vue: Add license field to package.json in @uppy/vue (Tobias Trumm / #3664)
  • meta: Add todo comments (Murderlon)
  • @uppy/facebook: refactor to ESM (Antoine du Hamel / #3653)
  • meta: locale-pack: refactor to use more parallel processing (Antoine du Hamel / #3630)
  • @uppy/file-input: refactor to ESM (Antoine du Hamel / #3652)
  • meta: sign requests sent to Transloadit in e2e suite (Antoine du Hamel / #3656)
  • meta: add VITE_TRANSLOADIT_SECRET for e2e (Antoine du Hamel)
  • meta: Update BACKLOG.md (Artur Paikin)
  • @uppy/form: refactor to ESM (Antoine du Hamel / #3654)
  • @uppy/dropbox: refactor to ESM (Antoine du Hamel / #3651)
  • meta: sign requests sent to Transloadit in dev env (Antoine du Hamel / #3517)
  • @uppy/drop-target: refactor to ESM (Antoine du Hamel / #3648)
  • @uppy/core: fix TypeError when file was removed (Antoine du Hamel / #3650)
  • @uppy/drag-drop: refactor to ESM (Antoine du Hamel / #3647)
  • meta: update outdated files (Antoine du Hamel / #3646)
  • @uppy/compressor: Set meta on file compression (Camilo Forero / #3644)
  • @uppy/transloadit: improve fetch error handling (Antoine du Hamel / #3637)
  • @uppy/box: refactor to ESM (Antoine du Hamel / #3643)
  • @uppy/utils: Fix getFileType for dicom images (Merlijn Vos / #3610)
  • @uppy/aws-s3-multipart: Add companionCookiesRule type to @uppy/aws-s3-multipart (Mauricio Ribeiro / #3623)

Uppy 2.9.3

07 Apr 19:05
8754114
Compare
Choose a tag to compare
Package Version Package Version
@uppy/core 2.1.8 uppy 2.9.3
@uppy/robodog 2.5.3
  • @uppy/core: fix TypeError in event handler when file was removed (Antoine du Hamel / #3629)

Uppy 2.9.2

07 Apr 07:26
53d26ea
Compare
Choose a tag to compare
Package Version Package Version
@uppy/aws-s3 2.0.9 @uppy/utils 4.0.6
@uppy/companion-client 2.0.6 @uppy/robodog 2.5.2
@uppy/compressor 0.2.4 uppy 2.9.2
@uppy/transloadit 2.1.4
  • @uppy/aws-s3,@uppy/companion-client,@uppy/transloadit,@uppy/utils: Propagate isNetworkError through error wrappers (Renée Kooi / #3620)
  • @uppy/compressor: Merge new name and type into compressed file (Camilo Forero / #3606)

Uppy 2.9.1

29 Mar 00:18
4f116d9
Compare
Choose a tag to compare
Package Version Package Version
@uppy/core 2.1.7 @uppy/robodog 2.5.1
@uppy/tus 2.2.2 uppy 2.9.1
  • @uppy/tus: fix hasOwn (Mikael Finstad / #3604)
  • meta: Increase test timeout for flaky e2e tests (Merlijn Vos / #3603)
  • meta: upgrade GHA actions (Antoine du Hamel / #3602)
  • @uppy/core: refactor: replace deprecated String.prototype.substr() (CommanderRoot / #3600)

Uppy 2.9.0

24 Mar 14:07
c9dcc93
Compare
Choose a tag to compare
Package Version Package Version
@uppy/companion 3.5.0 @uppy/webcam 2.1.0
@uppy/status-bar 2.1.3 @uppy/robodog 2.5.0
@uppy/transloadit 2.1.2 uppy 2.9.0
@uppy/tus 2.2.1
  • @uppy/transloadit: close assembly if upload is cancelled (Antoine du Hamel / #3591)
  • @uppy/companion: Companion server upload events (Mikael Finstad / #3544)
  • @uppy/tus: fix double requests sent when rate limiting (Antoine du Hamel / #3595)
  • website: fix linter error on blog post (Antoine du Hamel / #3596)
  • @uppy/companion: fix yarn test command (Antoine du Hamel / #3590)
  • @uppy/webcam: Mime types in webcam options type (Sobakin Sviatoslav / #3593)
  • website: Some polish and a better (?) intro for the recent update post (AJvanLoon / #3588)
  • @uppy/companion: Allow setting no ACL (Mikael Finstad / #3577)
  • @uppy/companion: Small companion code and doc changes (Mikael Finstad / #3586)
  • @uppy/robodog: fix CDN bundle (Antoine du Hamel / #3587)
  • website: Fix broken link (YukeshShr / #3581)

Uppy 2.8.0

16 Mar 23:29
c59b710
Compare
Choose a tag to compare
Package Version Package Version
@uppy/audio 0.3.0 @uppy/locales 2.0.8
@uppy/aws-s3 2.0.8 @uppy/provider-views 2.0.8
@uppy/companion 3.4.0 @uppy/vue 0.4.6
@uppy/compressor 0.2.3 @uppy/robodog 2.4.0
@uppy/core 2.1.6 uppy 2.8.0
@uppy/drop-target 1.1.2
  • @uppy/aws-s3: fix wrong events being sent to companion (Mikael Finstad / #3576)
  • @uppy/compressor: ignore remote files, calculate savings correctly (Artur Paikin / #3578)
  • @uppy/companion: always log errors with stack trace (Mikael Finstad / #3573)
  • meta: remove incorrect s3 documentation (Mikael Finstad / #3571)
  • @uppy/companion: Companion refactor (Mikael Finstad / #3542)
  • website: partial ooops (Artur Paikin)
  • meta: run e2e workflow on the head branch instead of the base one (Antoine du Hamel / #3561)
  • website: Use Plausible instead of Google Analytics (Artur Paikin / #3567)
  • @uppy/vue: enforce use of file extension within the import path (Antoine du Hamel / #3560)
  • @uppy/drop-target: ignore if dropped elements aren't files (Penar Musaraj / #3563)
  • @uppy/core: Abstract restriction logic in a new Restricter class (Merlijn Vos / #3532)
  • @uppy/companion: Fetch all Google Drive shared drives (Robert DiMartino / #3553)
  • website: add blog post 2.4-2.7 (Artur Paikin / #3557)
  • meta: fix e2e (Antoine du Hamel / #3562)
  • meta: fix broken link (YukeshShr / #3559)
  • meta: fix support of export declaration in source files (Antoine du Hamel / #3558)
  • @uppy/companion: Order Google Drive results by folder to show all folders first (Robert DiMartino / #3546)
  • meta: add corsOrigins to docs (Mikael Finstad / #3554)
  • @uppy/audio: refactor to ESM (Antoine du Hamel / #3470)
  • @uppy/locales: compressor cleanup (Antoine du Hamel / #3531)
  • meta: fix CJS interop in Vite config (Antoine du Hamel / #3543)
  • @uppy/companion: upgrade node-redis-pubsub (Mikael Finstad / #3541)
  • @uppy/provider-views: provider-view: fix breadcrumbs (Artur Paikin / #3535)
  • meta: Update BACKLOG.md (Artur Paikin)
  • @uppy/locales: Update ru_RU.js (Sobakin Sviatoslav / #3529)
  • @uppy/companion: reorder reqToOptions (Antoine du Hamel / #3530)
  • meta: Fix yarn caching in github actions (Mikael Finstad / #3526)

Uppy 2.7.0

02 Mar 15:26
6559bea
Compare
Choose a tag to compare
Package Version Package Version
@uppy/angular 0.3.0 @uppy/locales 2.0.7
@uppy/aws-s3-multipart 2.2.1 uppy 2.7.0
@uppy/companion 3.3.1
  • @uppy/companion: fix unstable test (Mikael Finstad)
  • @uppy/companion: replace debug (Mikael Finstad)
  • @uppy/companion: Fix COMPANION_PATH (Mikael Finstad / #3515)
  • @uppy/angular: update ng version (Antoine du Hamel / #3503)
  • @uppy/companion: Upload protocol "s3-multipart" does not use the chunkSize option (Gabi Ganam / #3511)
  • @uppy/aws-s3-multipart: Add chunks back to prepareUploadParts, indexed by partNumber (Kevin West / #3520)
  • website: Add “Stop the war” banner (Artur Paikin / #3518)
  • @uppy/locales: Update zh_CN.js (linxunzyf / #3513)
  • meta: update remark dependencies (Antoine du Hamel / #3502)

Uppy 2.6.0

17 Feb 19:55
b9ecd94
Compare
Choose a tag to compare
Package Version Package Version
@uppy/companion 3.3.0 uppy 2.6.0
@uppy/robodog 2.3.2
  • meta: warn about not merging PR manually (Artur Paikin / #3492)
  • @uppy/companion: fix unpslash author meta, sanitize metadata to strings and improve companion tests (Mikael Finstad / #3478)
  • meta: ensure README is correctly formatted when doing releases (Antoine du Hamel / #3499)
  • meta: fix CDN bundle (Antoine du Hamel / #3494)
  • meta: fix missing EOL and end of e2e test templates (Antoine du Hamel / #3484)
  • meta: use a single .env file for config (Antoine du Hamel / #3498)