All Versions
210
Latest Version
Avg Release Cycle
17 days
Latest Release
-

Changelog History
Page 1

  • v3.3.0 Changes

    πŸš€ Released: 2022-11-10

    πŸ“¦ | Package | Version | Package | Version | | ---------------------- | ------- | ---------------------- | ------- | | @uppy/angular | 0.5.0 | @uppy/image-editor | 2.1.0 | | @uppy/aws-s3-multipart | 3.1.0 | @uppy/locales | 3.0.4 | | @uppy/companion | 4.1.0 | @uppy/tus | 3.0.5 | | @uppy/companion-client | 3.1.0 | @uppy/utils | 5.1.0 | | @uppy/dashboard | 3.2.0 | uppy | 3.3.0 |

    • 0️⃣ @uppy/companion: change default S3 expiry from 300 to 800 seconds (Merlijn Vos / #4206)
    • @uppy/dashboard: Single file mode (Artur Paikin / #4188)
    • @uppy/locales: Fix UZ locale (Merlijn Vos / #4178)
    • ⚑️ @uppy/utils: update typings for RateLimitedQueue (Antoine du Hamel / #4204)
    • @uppy/aws-s3-multipart: empty the queue when pausing (Antoine du Hamel / #4203)
    • @uppy/image-editor: add checkered background (Livia Medeiros / #4194)
    • πŸ”¨ @uppy/aws-s3-multipart: refactor rate limiting approach (Antoine du Hamel / #4187)
    • @uppy/companion: send expiry time along side S3 signed requests (Antoine du Hamel / #4202)
    • 🚦 @uppy/companion-client: add support for AbortSignal (Antoine du Hamel / #4201)
    • @uppy/companion-client: prevent preflight race condition (Mikael Finstad / #4182)
    • @uppy/aws-s3-multipart: change limit to 6 (Antoine du Hamel / #4199)
    • πŸ‘ @uppy/utils: add cause support for AbortErrors (Antoine du Hamel / #4198)
    • meta: Fix bad example for setFileState (Tim Whitney / #4191)
    • ⚑️ meta: Update code example for getFiles (Tim Whitney / #4189)
    • meta: Fix issue with outdated comment. (Tim Whitney / #4192)
    • 🚚 @uppy/aws-s3-multipart: remove unused timeout option (Antoine du Hamel / #4186)
    • 🚚 meta: Remove dollar sign from command for easier copy/pasting (Youssef Victor / #4180)
    • @uppy/aws-s3-multipart,@uppy/tus: fix Timed out waiting for socket (Antoine du Hamel / #4177)
    • meta: Add note about facebook approval (Mikael Finstad / #4172)
    • πŸš€ meta: add a manual deploy for website (Antoine du Hamel / #4171)
  • v3.2.2 Changes

    πŸš€ Released: 2022-10-24

    πŸ“¦ | Package | Version | Package | Version | | -------------------- | ------- | -------------------- | ------- | | @uppy/aws-s3 | 3.0.4 | @uppy/tus | 3.0.4 | | @uppy/core | 3.0.4 | @uppy/xhr-upload | 3.0.4 | | @uppy/provider-views | 3.0.2 | uppy | 3.2.2 |

    • @uppy/aws-s3,@uppy/tus,@uppy/xhr-upload: replace this.getState().files with this.uppy.getState().files (Artur Paikin / #4167)
    • @uppy/core: make cancel() and close() arguments optional in types (Merlijn Vos / #4161)
    • πŸ’… @uppy/provider-views: Fix button and input inconsistent font and style (Artur Paikin / #4162)
  • v3.2.1 Changes

    πŸš€ Released: 2022-10-19

    πŸ“¦ | Package | Version | Package | Version | | --------------- | ------- | --------------- | ------- | | @uppy/companion | 4.0.5 | uppy | 3.2.1 | | @uppy/locales | 3.0.3 | | |

    • πŸš€ meta: fix CDN deploy (Antoine du Hamel)
  • v3.2.0 Changes

    πŸš€ Released: 2022-10-19

    πŸ“¦ | Package | Version | Package | Version | | ---------------------- | ------- | ---------------------- | ------- | | @uppy/angular | 0.4.3 | @uppy/tus | 3.0.3 | | @uppy/aws-s3 | 3.0.3 | @uppy/url | 3.1.0 | | @uppy/companion | 4.0.4 | @uppy/webcam | 3.2.1 | | @uppy/core | 3.0.3 | @uppy/xhr-upload | 3.0.3 | | @uppy/golden-retriever | 3.0.2 | uppy | 3.2.0 | | @uppy/locales | 3.0.2 | | |

    • @uppy/webcam: fix bug when Dashboard is using a custom id (Antoine du Hamel / #4099)
    • πŸ”¨ @uppy/url: refactor UrlUI (Antoine du Hamel / #4143)
    • @uppy/url: trim whitespace around user input (Andrew McIntee / #4143)
    • 🚚 @uppy/core: do not crash if a file is removed before the upload starts (Antoine du Hamel / #4148)
    • @uppy/xhr-upload: fix Timed out waiting for socket (Antoine du Hamel / #4150)
    • @uppy/golden-retriever: Fix retry upload with Golden Retriever (Merlijn Vos / #4155)
    • @uppy/aws-s3,@uppy/xhr-upload: fix Cannot mark a queued request as done in MiniXHRUpload (Antoine du Hamel / #4151)
    • πŸ”’ meta: add a CI check to validate yarn.lock (Antoine du Hamel / #4154)
    • πŸ”’ meta: fix outdated yarn.lock (Antoine du Hamel / #4153)
    • meta: fix transloadit-xhr dev example (Antoine du Hamel / #4149)
    • meta: Add example for Uppy with S3 and a Node.js server (RaΓΊl IbÑñez / #4129)
    • @uppy/locales: Fix duplicate keys in UK_UA.js (Murderlon)
    • β†ͺ @uppy/companion: add workaround for S3 accelerated endpoints (Mikael Finstad / #4140)
    • @uppy/locales: Add missing Ukrainian locale entries (Andrii Bodnar / #4145)
    • 🚚 @uppy/angular: remove unnecessary console.log call (Antoine du Hamel / #4139)
    • meta: fix bundlers workflow (Antoine du Hamel / #4144)
    • 0️⃣ meta: fix default sources (Mikael Finstad / #4134)
    • ⚑️ @uppy/locales: Update pl_PL.js (Daniel KamiΕ„ski / #4136)
    • @uppy/core: Fix Uppy.cancelAll and Uppy.close types (Sven Grunewaldt / #4128)
    • @uppy/companion: fix error message (Mikael Finstad / #4125)
    • @uppy/xhr-upload: queue requests for socket token for remote files (Daniel Jones / #4123)
  • v3.1.1 Changes

    πŸš€ Released: 2022-09-25

    πŸ“¦ | Package | Version | Package | Version | | --------------- | ------- | --------------- | ------- | | @uppy/companion | 4.0.3 | uppy | 3.1.1 |

    • πŸš€ meta: Fix Companion release deploy (Antoine du Hamel)
  • v3.1.0 Changes

    June 13, 2020

    πŸš€ Released: 2022-09-25

    πŸ“¦ | Package | Version | Package | Version | | ------------------------- | ------- | ------------------------- | ------- | | @uppy/angular | 0.4.2 | @uppy/onedrive | 3.0.1 | | @uppy/audio | 1.0.2 | @uppy/progress-bar | 3.0.1 | | @uppy/aws-s3 | 3.0.2 | @uppy/provider-views | 3.0.1 | | @uppy/aws-s3-multipart | 3.0.2 | @uppy/react | 3.0.2 | | @uppy/box | 2.0.1 | @uppy/redux-dev-tools | 3.0.1 | | @uppy/companion | 4.0.2 | @uppy/remote-sources | 1.0.2 | | @uppy/companion-client | 3.0.2 | @uppy/screen-capture | 3.0.1 | | @uppy/compressor | 1.0.1 | @uppy/status-bar | 3.0.1 | 0️⃣ | @uppy/core | 3.0.2 | @uppy/store-default | 3.0.2 | | @uppy/dashboard | 3.1.0 | @uppy/store-redux | 3.0.2 | | @uppy/drag-drop | 3.0.1 | @uppy/svelte | 3.0.1 | | @uppy/drop-target | 2.0.1 | @uppy/thumbnail-generator | 3.0.2 | | @uppy/dropbox | 3.0.1 | @uppy/transloadit | 3.0.2 | | @uppy/facebook | 3.0.1 | @uppy/tus | 3.0.2 | | @uppy/file-input | 3.0.1 | @uppy/unsplash | 3.0.1 | | @uppy/form | 3.0.1 | @uppy/url | 3.0.1 | | @uppy/golden-retriever | 3.0.1 | @uppy/utils | 5.0.2 | | @uppy/google-drive | 3.0.1 | @uppy/vue | 1.0.1 | | @uppy/image-editor | 2.0.1 | @uppy/webcam | 3.2.0 | | @uppy/informer | 3.0.1 | @uppy/xhr-upload | 3.0.2 | | @uppy/instagram | 3.0.1 | @uppy/zoom | 2.0.1 | | @uppy/locales | 3.0.1 | uppy | 3.1.0 |

    • πŸš€ meta: Fix companion-deploy-yml (Mikael Finstad)
    • website: fix tag for Activity Feed (Livia Medeiros / #4118)
    • πŸ‘· @uppy/golden-retriever: fix condition to load files from service worker (Merlijn Vos / #4115)
    • 🚚 website: remove references to the deleted disc.html page (Antoine du Hamel / #4119)
    • @uppy/locales: Create uz_UZ (Ozodbek1405 / #4114)
    • @uppy/golden-retriever: Fix endless webcam re-render with Golden Retriever (Merlijn Vos / #4111)
    • @uppy/image-editor: image-editor: fix controls in small Dashboard (Livia Medeiros / #4113)
    • website: add β€œwhat is Uppy” to the blog post (Artur Paikin)
    • πŸš€ meta: fix Companion deploy (Antoine du Hamel / #4095)
    • @uppy/dashboard: add dashboard:show-panel event (Jon-Pierre Sanchez / #4108)
    • πŸ›  website: Small post fixes (Artur Paikin)
    • @uppy/companion: Companion throttle progress by time (Mikael Finstad / #4101)
    • πŸ‘· meta: skip a few more unnecessary CI runs (Antoine du Hamel / #4106)
    • meta: resolve e2e flakiness (Merlijn Vos / #4077)
    • πŸ‘• meta: run linters on almost every PRs (Antoine du Hamel / #4105)
    • website: 3.0 blog post tweaks (Merlijn Vos / #4104)
    • πŸ‘• meta: Fix linter warnings in 3.0 post (Murderlon)
    • website: Add 3.0 blog post (Artur Paikin / #4046)
    • website: fix ESM import in example (Livia Medeiros / #4103)
    • ⚑️ doc: Update "Dashboard typo" (Laban / #4096)
    • πŸ“¦ @uppy/audio,@uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/companion,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/redux-dev-tools,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/store-redux,@uppy/svelte,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: add missing entries to changelog for individual packages (Antoine du Hamel / #4092)
    • meta: ci: add GHA to tryout bundling Uppy with popular bundlers (Antoine du Hamel / #4084)
    • @uppy/core: Fix Restrictor counts ghost files against maxNumberOfFiles (Andrew McIntee / #4078)
    • uppy: add a decoy Core export to warn users about the renaming (Antoine du Hamel / #4085)
    • πŸ‘· meta: run CI when modifying workflow files (Antoine du Hamel / #4091)
    • πŸ‘· meta: limit the number of unnecessary CI runs (Antoine du Hamel / #4086)
    • ⚑️ meta: Update remote-sources.md (heocoi / #4087)
    • 🚚 uppy: remove all remaining occurrences of Uppy.Core (Antoine du Hamel / #4082)
    • meta: fix typo in e2e.yml (Antoine du Hamel)
    • πŸ‘· meta: Restrict e2e CI runs (Merlijn Vos / #4075)
    • 0️⃣ @uppy/webcam: Set default videoConstraints (Artur Paikin / #4070)
    • πŸ— @uppy/angular: Fix angular build error (Murderlon)
    • website: add Known issues section on Migration Guide (Antoine du Hamel / #4066)
    • @uppy/core: fix types (Antoine du Hamel / #4072)
    • 🚚 doc: remove use of deprecated metaFields option (Antoine du Hamel / #4073)
  • v3.0.1 Changes

    πŸš€ Released: 2022-08-30

    πŸ“¦ | Package | Version | Package | Version | | ------------------------- | ------- | ------------------------- | ------- | 0️⃣ | @uppy/angular | 0.4.1 | @uppy/store-default | 3.0.1 | | @uppy/audio | 1.0.1 | @uppy/store-redux | 3.0.1 | | @uppy/aws-s3 | 3.0.1 | @uppy/svelte | 3.0.0 | | @uppy/aws-s3-multipart | 3.0.1 | @uppy/thumbnail-generator | 3.0.1 | | @uppy/companion | 4.0.1 | @uppy/transloadit | 3.0.1 | | @uppy/companion-client | 3.0.1 | @uppy/tus | 3.0.1 | | @uppy/core | 3.0.1 | @uppy/utils | 5.0.1 | | @uppy/dashboard | 3.0.1 | @uppy/webcam | 3.1.0 | | @uppy/react | 3.0.1 | @uppy/xhr-upload | 3.0.1 | | @uppy/remote-sources | 1.0.1 | uppy | 3.0.1 |

    • @uppy/dashboard,@uppy/webcam: add nativeCameraFacingMode to Webcam and Dashboard (Artur Paikin / #4047)
    • ⬆️ meta: upgrade to Jest 29 (Antoine du Hamel / #4049)
    • ⚑️ @uppy/svelte: update peer dependencies (Antoine du Hamel / #4065)
    • @uppy/react: useUppy: fix unmount on NextJS dev mode (Matt Jesuele / #4062)
    • πŸ“„ @uppy/vue: fix missing component in docs (Antoine du Hamel / #4063)
    • ⚠ @uppy/angular: fix compiler warning (Antoine du Hamel / #4064)
    • πŸ‘· meta: improve CI npm install time (Antoine du Hamel / #4058)
    • πŸ“¦ meta: example: fix Angular example package name (Antoine du Hamel / #4060)
    • ⬆️ meta: upgrade to TypeScript 4.8 (Antoine du Hamel / #4048)
    • ⚑️ @uppy/core,@uppy/dashboard,@uppy/thumbnail-generator: update definition type files for TS 4.8 compatibility (Antoine du Hamel / #4055)
    • πŸ—„ @uppy/transloadit: improve deprecation notice (Antoine du Hamel / #4056)
    • @uppy/thumbnail-generator: fix exifr import (Antoine du Hamel / #4054)
    • @uppy/utils: fix relativePath when drag&dropping a folder (Antoine du Hamel / #4043)
    • @uppy/companion: Fix Companion license (Merlijn Vos / #4044)
    • βœ… e2e: add tests for AWS (Antoine du Hamel / #3665)
    • πŸš€ meta: Only publish Companion to Dockerhub on release (Merlijn Vos / #4037)
    • πŸ‘• meta: fix linter warnings (Antoine du Hamel / #4039)
    • πŸš€ @uppy/utils: Post-release website fixes (Merlijn Vos / #4038)
    • @uppy/angular: fix peer dependencies (Antoine du Hamel / #4035)
    • meta: uppy.io homepage: Add Tus (Artur Paikin)
    • meta: Fix uppy.io homepage example (Artur Paikin)
  • v3.0.0 Changes

    May 25, 2020

    πŸš€ Released: 2022-08-22

    Migration guides: πŸ“„ https://uppy.io/docs/migration-guides.html

    πŸ“¦ | Package | Version | Package | Version | | ------------------------- | ------- | ------------------------- | ------- | | @uppy/angular | 0.4.0 | @uppy/progress-bar | 3.0.0 | | @uppy/audio | 1.0.0 | @uppy/provider-views | 3.0.0 | | @uppy/aws-s3 | 3.0.0 | @uppy/react | 3.0.0 | | @uppy/aws-s3-multipart | 3.0.0 | @uppy/react-native | 0.4.0 | | @uppy/box | 2.0.0 | @uppy/redux-dev-tools | 3.0.0 | | @uppy/companion | 4.0.0 | @uppy/remote-sources | 1.0.0 | | @uppy/companion-client | 3.0.0 | @uppy/screen-capture | 3.0.0 | | @uppy/compressor | 1.0.0 | @uppy/status-bar | 3.0.0 | 0️⃣ | @uppy/core | 3.0.0 | @uppy/store-default | 3.0.0 | | @uppy/dashboard | 3.0.0 | @uppy/store-redux | 3.0.0 | | @uppy/drag-drop | 3.0.0 | @uppy/svelte | 2.0.0 | | @uppy/drop-target | 2.0.0 | @uppy/thumbnail-generator | 3.0.0 | | @uppy/dropbox | 3.0.0 | @uppy/transloadit | 3.0.0 | | @uppy/facebook | 3.0.0 | @uppy/tus | 3.0.0 | | @uppy/file-input | 3.0.0 | @uppy/unsplash | 3.0.0 | | @uppy/form | 3.0.0 | @uppy/url | 3.0.0 | | @uppy/golden-retriever | 3.0.0 | @uppy/utils | 5.0.0 | | @uppy/google-drive | 3.0.0 | @uppy/vue | 1.0.0 | | @uppy/image-editor | 2.0.0 | @uppy/webcam | 3.0.0 | | @uppy/informer | 3.0.0 | @uppy/xhr-upload | 3.0.0 | | @uppy/instagram | 3.0.0 | @uppy/zoom | 2.0.0 | | @uppy/locales | 3.0.0 | uppy | 3.0.0 | | @uppy/onedrive | 3.0.0 | | |

    • πŸ“„ docs: Use RemoteSources in readme example (Artur Paikin / #4030)
    • πŸ“„ docs: Add migration guide for Uppy 3.x, Companion 4.x, and Robodog (Merlijn Vos / #3913)
    • ⬆️ example: upgrade React example to use React 18 (Antoine du Hamel / #4002)
    • πŸ‘• meta: fix linter failures (Antoine du Hamel / #4029)
    • πŸ“¦ @uppy/vue: move @uppy/ packages to peer dependencies (Antoine du Hamel / #4024)
    • πŸ“¦ @uppy/robodog: remove package (Antoine du Hamel / #3946)
    • example: migrate digitalocean-spaces to ESM (Antoine du Hamel / #4015)
    • example: replace Robodog example with Transloadit + RemoteSources + Form (Antoine du Hamel / #4027)
    • πŸ”Œ website: replace Robodog example with Uppy plugins (Artur Paikin / #4026)
    • @uppy/aws-s3,@uppy/tus,@uppy/xhr-upload: @uppy/tus, @uppy/xhr-upload, @uppy/aws-s3: metaFields -> allowedMetaFields (Merlijn Vos / #4023)
    • example: showcase migration out of Robodog (Antoine du Hamel / #4021)
    • example: fix Svelte dev mode (Antoine du Hamel / #4025)
    • πŸ“„ example: fix docs and env for Vite examples (Antoine du Hamel / #4018)
    • @uppy/tus: avoid crashing when Tus client reports an error (Antoine du Hamel / #4019)
    • πŸ“¦ @uppy/react: move @uppy/ packages to peer dependencies (Antoine du Hamel / #4004)
    • πŸ’» @uppy/core: core: uppy.addFile should accept browser File objects (Artur Paikin / #4020)
    • example: fix svelte example (Antoine du Hamel / #4017)
    • example: migrate python-xhr to ESM (Antoine du Hamel / #4010)
    • example: migrate php-xhr to ESM (Antoine du Hamel / #4009)
    • example: migrate node-xhr to ESM (Antoine du Hamel / #4008)
    • example: migrate xhr-bundle to ESM (Antoine du Hamel / #4012)
    • example: migrate multiple-instances to ESM (Antoine du Hamel / #4007)
    • example: replace transloadit-textarea with transloadit-markdown-bin (Antoine du Hamel / #4013)
    • example: add README to Svelte example (Antoine du Hamel / #4011)
    • πŸ— build: Remove size-limit for now (Artur Paikin / #4003)
    • πŸ’… @uppy/core,@uppy/dashboard,@uppy/status-bar: Style tweaks: use all: initial + other resets (Artur Paikin / #3983)
    • 🚚 @uppy/aws-s3: aws-s3: fix incorrect comparison for file-removed (Merlijn Vos / #3962)
    • ⚑️ example: update to new CDN export names (Antoine du Hamel / #4006)
    • example: fix dependencies of bundled example (Antoine du Hamel / #4005)
    • @uppy/tus: fix dependencies (Antoine du Hamel / #3923)
    • @uppy/tus: add file argument to onBeforeRequest (Merlijn Vos / #3984)
    • πŸ’» @uppy/utils: fix drop of multiple files on Chromium browsers (Antoine du Hamel / #3998)
    • ⬆️ @uppy/angular: upgrade to Angular 14 (Antoine du Hamel / #3997)
    • ⚑️ example: update Angular example to v14 (Antoine du Hamel / #3996)
    • @uppy/utils: Fix @uppy/utils microtip.scss export (Merlijn Vos / #3995)
    • πŸ“„ docs: Companion: make streaming upload recommended & other docs tweaks (Mikael Finstad / #3994)
  • v3.0.0-beta.5 Changes

    πŸš€ Released: 2022-08-16

    • πŸš€ meta: prepare release workflow for beta versions (Antoine du Hamel)
    • @uppy/provider-views: Reset filter input correctly in provider views (Merlijn Vos / #3978)
    • @uppy/aws-s3-multipart: Fix when using Companion (Merlijn Vos / #3969)
    • 0️⃣ @uppy/companion: Companion: bring back default upload protocol (Mikael Finstad / #3967)
    • ⚑️ meta: Update CONTRIBUTING.md (Mikael Finstad / #3966)
    • meta: fix contributing link (Mikael Finstad / #3968)
    • @uppy/companion: enforce usage of uploadUrls (Mikael Finstad / #3965)
    • @uppy/utils: Fix webp mimetype (Merlijn Vos / #3961)
    • 🌐 @uppy/locales: Add compressor string translation to Japanese locale (kenken / #3963)
    • meta: Fix statement about cropping images in README.md (Mikael Finstad / #3964)
    • @uppy/aws-s3-multipart: Fix race condition in #uploadParts (Morgan Zolob / #3955)
    • @uppy/provider-views: core validateRestrictions: return error directly vs the result/reason obj (Artur Paikin / #3951)
    • @uppy/aws-s3: Export AwsS3UploadParameters & AwsS3Options interfaces (Antonina Vertsinskaya / #3956)
    • website: convert all website examples to ESM (Antoine du Hamel / #3957)
    • @uppy/companion: fix crash if redis disconnects (Mikael Finstad / #3954)
    • ⬆️ @uppy/companion: upgrade ws version (Antoine du Hamel / #3949)
    • πŸ”¨ @uppy/companion: sort Dropbox response & refactor to async/await (Mikael Finstad / #3897)
    • @uppy/utils: modernize getDroppedFiles (Antoine du Hamel / #3534)
    • 0️⃣ @uppy/companion: fix default getKey for non-standalone too (Mikael Finstad / #3945)
    • πŸ‘» @uppy/aws-s3-multipart: ignore exception inside abortMultipartUpload (Antoine du Hamel / #3950)
    • 🚚 @uppy/companion: remove isobject from dependencies (Antoine du Hamel / #3948)
    • @uppy/compressor: Fix Compressor being broken when no name is in the compressed blob (Artur Paikin / #3947)
    • @uppy/core,@uppy/react: Fix all breaking todo comments for 3.0 (Merlijn Vos / #3907)
    • πŸ—„ @uppy/companion: show deprecation message when using legacy s3 options (Antoine du Hamel / #3944)
    • example: fix aws-companion example (Antoine du Hamel / #3850)
  • v3.0.0-beta.4 Changes

    πŸš€ Released: 2022-08-03

    πŸ“¦ | Package | Version | Package | Version | | ---------------------- | ------------ | ---------------------- | ------------ | | @uppy/aws-s3-multipart | 3.0.0-beta.3 | @uppy/screen-capture | 3.0.0-beta.2 | | @uppy/companion | 4.0.0-beta.3 | @uppy/status-bar | 3.0.0-beta.2 | 0️⃣ | @uppy/core | 3.0.0-beta.3 | @uppy/store-default | 3.0.0-beta.2 | | @uppy/dashboard | 3.0.0-beta.3 | @uppy/transloadit | 3.0.0-beta.4 | | @uppy/drop-target | 2.0.0-beta.2 | @uppy/tus | 3.0.0-beta.2 | | @uppy/informer | 3.0.0-beta.2 | @uppy/url | 3.0.0-beta.2 | | @uppy/react | 3.0.0-beta.3 | @uppy/robodog | 3.0.0-beta.4 | | @uppy/remote-sources | 1.0.0-beta.3 | uppy | 3.0.0-beta.4 |

    • ⬆️ @uppy/companion,@uppy/tus: Upgrade tus-js-client to 3.0.0 (Merlijn Vos / #3942)
    • πŸš€ meta: fix release script (Antoine du Hamel)
    • @uppy/aws-s3-multipart: Correctly handle errors for prepareUploadParts (Merlijn Vos / #3912)
    • 0️⃣ @uppy/store-default: export the class, don't expose .callbacks (Antoine du Hamel / #3928)
    • @uppy/remote-sources: do not rely on .name property (Antoine du Hamel / #3941)
    • @uppy/screen-capture: fix TODOs (Antoine du Hamel / #3930)
    • @uppy/status-bar: rename internal modules (Antoine du Hamel / #3929)
    • 🚚 @uppy/transloadit: remove static properties in favor of exports (Antoine du Hamel / #3927)
    • @uppy/informer: simplify render method (Antoine du Hamel / #3931)
    • 🚚 @uppy/url: remove private methods from public API (Antoine du Hamel / #3934)
    • @uppy/dashboard: change copyToClipboard signature (Antoine du Hamel / #3933)
    • 🚚 @uppy/drop-target: remove isFileTransfer from the public API (Antoine du Hamel / #3932)
    • πŸš€ meta: improve beta release script (Antoine du Hamel)