Antoine du Hamel
f76d76bafd
@uppy/utils: improve preprocess and postprocess types ( #4841 )
2023-12-28 17:03:15 +01:00
Murderlon
c48aa82a8a
@uppy/core: refactor to TS
...
Co-authored-by: Antoine du Hamel <antoine@transloadit.com>
2023-12-14 19:39:43 +01:00
github-actions[bot]
49fa351b78
Release: uppy@3.21.0 ( #4823 )
...
| Package | Version | Package | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/aws-s3 | 3.6.0 | @uppy/instagram | 3.2.0 |
| @uppy/aws-s3-multipart | 3.10.0 | @uppy/onedrive | 3.2.0 |
| @uppy/box | 2.2.0 | @uppy/provider-views | 3.8.0 |
| @uppy/companion | 4.12.0 | @uppy/store-default | 3.2.0 |
| @uppy/companion-client | 3.7.0 | @uppy/tus | 3.5.0 |
| @uppy/core | 3.8.0 | @uppy/url | 3.5.0 |
| @uppy/dropbox | 3.2.0 | @uppy/utils | 5.7.0 |
| @uppy/facebook | 3.2.0 | @uppy/xhr-upload | 3.6.0 |
| @uppy/google-drive | 3.4.0 | @uppy/zoom | 2.2.0 |
| @uppy/image-editor | 2.4.0 | uppy | 3.21.0 |
- @uppy/provider-views: fix uploadRemoteFile undefined (Mikael Finstad / #4814 )
- @uppy/companion: fix double tus uploads (Mikael Finstad / #4816 )
- @uppy/companion: fix accelerated endpoints for presigned POST (Mikael Finstad / #4817 )
- @uppy/companion: fix `authProvider` property inconsistency (Mikael Finstad / #4672 )
- @uppy/companion: send certain onedrive errors to the user (Mikael Finstad / #4671 )
- meta: fix typo in `lockfile_check.yml` name (Antoine du Hamel)
- @uppy/aws-s3: change Companion URL in tests (Antoine du Hamel)
- @uppy/set-state: fix types (Antoine du Hamel)
- @uppy/companion: Provider user sessions (Mikael Finstad / #4619 )
- meta: fix `js2ts` script on Node.js 20+ (Merlijn Vos / #4802 )
- @uppy/companion-client: avoid unnecessary preflight requests (Antoine du Hamel / #4462 )
- meta: Migrate to AWS-SDK V3 syntax (Artur Paikin / #4810 )
- @uppy/utils: fix import in test files (Antoine du Hamel / #4806 )
- @uppy/core: Fix onBeforeFileAdded with Golden Retriever (Merlijn Vos / #4799 )
- @uppy/image-editor: respect `cropperOptions.initialAspectRatio` (Lucklj521 / #4805 )
2023-12-12 22:39:49 +00:00
Mikael Finstad
ec4bc58508
Provider user sessions ( #4619 )
...
New concept "simple auth" - authentication that happens immediately (in one http request) without redirecting to any third party.
uppyAuthToken initially used to simply contain an encrypted & json encoded OAuth2 access_token for a specific provider. Then we added refresh tokens as well inside uppyAuthToken #4448 . Now we also allow storing other state or parameters needed for that specific provider, like username, password, host name, webdav URL etc... This is needed for providers like webdav, ftp etc, where the user needs to give some more input data while authenticating
Companion:
- `providerTokens` has been renamed to `providerUserSession` because it now includes not only tokens, but a user's session with a provider.
Companion `Provider` class:
- New `hasSimpleAuth` static boolean property - whether this provider uses simple auth
- uppyAuthToken expiry default 24hr again for providers that don't support refresh tokens
- make uppyAuthToken expiry configurable per provider - new `authStateExpiry` static property (defaults to 24hr)
- new static property `grantDynamicToUserSession`, allows providers to specify which state from Grant `dynamic` to include into the provider's `providerUserSession`.
2023-12-05 22:55:41 +01:00
Antoine du Hamel
58869e6287
@uppy/utils: fix import in test files ( #4806 )
2023-11-30 14:39:51 +01:00
github-actions[bot]
472cc9352d
Release: uppy@3.19.0 ( #4781 )
...
| Package | Version | Package | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/aws-s3 | 3.5.0 | @uppy/provider-views | 3.7.0 |
| @uppy/aws-s3-multipart | 3.9.0 | @uppy/react | 3.2.0 |
| @uppy/companion | 4.11.0 | @uppy/transloadit | 3.4.0 |
| @uppy/companion-client | 3.6.0 | @uppy/tus | 3.4.0 |
| @uppy/core | 3.7.0 | @uppy/url | 3.4.0 |
| @uppy/dashboard | 3.7.0 | @uppy/utils | 5.6.0 |
| @uppy/image-editor | 2.3.0 | @uppy/xhr-upload | 3.5.0 |
| @uppy/locales | 3.4.0 | uppy | 3.19.0 |
- @uppy/dashboard: Remove uppy-Dashboard-isFixed when uppy.close() is invoked (Artur Paikin / #4775 )
- @uppy/core,@uppy/dashboard: don't cancel all files when clicking "done" (Mikael Finstad / #4771 )
- @uppy/utils: refactor to TS (Antoine du Hamel / #4699 )
- @uppy/locales: locales: add ca_ES (ordago / #4772 )
- @uppy/companion: Companion+client stability fixes, error handling and retry (Mikael Finstad / #4734 )
- @uppy/companion: add getBucket metadata argument (Mikael Finstad / #4770 )
- @uppy/core: simplify types with class generic (JokcyLou / #4761 )
- @uppy/image-editor: More image editor improvements (Evgenia Karunus / #4676 )
- @uppy/react: add useUppyState (Merlijn Vos / #4711 )
2023-11-08 23:42:11 +00:00
Antoine du Hamel
51ecc66e64
@uppy/utils: refactor to TS ( #4699 )
...
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
Co-authored-by: Nick Rutten <2504906+nickrttn@users.noreply.github.com>
Co-authored-by: Murderlon <merlijn@soverin.net>
Co-authored-by: Artur Paikin <artur@arturpaikin.com>
2023-11-06 15:01:50 +01:00
Mikael Finstad
17826da517
Companion+client stability fixes, error handling and retry ( #4734 )
...
* respond with 500 if unhandled upload error
400 seems inappropriate
* add todo
* fix companion download error
respond with correct response code when calling /get
and request to the upstream server fail
also add a unit test for this
* forward 429 from provider
allows us to retry it
* rename fn
* add a way to test refresh tokens
* fix race condtiion with refreshing token
* implement retry and fix socket
- Make sure we don't instantiate a new Provider for every file uploaded (reuse the original provider instead) - this caused the refresh token synchronization not to work
- Retry most errors when uploading (`/get`) using companion, but for HTTP, only retry certain HTTP status codes
- Reimplement the websocket code to be more stable and retry as well
* remove unused socket wrapper
* remove useFastRemoteRetry
because it isn't supported in Companion as far as I can tell
* fix error handling
* remove unneeded logic
* apply review suggestion
* retry awaiting for companion socket too
* retry whole operation instead of individually
or else we risk getting stuck retrying just half of the operation, which might never recover
* improvements
- rewrite so we can use p-retry for exponential backoff for socket reconnect too
- improve logging
- simplify/reuse code
* Update packages/@uppy/utils/src/fetchWithNetworkError.js
Co-authored-by: Antoine du Hamel <antoine@transloadit.com>
* Explain requestClient Symbol with comment
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
* Update packages/@uppy/provider-views/src/View.js
* fixes
preventing socket.send when the socket is not in the connected state
catch errors in handlers
* log if trying to refresh with no token
* log whether we got a refresh token
* dont log retrying when in reality not
* always prompt: consent
for google drive
* add signal to post
* refactor away eventmanager
and event handler error catching
* don't fail with upload-error
if a file is canceled
* fix expect
* add capabilities support
* make requestClient non-enumerable
---------
Co-authored-by: Antoine du Hamel <antoine@transloadit.com>
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
2023-11-02 21:31:34 +09:00
github-actions[bot]
49c9bcc8b7
Release: uppy@3.18.0 ( #4754 )
...
| Package | Version | Package | Version |
| ------------------------- | ------- | ------------------------- | ------- |
| @uppy/angular | 0.6.1 | @uppy/progress-bar | 3.0.4 |
| @uppy/audio | 1.1.4 | @uppy/provider-views | 3.6.0 |
| @uppy/aws-s3 | 3.4.0 | @uppy/react | 3.1.4 |
| @uppy/aws-s3-multipart | 3.8.0 | @uppy/remote-sources | 1.1.0 |
| @uppy/box | 2.1.4 | @uppy/screen-capture | 3.1.3 |
| @uppy/companion | 4.10.0 | @uppy/status-bar | 3.2.5 |
| @uppy/companion-client | 3.5.0 | @uppy/store-default | 3.0.5 |
| @uppy/compressor | 1.0.5 | @uppy/store-redux | 3.0.5 |
| @uppy/core | 3.6.0 | @uppy/svelte | 3.1.1 |
| @uppy/dashboard | 3.6.0 | @uppy/thumbnail-generator | 3.0.6 |
| @uppy/drop-target | 2.0.2 | @uppy/transloadit | 3.3.2 |
| @uppy/dropbox | 3.1.4 | @uppy/tus | 3.3.2 |
| @uppy/facebook | 3.1.3 | @uppy/unsplash | 3.2.3 |
| @uppy/file-input | 3.0.4 | @uppy/url | 3.3.4 |
| @uppy/form | 3.0.3 | @uppy/utils | 5.5.2 |
| @uppy/golden-retriever | 3.1.1 | @uppy/vue | 1.1.0 |
| @uppy/google-drive | 3.3.0 | @uppy/webcam | 3.3.4 |
| @uppy/image-editor | 2.2.2 | @uppy/xhr-upload | 3.4.2 |
| @uppy/informer | 3.0.4 | @uppy/zoom | 2.1.3 |
| @uppy/instagram | 3.1.3 | uppy | 3.18.0 |
| @uppy/onedrive | 3.1.4 | | |
- @uppy/aws-s3-multipart: fix `TypeError` (Antoine du Hamel / #4748 )
- meta: Bump tough-cookie from 4.1.2 to 4.1.3 (dependabot[bot] / #4750 )
- meta: example: simplify code by using built-in `throwIfAborted` (Antoine du Hamel / #4749 )
- @uppy/aws-s3-multipart: pass `signal` as separate arg for backward compat (Antoine du Hamel / #4746 )
- meta: fix TS integration (Antoine du Hamel / #4741 )
- meta: fix js2ts check (Antoine du Hamel)
- meta: add support for TypeScript plugins (Antoine du Hamel / #4640 )
- @uppy/vue: export FileInput (mdxiaohu / #4736 )
- meta: examples: update `server.py` (codehero7386 / #4732 )
- @uppy/aws-s3-multipart: fix `uploadURL` when using `PUT` (Antoine du Hamel / #4701 )
- @uppy/dashboard: auto discover and install plugins without target (Artur Paikin / #4343 )
- meta: e2e: upgrade Cypress (Antoine du Hamel / #4731 )
- @uppy/core: mark the package as side-effect free (Antoine du Hamel / #4730 )
- meta: Bump postcss from 8.4.16 to 8.4.31 (dependabot[bot] / #4723 )
- meta: test with the latest versions of Node.js (Antoine du Hamel / #4729 )
- meta: e2e: update Parcel (Antoine du Hamel / #4726 )
- meta: uppy: fix types (Antoine du Hamel / #4721 )
- @uppy/core: type more events (Antoine du Hamel / #4719 )
- @uppy/svelte: fix TS build command (Antoine du Hamel / #4720 )
- @uppy/companion: Bucket fn also remote files (Mikael Finstad / #4693 )
- @uppy/companion-client: fixup! Added Companion OAuth Key type (Murderlon / #4668 )
- @uppy/companion-client: Added Companion OAuth Key type (Chris Pratt / #4668 )
- meta: check for formatting in CI (Antoine du Hamel / #4714 )
- meta: bump get-func-name from 2.0.0 to 2.0.2 (dependabot[bot] / #4709 )
- meta: run Prettier on existing files (Antoine du Hamel / #4713 )
2023-10-20 15:20:18 +00:00
Antoine du Hamel
34c78e9093
meta: run Prettier on existing files ( #4713 )
2023-09-29 11:11:28 +02:00
github-actions[bot]
a5f6248506
Release: uppy@3.17.0 ( #4716 )
...
| Package | Version | Package | Version |
| ------------------------- | ------- | ------------------------- | ------- |
| @uppy/audio | 1.1.3 | @uppy/store-default | 3.0.4 |
| @uppy/aws-s3 | 3.3.1 | @uppy/store-redux | 3.0.4 |
| @uppy/aws-s3-multipart | 3.7.0 | @uppy/svelte | 3.1.0 |
| @uppy/companion | 4.9.1 | @uppy/thumbnail-generator | 3.0.5 |
| @uppy/companion-client | 3.4.1 | @uppy/transloadit | 3.3.1 |
| @uppy/compressor | 1.0.4 | @uppy/tus | 3.3.1 |
| @uppy/core | 3.5.1 | @uppy/utils | 5.5.1 |
| @uppy/dashboard | 3.5.4 | @uppy/webcam | 3.3.3 |
| @uppy/image-editor | 2.2.1 | @uppy/xhr-upload | 3.4.1 |
| @uppy/remote-sources | 1.0.4 | uppy | 3.17.0 |
- meta: add Prettier (Antoine du Hamel / #4707 )
- @uppy/aws-s3-multipart: retry signature request (Merlijn Vos / #4691 )
- meta: update linter config to cover more files (Mikael Finstad / #4706 )
- @uppy/image-editor: ImageEditor.jsx - remove 1px black lines (Evgenia Karunus / #4678 )
- meta: delete `.yarn/releases/yarn-3.4.1.cjs` (Antoine du Hamel)
- meta: fix linter errors (Antoine du Hamel / #4704 )
- @uppy/utils: test: migrate to Vitest for Uppy core and Uppy plugins (Antoine du Hamel / #4700 )
- meta: run corepack yarn (Mikael Finstad)
- @uppy/companion: upgrade TS target (Mikael Finstad / #4670 )
- @uppy/companion: use deferred length for tus streams (Mikael Finstad / #4697 )
- @uppy/companion-client: fix a refresh token race condition (Mikael Finstad / #4695 )
- meta: add companion hotfix doc (Mikael Finstad / #4683 )
- meta: run type checks also for companion and add files to docker (Mikael Finstad / #4688 )
- @uppy/svelte: revert breaking change (Antoine du Hamel / #4694 )
- meta: Update yarn.lock (Artur Paikin)
- @uppy/companion: fix instagram/facebook auth error regression (Mikael Finstad / #4692 )
- @uppy/aws-s3-multipart: aws-s3-multipart - call `#setCompanionHeaders` in `setOptions` (jur-ng / #4687 )
- @uppy/svelte: Upgrade Svelte to 4 (frederikhors / #4652 )
- @uppy/companion: add test endpoint for dynamic oauth creds (Mikael Finstad / #4667 )
- meta: fix VITE_COMPANION_ALLOWED_HOSTS (Mikael Finstad / #4690 )
- @uppy/companion: fix edge case for pagination on root (Mikael Finstad / #4689 )
- @uppy/companion: fix onedrive pagination (Mikael Finstad / #4686 )
2023-09-29 07:53:42 +00:00
Antoine du Hamel
2c432b12cd
test: migrate to Vitest for Uppy core and Uppy plugins ( #4700 )
2023-09-26 17:23:17 +02:00
github-actions[bot]
a16de33593
Release: uppy@3.15.0 ( #4660 )
...
| Package | Version | Package | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/angular | 0.6.0 | @uppy/dashboard | 3.5.2 |
| @uppy/aws-s3 | 3.3.0 | @uppy/transloadit | 3.3.0 |
| @uppy/aws-s3-multipart | 3.6.0 | @uppy/tus | 3.2.0 |
| @uppy/companion | 4.8.2 | @uppy/utils | 5.5.0 |
| @uppy/companion-client | 3.4.0 | @uppy/xhr-upload | 3.4.0 |
| @uppy/core | 3.5.0 | uppy | 3.15.0 |
- @uppy/transloadit: Emit assembly progress events (Marius / #4603 )
- @uppy/transloadit: remove Socket.io (Antoine du Hamel / #4281 )
- meta: example: update Angular example to 16.x (Antoine du Hamel / #4642 )
- @uppy/angular: upgrade to Angular 16.x (Antoine du Hamel / #4642 )
- @uppy/companion: refactor `getProtectedHttpAgent` to make TS happy (Antoine du Hamel / #4654 )
- @uppy/companion: Alias "removeListener" as "off" in Redis emitter (Elliot Dickison / #4647 )
- @uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/companion-client,@uppy/core,@uppy/tus,@uppy/utils,@uppy/xhr-upload: Move remote file upload logic into companion-client (Merlijn Vos / #4573 )
- @uppy/dashboard: when showAddFilesPanel is true, aria-hidden should be the opposite (Artur Paikin / #4643 )
2023-09-05 11:10:18 +00:00
Merlijn Vos
ef613e6a9f
Move remote file upload logic into companion-client ( #4573 )
2023-08-24 14:27:28 +02:00
github-actions[bot]
15245833e9
Release: uppy@3.13.1 ( #4600 )
...
| 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 )
2023-07-24 20:43:34 +00:00
Antoine du Hamel
090b974c1c
@uppy/utils: align version of preact with the UI plugins ( #4599 )
2023-07-24 21:34:57 +02:00
github-actions[bot]
514690781a
Release: uppy@3.13.0 ( #4595 )
...
| 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 )
2023-07-20 14:26:23 +00:00
Merlijn Vos
b1fdf8e926
Add VirtualList to ProviderView ( #4566 )
...
* Add VirtualList to ProviderView
* Import correctly from lib
* fixup! Import correctly from lib
* fixup! fixup! Import correctly from lib
* Really do it this time
* Only virtual list for lists
* fixup! Only virtual list for lists
* Fix scroll
* Set hardcoded width/height for img, as recommened
---------
Co-authored-by: Artur Paikin <artur@arturpaikin.com>
2023-07-20 15:49:43 +02:00
github-actions[bot]
a93e6cdd4d
Release: uppy@3.12.0 ( #4574 )
...
| 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 )
2023-07-13 16:34:41 +00:00
Mikael Finstad
e054a25ab2
@uppy/provider-views: add support for remote file paths ( #4537 )
...
Fixes: https://github.com/transloadit/uppy/issues/4034
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
2023-07-13 18:12:42 +02:00
github-actions[bot]
147e5da96f
Release: uppy@3.10.0 ( #4511 )
...
| 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 )
2023-06-19 15:37:12 +00:00
LinusMain
38de438864
Migrate all lodash' per-method-packages usage to lodash. ( #4274 )
...
Fixes: https://github.com/transloadit/uppy/issues/4272
Co-authored-by: R <r@r.com>
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
Co-authored-by: Antoine du Hamel <antoine@transloadit.com>
2023-06-19 15:45:28 +02:00
Artur Paikin
b521a40ebb
When file is removed (or all are canceled), controller.abort queued requests ( #4504 )
...
* When file is removed (or all are canceled), controller.abort queued requests
* add controller.abort to all other remote uploaders too
* fix the queue
---------
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2023-06-19 11:28:23 +01:00
Stephen Wooten
b4f3c178dc
@uppy/utils: rename EventTracker -> EventManager ( #4481 )
...
Co-authored-by: Stephen Wooten <stephen.wooten@super.mx>
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2023-06-10 12:10:05 +02:00
stduhpf
0e3be10317
@uppy/status-bar: Filtered ETA ( #4458 )
2023-05-24 15:40:29 +02:00
github-actions[bot]
57a71e175c
Release: uppy@3.8.0 ( #4418 )
...
| 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 )
2023-04-18 17:51:07 +00:00
Mikael Finstad
90f7fb9197
@uppy/core: improve performance of validating & uploading files ( #4402 )
...
* show how many files are added when loading
remake of https://github.com/transloadit/uppy/pull/4388
* add french (cherry pick)
* implement concurrent file listing
* refactor / fix lint
* refactor/reduce duplication
* pull out totals validation
don't do it for every file added, as it's very slow
instead do the check at the end when all files are added.
this allows us to easily work with 10k+ files
fixes #4389
* Update packages/@uppy/core/src/Uppy.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
* make restricter.validate validate everything
instead make more specific methods for sub-validation
also rename validateTotals to validateAggregateRestrictions
* improve errors and user feedback
- handle errors centrally so that we can limit the amount of toasts (informers) sent to the users (prevent flooding hundreds/thousands of them)
- introduce FileRestrictionError which is a restriction error for a specific file
- introduce isUserFacing field for RestrictionError
* fix performance issue reintroduced
* improvements
- show "%{count} additional restrictions were not fulfilled" for any restriction errors more than 4
- refactor/rename methods
- improve ghost logic/comments
* improve performance when uploading
- introduce new event "upload-start" that can contain multiple files
- make a new patchFilesState method to allow updating more files
- unify "upload-start" logic in all plugins (send it before files start uploading)
- defer slicing buffer until we need the data
- refactor to reuse code
* fix e2e build issue
* try to upgrade cypress
maybe it fixes the error
* Revert "fix e2e build issue"
This reverts commit ff3e580c0f .
* upgrade parcel
* move mutation logic to end
* remove FileRestrictionError
merge it with RestrictionError
* fix silly bug
looks like the e2e tests are doing its job 👏
---------
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2023-04-15 23:50:19 +08:00
Artur Paikin
7adacb74a7
meta: Fix logos in all the readmes ( #4407 )
...
Fix logos in all the readmes
2023-04-07 23:46:04 +01:00
github-actions[bot]
ffabc2142e
Release: uppy@3.7.0 ( #4400 )
...
| 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 )
2023-04-04 23:44:16 +00:00
Mikael Finstad
3dd1e5e68c
@uppy/provider-views: fix race condition when adding folders ( #4384 )
...
* fix race condtion when adding files
don't call addFolder from listAllFiles
because that would call addFile before all folders were loaded
also remove unused selectedFolders state
* fix also the case of adding multiple folders
* fix todo: remove SharedHandler
* remove loaderWrapper
* fix logic
* fix the last race condition
* fix broken duplicate file check
* fix logic
* prettiyfy loop
* add user feedback
so they know that something is happening
* run corepack yarn run build:locale-pack
* Revert "run corepack yarn run build:locale-pack"
This reverts commit 85548ce2fc .
* Revert "add user feedback"
This reverts commit 4060019c35 .
* use async generator instead of p-map
* re-fix race-condition
* remove providerFileToId
as suggested by @arturi
* use addFiles instead of addFile
* rename function
* use provider-supplied file ID
instead of generating an ID, for providers that we whitelsit
this allows adding the same time many times (with a different path)
* call core directly
* improve dev dashboard
* disable experimental getAsFileSystemHandle
it seems to be causing problems when dropping folders with subfolders in newest chrome
e.g a folder with 50 files and a subfolder which in turn has another 50 files
also refactor and document the code more
* Update packages/@uppy/provider-views/src/ProviderView/ProviderView.jsx
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
* mov eto utils
---------
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2023-04-04 12:13:39 +09:00
github-actions[bot]
a21e76bbb5
Release: uppy@3.6.0 ( #4346 )
...
| Package | Version | Package | Version |
| -------------------- | ------- | -------------------- | ------- |
| @uppy/audio | 1.1.0 | @uppy/onedrive | 3.1.0 |
| @uppy/box | 2.1.0 | @uppy/provider-views | 3.1.0 |
| @uppy/core | 3.1.0 | @uppy/screen-capture | 3.1.0 |
| @uppy/dashboard | 3.3.0 | @uppy/unsplash | 3.1.0 |
| @uppy/dropbox | 3.1.0 | @uppy/url | 3.2.0 |
| @uppy/facebook | 3.1.0 | @uppy/utils | 5.1.3 |
| @uppy/google-drive | 3.1.0 | @uppy/webcam | 3.3.0 |
| @uppy/image-editor | 2.1.1 | @uppy/zoom | 2.1.0 |
| @uppy/instagram | 3.1.0 | uppy | 3.6.0 |
| @uppy/locales | 3.0.7 | | |
- @uppy/locales: add missing entries after build (Murderlon)
- @uppy/dashboard: update provider icon style (Alexander Zaytsev / #4345 )
- @uppy/core: fix uppy.resetProgress() (Artur Paikin / #4337 )
- @uppy/core: fix some types (Antoine du Hamel / #4332 )
- @uppy/core: Fixed type of State.info to match reality being an array of info objects (Marc Bennewitz / #4321 )
- @uppy/image-editor: Fix TypeScript error in image-editor types (Matthias Kunnen / #4334 )
- meta: improve `importFromUploadURLs` docs (Mikael Finstad / #4323 )
- @uppy/utils: workaround chrome crash (Mikael Finstad / #4310 )
2023-03-07 09:59:47 +00:00
Mikael Finstad
8673335d47
workaround chrome crash ( #4310 )
...
* workaround chrome crash
fixes #4133
* Update packages/@uppy/utils/src/getDroppedFiles/utils/webkitGetAsEntryApi/index.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
---------
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2023-02-15 17:57:14 +00:00
github-actions[bot]
d1499b3b09
Release: uppy@3.4.0 ( #4288 )
...
| Package | Version | Package | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/audio | 1.0.3 | @uppy/locales | 3.0.5 |
| @uppy/aws-s3 | 3.0.5 | @uppy/react | 3.1.0 |
| @uppy/aws-s3-multipart | 3.1.2 | @uppy/react-native | 0.5.0 |
| @uppy/companion | 4.2.0 | @uppy/transloadit | 3.1.0 |
| @uppy/core | 3.0.5 | @uppy/utils | 5.1.2 |
| @uppy/dashboard | 3.2.1 | uppy | 3.4.0 |
- @uppy/utils: better fallbacks for the drag & drop API (Antoine du Hamel / #4260 )
- @uppy/core: fix metafields validation when used as function (Merlijn Vos / #4276 )
- @uppy/companion: allow customizing express session prefix (Mikael Finstad / #4249 )
- meta: Fix comment about COMPANION_PATH (Collin Allen / #4279 )
- @uppy/companion: Fix typo in KUBERNETES.md (Collin Allen / #4277 )
- @uppy/locales: update zh_TW.js (5idereal / #4270 )
- meta: ci: make sure Yarn's global cache is disabled (Antoine du Hamel / #4268 )
- @uppy/aws-s3-multipart: fix metadata shape (Antoine du Hamel / #4267 )
- meta: example: add multipart support to `aws-nodejs` (Antoine du Hamel / #4257 )
- @uppy/react-native: example: revive React Native example (Giacomo Cerquone / #4164 )
- @uppy/utils: Fix getSpeed type (referenced `bytesTotal` instead of `uploadStarted`) (Pascal Wengerter / #4263 )
- @uppy/companion: document how to run many instances (Mikael Finstad / #4227 )
- @uppy/aws-s3-multipart: add support for `allowedMetaFields` option (Antoine du Hamel / #4215 )
- meta: Fix indentation in generate-test.mjs (Youssef Victor / #4181 )
- @uppy/react: deprecate `useUppy` (Merlijn Vos / #4223 )
- meta: fix typo in README.md (Fuad Herac / #4254 )
- meta: Don’t close stale issues automatically (Artur Paikin / #4246 )
- meta: upgrade to Vite 4 and ESBuild 0.16 (Antoine du Hamel / #4243 )
- @uppy/audio: @uppy/audio fix typo in readme (elliotsayes / #4240 )
- @uppy/aws-s3: fix: add https:// to digital oceans link (Le Gia Hoang / #4165 )
- website: Simplify Dashboard code sample (Artur Paikin / #4197 )
- @uppy/transloadit: introduce `assemblyOptions`, deprecate other options (Merlijn Vos / #4059 )
- @uppy/core: fix typo in Uppy.test.js (Ikko Ashimine / #4235 )
- @uppy/aws-s3-multipart: fix singPart type (Stefan Schonert / #4224 )
2023-01-26 16:15:17 +00:00
Antoine du Hamel
79bab48dc1
@uppy/utils: better fallbacks for the drag & drop API ( #4260 )
...
@uppy/utils: be more defensive when falling back to the old API on drag&drop
2023-01-26 15:39:27 +00:00
Pascal Wengerter
d9580d966d
Fix getSpeed type (referenced bytesTotal instead of uploadStarted) ( #4263 )
2023-01-05 10:47:37 +01:00
github-actions[bot]
eafe30020e
Release: uppy@3.3.1 ( #4222 )
...
| Package | Version | Package | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/angular | 0.5.1 | @uppy/companion-client | 3.1.1 |
| @uppy/aws-s3-multipart | 3.1.1 | @uppy/utils | 5.1.1 |
| @uppy/companion | 4.1.1 | uppy | 3.3.1 |
- @uppy/aws-s3-multipart: handle slow connections better (Antoine du Hamel / #4213 )
- @uppy/companion-client: treat `*` the same as missing header (Antoine du Hamel / #4221 )
- @uppy/utils: fix types (Antoine du Hamel / #4212 )
- @uppy/companion: send expire info for non-multipart uploads (Antoine du Hamel / #4214 )
- docs: fix `allowedMetaFields` documentation (Antoine du Hamel / #4216 )
- meta: add more bundlers for automated testing (Antoine du Hamel / #4100 )
- @uppy/aws-s3-multipart: Fix typo in url check (Christian Franke / #4211 )
- meta: use current version of packages when testing bundlers (Antoine du Hamel / #4208 )
- meta: do not use the set-output command in workflows (Antoine du Hamel / #4175 )
2022-11-16 14:19:54 +00:00
Antoine du Hamel
b138e91878
@uppy/utils: fix types ( #4212 )
...
This reverts commit a249e09163 .
2022-11-15 14:30:28 +01:00
github-actions[bot]
99d832f429
Release: uppy@3.3.0 ( #4207 )
...
| 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 |
- @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 `AbortError`s (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 )
2022-11-10 15:36:05 +00:00
Antoine du Hamel
5420829ade
@uppy/utils: update typings for RateLimitedQueue ( #4204 )
2022-11-09 20:47:51 +01:00
Antoine du Hamel
0375a490b5
@uppy/aws-s3-multipart: empty the queue when pausing ( #4203 )
...
This is to avoid leaving aborted requests in the queue that would
be reported as errors instead of being ignored.
2022-11-09 20:23:29 +01:00
Antoine du Hamel
f8af58f9b9
@uppy/utils: add cause support for AbortErrors ( #4198 )
...
Refs: https://github.com/whatwg/webidl/pull/1179
2022-11-07 22:35:33 +01:00
github-actions[bot]
03bfd418c8
Release: uppy@3.1.0 ( #4121 )
...
| 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 |
| @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 )
- @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 )
2022-09-25 19:08:30 +00:00
Antoine du Hamel
cdeb560de2
add missing entries to changelog for individual packages ( #4092 )
2022-09-11 12:03:22 +02:00
github-actions[bot]
feee2afd63
Release: uppy@3.0.1 ( #4068 )
...
| Package | Version | Package | Version |
| ------------------------- | ------- | ------------------------- | ------- |
| @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)
2022-08-30 16:15:12 +00:00
Antoine du Hamel
a0eeb22458
meta: upgrade to Jest 29 ( #4049 )
2022-08-30 17:25:19 +02:00
Antoine du Hamel
c658883cbf
@uppy/utils: fix relativePath when drag&dropping a folder ( #4043 )
...
Fixes: https://github.com/transloadit/uppy/issues/4041
2022-08-24 16:28:22 +02:00
Merlijn Vos
ff32dde1fd
Post-release website fixes ( #4038 )
2022-08-23 13:48:49 +02:00
github-actions[bot]
be05bf97df
Release: uppy@3.0.0 ( #4031 )
...
**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 |
| @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 )
### 3.0.0-beta.5
### 3.0.0-beta.4
### 3.0.0-beta.3
### 3.0.0-beta.2
### 3.0.0-beta.1
### 3.0.0-beta
2022-08-22 19:48:49 +00:00
Antoine du Hamel
8ed98725c5
@uppy/utils: fix drop of multiple files on Chromium browsers ( #3998 )
...
Fixes: https://github.com/transloadit/uppy/issues/3988
2022-08-17 17:08:28 +02:00
Merlijn Vos
edcbe02995
Fix @uppy/utils microtip.scss export ( #3995 )
2022-08-17 12:13:16 +02:00