Skip to content

Releases: transloadit/uppy

Uppy 3.13.1

24 Jul 20:43
1524583
Compare
Choose a tag to compare
Package Version Package Version
@uppy/aws-s3-multipart 3.5.2 uppy 3.13.1
@uppy/utils 5.4.3
  • @uppy/utils: align version of preact with the UI plugins (Antoine du Hamel / #4599)
  • @uppy/aws-s3-multipart: refresh file before calling user-defined functions (mjlumetta / #4557)
  • @uppy/utils: align version of preact with the UI plugins (Antoine du Hamel / #4599)

Uppy 3.13.0

20 Jul 14:26
5146907
Compare
Choose a tag to compare
Package Version Package Version
@uppy/aws-s3-multipart 3.5.1 @uppy/provider-views 3.4.1
@uppy/companion-client 3.2.2 @uppy/status-bar 3.2.3
@uppy/dashboard 3.5.0 @uppy/utils 5.4.2
@uppy/locales 3.2.4 uppy 3.13.0
  • meta: Add i18n to CONTRIBUTING.md (Mikael Finstad / #4591)
  • @uppy/provider-views: Add VirtualList to ProviderView (Merlijn Vos / #4566)
  • @uppy/provider-views: fix race conditions with folder loading (Mikael Finstad / #4578)
  • @uppy/status-bar: fix ETA when status bar is installed during upload (Antoine du Hamel / #4588)
  • @uppy/provider-views: fix infinite folder loading (Mikael Finstad / #4590)
  • meta: examples/aws: client-side signing (Antoine du Hamel / #4463)
  • meta: Bump word-wrap from 1.2.3 to 1.2.4 (dependabot[bot] / #4586)
  • meta: e2e: increase requestTimeout to 16s (Antoine du Hamel / #4587)
  • @uppy/locales: update zh_TW translation (5idereal / #4583)
  • @uppy/aws-s3-multipart: fix crash on pause/resume (Merlijn Vos / #4581)
  • @uppy/aws-s3-multipart: do not access globalThis.crypto on the top-level (Bryan J Swift / #4584)

Uppy 3.12.0

13 Jul 16:34
a93e6cd
Compare
Choose a tag to compare
Package Version Package Version
@uppy/aws-s3-multipart 3.5.0 @uppy/locales 3.2.3
@uppy/box 2.1.2 @uppy/onedrive 3.1.2
@uppy/companion 4.7.0 @uppy/provider-views 3.4.0
@uppy/companion-client 3.2.1 @uppy/react 3.1.3
@uppy/core 3.3.1 @uppy/status-bar 3.2.2
@uppy/dashboard 3.4.2 @uppy/transloadit 3.2.0
@uppy/dropbox 3.1.2 @uppy/utils 5.4.1
@uppy/google-drive 3.2.0 uppy 3.12.0
  • @uppy/transloadit: fix error message (Antoine du Hamel / #4572)
  • @uppy/provider-views: add support for remote file paths (Mikael Finstad / #4537)
  • @uppy/transloadit: implement Server-sent event API (Antoine du Hamel / #4098)
  • @uppy/aws-s3-multipart: add support for signing on the client (Antoine du Hamel / #4519)
  • @uppy/react: allow id from props (Merlijn Vos / #4570)
  • @uppy/aws-s3-multipart: fix lint warning (Antoine du Hamel / #4569)
  • @uppy/status-bar: listen to upload event instead of button click (Antoine du Hamel / #4563)
  • @uppy/aws-s3-multipart: fix support for non-multipart PUT upload (Antoine du Hamel / #4568)
  • @uppy/companion: fix esm imports in production/transpiled builds (Dominik Schmidt / #4561)
  • @uppy/locales: fix expression and spelling errors in es_ES (Rubén / #4567)
  • meta: upgrade dev dependencies (dependabot[bot])
  • meta: Don't use triage label (Artur Paikin / #4552)
  • meta: update Cypress (Antoine du Hamel / #4562)
  • @uppy/box,@uppy/companion,@uppy/dropbox,@uppy/google-drive,@uppy/onedrive,@uppy/provider-views: Load Google Drive / OneDrive lists 5-10x faster & always load all files (Merlijn Vos / #4513)
  • @uppy/locales: Add missing pt-BR locales for ImageEditor plugin (Mateus Cruz / #4558)

Uppy 3.11.0

06 Jul 09:44
ded685e
Compare
Choose a tag to compare
Package Version Package Version
@uppy/aws-s3 3.2.1 @uppy/golden-retriever 3.1.0
@uppy/aws-s3-multipart 3.4.1 @uppy/status-bar 3.2.1
@uppy/companion 4.6.0 @uppy/tus 3.1.2
@uppy/companion-client 3.2.0 @uppy/xhr-upload 3.3.1
@uppy/core 3.3.0 uppy 3.11.0
  • @uppy/companion: fix infinite recursion in uploader test (Mikael Finstad / #4536)
  • @uppy/xhr-upload: export Headers type (Masum ULU / #4549)
  • @uppy/aws-s3-multipart: increase priority of abort and complete (Stefan Schonert / #4542)
  • @uppy/aws-s3: fix remote uploads (Antoine du Hamel / #4546)
  • meta: use corepack yarn instead of npm to launch E2E (Antoine du Hamel / #4545)
  • @uppy/aws-s3-multipart: fix upload retry using an outdated ID (Antoine du Hamel / #4544)
  • @uppy/status-bar: remove throttled component (Artur Paikin / #4396)
  • @uppy/aws-s3-multipart: fix Golden Retriever integration (Antoine du Hamel / #4526)
  • examples/aws-nodejs: merge multipart and non-multipart examples (Antoine du Hamel / #4521)
  • @uppy/companion: bump semver from 7.3.7 to 7.5.3 (dependabot[bot] / #4529)
  • @uppy/aws-s3-multipart: add types to internal fields (Antoine du Hamel / #4535)
  • examples/aws-nodejs: update README (Antoine du Hamel / #4534)
  • examples/aws-nodejs: showcase an example without preflight requests (Antoine du Hamel / #4516)
  • @uppy/aws-s3-multipart: fix pause/resume (Antoine du Hamel / #4523)
  • @uppy/status-bar: fix ETA when Uppy recovers its state (Antoine du Hamel / #4525)
  • @uppy/aws-s3-multipart: fix resume single-chunk multipart uploads (Antoine du Hamel / #4528)
  • @uppy/companion: fix part listing in s3 (Antoine du Hamel / #4524)
  • example/aws-php: make it forward-compatible with the next Uppy major (Antoine du Hamel / #4522)
  • @uppy/golden-retriever: refactor to modernize the codebase (Antoine du Hamel / #4520)
  • examples/aws-nodejs: upgrade to AWS-SDK v3 (Antoine du Hamel / #4515)
  • @uppy/companion: implement refresh for authentication tokens (Mikael Finstad / #4448)
  • @uppy/aws-s3-multipart: disable pause/resume for remote uploads in the UI (Artur Paikin / #4500)
  • @uppy/tus: retry on 423 HTTP error code (Antoine du Hamel / #4512)

Uppy 3.10.0

19 Jun 15:37
147e5da
Compare
Choose a tag to compare
Package Version Package Version
@uppy/aws-s3 3.2.0 @uppy/status-bar 3.2.0
@uppy/aws-s3-multipart 3.4.0 @uppy/transloadit 3.1.6
@uppy/companion 4.5.1 @uppy/tus 3.1.1
@uppy/core 3.2.1 @uppy/url 3.3.2
@uppy/dashboard 3.4.1 @uppy/utils 5.4.0
@uppy/golden-retriever 3.0.4 @uppy/xhr-upload 3.3.0
@uppy/locales 3.2.2 uppy 3.10.0
@uppy/provider-views 3.3.1
  • @uppy/aws-s3-multipart: fix the chunk size calculation (Antoine du Hamel / #4508)
  • @uppy/aws-s3: add shouldUseMultipart option (Antoine du Hamel / #4299)
  • @uppy/companion: switch from aws-sdk v2 to @aws-sdk/* (v3) (Scott Bessler / #4285)
  • @uppy/companion,@uppy/core,@uppy/dashboard,@uppy/golden-retriever,@uppy/status-bar,@uppy/utils: Migrate all lodash' per-method-packages usage to lodash. (LinusMain / #4274)
  • @uppy/core: Don't set late (throttled) progress event on a file that is 100% complete (Artur Paikin / #4507)
  • @uppy/companion: revert randomness from file names (Mikael Finstad / #4509)
  • @uppy/companion: Custom provider fixes (Mikael Finstad / #4498)
  • @uppy/transloadit: ensure fields is not nullish when there no uploaded files (Antoine du Hamel / #4487)
  • @uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/tus,@uppy/utils,@uppy/xhr-upload: When file is removed (or all are canceled), controller.abort queued requests (Artur Paikin / #4504)
  • @uppy/provider-views: Fix range selection not resetting and computing correctly (Terence C / #4415)
  • meta: disallow use of .only in tests (Antoine du Hamel / #4494)
  • @uppy/companion: fix 500 when file name contains non-ASCII chars (Antoine du Hamel / #4493)
  • @uppy/locales: update fr_FR.js (Samuel De Backer / #4499)
  • @uppy/aws-s3-multipart,@uppy/tus,@uppy/xhr-upload: Don't close socket while upload is still in progress (Artur Paikin / #4479)
  • meta: bump luxon from 1.28.0 to 1.28.1 (dependabot[bot] / #4497)
  • @uppy/utils: rename EventTracker -> EventManager (Stephen Wooten / #4481)
  • meta: bump cookiejar from 2.1.3 to 2.1.4 (dependabot[bot] / #4496)
  • meta: make pre-commit use corepack yarn instead of npm run (Antoine du Hamel / #4495)
  • meta: bump ua-parser-js from 0.7.31 to 0.7.35 (dependabot[bot] / #4474)
  • meta: bump @sideway/formula from 3.0.0 to 3.0.1 (dependabot[bot] / #4473)
  • meta: bump http-cache-semantics from 4.1.0 to 4.1.1 (dependabot[bot] / #4472)
  • @uppy/companion: Use filename from content-disposition instead of relying on url, with fallback (Artur Paikin / #4489)
  • meta: bump babel, esbuild, and vite (dependabot[bot] / #4485)
  • @uppy/dashboard: include the old state when setting new (Artur Paikin / #4490)
  • @uppy/companion: fix companion implicitpath (Mikael Finstad / #4484)
  • @uppy/companion: fix undefined protocol and example page (Mikael Finstad / #4483)
  • meta: upgrade Cypress 12.9.0 -> 12.14.0 (Antoine du Hamel / #4491)
  • @uppy/core: remove state getter from types (Antoine du Hamel / #4477)
  • examples/php-xhr: Added filename sanitation and file size check before saving (neuronet77 / #4432)
  • examples/php-xhr: update PHP dependencies (dependabot[bot])
  • @uppy/xhr-upload: add support for arrays in metadata (Vasiliy Matyushin / #4431)
  • @uppy/status-bar: Filtered ETA (stduhpf / #4458)
  • @uppy/aws-s3-multipart: fix getUploadParameters option (Antoine du Hamel / #4465)

Uppy 3.9.1

15 May 20:44
6f3ea74
Compare
Choose a tag to compare
Package Version Package Version
@uppy/transloadit 3.1.5 uppy 3.9.1
  • @uppy/transloadit: clean up event listener to prevent cancelled assemblies (Merlijn Vos / #4447)

Uppy 3.9.0

02 May 22:05
aebc368
Compare
Choose a tag to compare
Package Version Package Version
@uppy/aws-s3 3.1.1 @uppy/status-bar 3.1.2
@uppy/aws-s3-multipart 3.3.0 @uppy/transloadit 3.1.4
@uppy/locales 3.2.1 uppy 3.9.0
  • @uppy/aws-s3-multipart: allowedMetaFields: null means “include all” (Artur Paikin / #4437)
  • @uppy/aws-s3-multipart: add shouldUseMultipart option (Antoine du Hamel / #4205)
  • @uppy/transloadit: Reset tus key in the file on error, so retried files are re-uploaded (Artur Paikin / #4421)
  • meta: commit build file that was modified (Antoine du Hamel)
  • meta: examples: add CORS settings for DigitalOcean Spaces (Antoine du Hamel / #4428)
  • @uppy/aws-s3: deprecate timeout option (Antoine du Hamel / #4298)
  • @uppy/aws-s3-multipart: make retries more robust (Antoine du Hamel / #4424)
  • meta: fix badges on README (Antoine du Hamel / #4419)

Uppy 3.8.0

18 Apr 17:51
57a71e1
Compare
Choose a tag to compare
Package Version Package Version
@uppy/angular 0.5.2 @uppy/progress-bar 3.0.2
@uppy/audio 1.1.1 @uppy/provider-views 3.3.0
@uppy/aws-s3 3.1.0 @uppy/react 3.1.2
@uppy/aws-s3-multipart 3.2.0 @uppy/react-native 0.5.1
@uppy/box 2.1.1 @uppy/redux-dev-tools 3.0.2
@uppy/companion 4.5.0 @uppy/remote-sources 1.0.3
@uppy/companion-client 3.1.3 @uppy/screen-capture 3.1.1
@uppy/compressor 1.0.2 @uppy/status-bar 3.1.1
@uppy/core 3.2.0 @uppy/store-default 3.0.3
@uppy/dashboard 3.4.0 @uppy/store-redux 3.0.3
@uppy/drag-drop 3.0.2 @uppy/svelte 3.0.2
@uppy/dropbox 3.1.1 @uppy/thumbnail-generator 3.0.3
@uppy/facebook 3.1.1 @uppy/transloadit 3.1.3
@uppy/file-input 3.0.2 @uppy/tus 3.1.0
@uppy/form 3.0.2 @uppy/unsplash 3.2.1
@uppy/golden-retriever 3.0.3 @uppy/url 3.3.1
@uppy/google-drive 3.1.1 @uppy/utils 5.3.0
@uppy/image-editor 2.1.2 @uppy/vue 1.0.2
@uppy/informer 3.0.2 @uppy/webcam 3.3.1
@uppy/instagram 3.1.1 @uppy/xhr-upload 3.2.0
@uppy/locales 3.2.0 @uppy/zoom 2.1.1
@uppy/onedrive 3.1.1 uppy 3.8.0
  • @uppy/companion: increase max limits for remote file list operations (Mikael Finstad / #4417)
  • @uppy/xhr-upload: fix type in README.md (Top Master / #4416)
  • @uppy/core: improve performance of validating & uploading files (Mikael Finstad / #4402)
  • @uppy/provider-views: Concurrent file listing (Mikael Finstad / #4401)
  • @uppy/core,@uppy/locales,@uppy/provider-views: User feedback adding recursive folders take 2 (Mikael Finstad / #4399)
  • @uppy/dashboard: Single File Mode: fix layout and make optional (Artur Paikin / #4374)
  • @uppy/informer: add a check in TransitionGroup when component is null (Juan Belej / #4410)
  • meta: Fix logos in all the readmes (Artur Paikin / #4407)
  • meta: fix logo in readme (Kid / #4403)

Uppy 3.7.0

04 Apr 23:44
ffabc21
Compare
Choose a tag to compare
Package Version Package Version
@uppy/aws-s3 3.0.6 @uppy/status-bar 3.1.0
@uppy/aws-s3-multipart 3.1.3 @uppy/transloadit 3.1.2
@uppy/companion 4.4.0 @uppy/tus 3.0.6
@uppy/companion-client 3.1.2 @uppy/unsplash 3.2.0
@uppy/core 3.1.2 @uppy/url 3.3.0
@uppy/dashboard 3.3.2 @uppy/utils 5.2.0
@uppy/locales 3.1.0 @uppy/xhr-upload 3.1.1
@uppy/provider-views 3.2.0 uppy 3.7.0
@uppy/react 3.1.1
  • @uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/tus,@uppy/xhr-upload: make sure that we reset serverToken when an upload fails (Mikael Finstad / #4376)
  • @uppy/aws-s3-multipart: do not auto-open sockets, clean them up on abort (Antoine du Hamel)
  • @uppy/aws-s3: Update types (Minh Hieu / #4294)
  • @uppy/companion-client: do not open socket more than once (Artur Paikin)
  • @uppy/companion: add service: 'companion' to periodic ping (Mikael Finstad / #4383)
  • @uppy/companion: add connection keep-alive to dropbox (Mikael Finstad / #4365)
  • @uppy/companion: add missing env variable for standalone option (Mikael Finstad / #4382)
  • @uppy/companion: add S3 prefix env variable (Mikael Finstad / #4320)
  • @uppy/companion: allow local ips when testing (Mikael Finstad / #4328)
  • @uppy/companion: fix typo in redis-emitter.js (Ikko Eltociear Ashimine / #4362)
  • @uppy/companion: merge Provider/SearchProvider (Mikael Finstad / #4330)
  • @uppy/companion: only body parse when needed & increased body size for s3 (Mikael Finstad / #4372)
  • @uppy/core: fix bug with setOptions (Nguyễn bảo Trung / #4350)
  • @uppy/locales: locales: add es_MX (Kevin van Zonneveld / #4393)
  • @uppy/locales: locales: add hi_IN (Kevin van Zonneveld / #4391)
  • @uppy/provider-views: fix race condition when adding folders (Mikael Finstad / #4384)
  • @uppy/provider-views: UI: Use form attribite with a form in doc root to prevent outer form submit (Artur Paikin / #4283)
  • @uppy/transloadit: fix socket error message (Artur Paikin / #4352)
  • @uppy/tus: do not auto-open sockets, clean them up on abort (Antoine du Hamel)
  • meta: add version info in the bundlers CI (Antoine du Hamel / #4386)
  • meta: deploy to Heroku on every companion commit (Mikael Finstad / #4367)
  • meta: example: migrate redux to ESM (Antoine du Hamel / #4158)
  • meta: fix all ESLint warnings and turn them into errors (Antoine du Hamel / #4398)
  • meta: fixup! website: update links to work under the new URL (Antoine du Hamel / #4371)
  • meta: remove duplicate outdated OSS support docs (Mikael Finstad, Artur Paikin / #4364)
  • meta: use overrides to make sure no uppy package is fetch from npm (Antoine du Hamel / #4395)
  • website: add a deprecation notice and a link to the new website (Antoine du Hamel / #4370)
  • website: fix home page (Antoine du Hamel)
  • website: Remove the website (Merlijn Vos / #4369)
  • website: update links to work under the new URL (Antoine du Hamel / #4371)

Uppy 3.6.1

07 Mar 11:38
233435f
Compare
Choose a tag to compare
Package Version Package Version
@uppy/core 3.1.1 uppy 3.6.1
@uppy/dashboard 3.3.1
  • @uppy/dashboard: Fix low-contrast hover styles (Alexander Zaytsev / #4347)