github-actions[bot]
3f34af100b
Release: uppy@2.11.0 ( #3796 )
...
| Package | Version | Package | Version |
| ------------------------- | ------- | ------------------------- | ------- |
| @uppy/angular | 0.3.1 | @uppy/progress-bar | 2.1.1 |
| @uppy/audio | 0.3.2 | @uppy/provider-views | 2.1.1 |
| @uppy/aws-s3 | 2.2.0 | @uppy/react | 2.2.1 |
| @uppy/aws-s3-multipart | 2.4.0 | @uppy/react-native | 0.3.1 |
| @uppy/box | 1.0.7 | @uppy/redux-dev-tools | 2.1.0 |
| @uppy/companion | 3.6.0 | @uppy/screen-capture | 2.1.1 |
| @uppy/companion-client | 2.2.0 | @uppy/status-bar | 2.2.1 |
| @uppy/compressor | 0.3.0 | @uppy/store-default | 2.1.0 |
| @uppy/core | 2.3.0 | @uppy/store-redux | 2.1.0 |
| @uppy/dashboard | 2.3.0 | @uppy/thumbnail-generator | 2.2.0 |
| @uppy/drag-drop | 2.1.1 | @uppy/transloadit | 2.3.0 |
| @uppy/dropbox | 2.0.7 | @uppy/tus | 2.4.0 |
| @uppy/facebook | 2.0.7 | @uppy/unsplash | 2.1.0 |
| @uppy/file-input | 2.1.1 | @uppy/url | 2.1.1 |
| @uppy/form | 2.0.6 | @uppy/utils | 4.1.0 |
| @uppy/golden-retriever | 2.1.0 | @uppy/vue | 0.4.8 |
| @uppy/google-drive | 2.1.1 | @uppy/webcam | 2.2.1 |
| @uppy/image-editor | 1.3.0 | @uppy/xhr-upload | 2.1.1 |
| @uppy/informer | 2.1.0 | @uppy/zoom | 1.1.1 |
| @uppy/instagram | 2.1.1 | @uppy/robodog | 2.7.0 |
| @uppy/onedrive | 2.1.1 | uppy | 2.11.0 |
- doc: update bundler recommendation (Antoine du Hamel / #3763 )
- @uppy/aws-s3-multipart: refactor to ESM (Antoine du Hamel / #3672 )
- @uppy/aws-s3: fix JSDoc type error (Antoine du Hamel / #3785 )
- @uppy/aws-s3: refactor to ESM (Antoine du Hamel / #3673 )
- @uppy/companion-client: Revert "Revert "@uppy/companion-client: refactor to ESM"" (Antoine du Hamel / #3730 )
- @uppy/companion: expire redis keys after 1 day (Mikael Finstad / #3771 )
- @uppy/companion: fix some linter warnings (Antoine du Hamel / #3752 )
- @uppy/compressor: Fix Compressor docs, pass files array to compressor:complete event (Artur Paikin / #3682 )
- @uppy/core: refactor to ESM (Antoine du Hamel / #3744 )
- @uppy/dashboard: refactor to ESM (Antoine du Hamel / #3701 )
- @uppy/dashboard: use webkitRelativePath when querying a file's relative path (Eduard Müller / taktik / #3766 )
- @uppy/golden-retriever: refactor to ESM (Antoine du Hamel / #3731 )
- @uppy/image-editor: remove CJS-interop hack in the source code (Antoine du Hamel / #3778 )
- @uppy/informer: @uppy/Informer: refactor to ESM (Antoine du Hamel / #3732 )
- @uppy/informer: remove remaining `require` call (Antoine du Hamel / #3737 )
- @uppy/provider-views: Add onKeyPress event handler to capture e.shiftKey, unavailable in onChange (Artur Paikin / #3768 )
- @uppy/redux-dev-tools: refactor to ESM (Antoine du Hamel / #3733 )
- @uppy/screen-capture: don't install when unsupported (Artur Paikin / #3795 )
- @uppy/store-default: refactor to ESM (Antoine du Hamel / #3746 )
- @uppy/store-redux: refactor to ESM (Antoine du Hamel / #3745 )
- @uppy/thumbnail-generator: refactor to ESM (Antoine du Hamel / #3734 )
- @uppy/transloadit: refactor to ESM (Antoine du Hamel / #3725 )
- @uppy/transloadit: transloadit: propagate error details when creating Assembly fails (Renée Kooi / #3794 )
- @uppy/tus: Add `onShouldRetry` as option to @uppy/tus (Merlijn Vos / #3720 )
- @uppy/tus: fix broken import (Antoine du Hamel / #3729 )
- @uppy/tus: fixup! @uppy/tus: wait for user promise on beforeRequest (Antoine du Hamel / #3712 )
- @uppy/tus: wait for user promise on beforeRequest (Antoine du Hamel / #3712 )
- @uppy/unsplash: refactor to ESM (Antoine du Hamel / #3728 )
- @uppy/utils: refactor to ESM (Antoine du Hamel / #3721 )
- dev: fix dev env Vite's config (Antoine du Hamel)
- dev: fix return type of generateSignatureIfSecret (Renée Kooi / #3793 )
- dev: remove `vite-plugin-jsx-commonjs` plugin on dev env (Antoine du Hamel / #3749 )
- dev: remove CJS-related hack in `build:locale-pack` script (Antoine du Hamel / #3764 )
- meta: e2e: run CI on PRs that modify the workflow file (Antoine du Hamel / #3740 )
- meta: fix linter warnings (Antoine du Hamel / #3753 )
- meta: fix more linter warnings (Antoine du Hamel / #3757 )
- meta: resolve warnings in `.d.ts` files (Antoine du Hamel / #3754 )
- meta: uppy: add Zoom plugin to the bundle and fix ESM exports (Antoine du Hamel / #3747 )
- test: Apply bin/update-yarn.sh (Merlijn Vos / #3775 )
- test: fix e2e dependency conflict (Merlijn Vos / #3779 )
- test: fixup! e2e: run CI on PRs that modify the workflow file (Antoine du Hamel / #3740 )
- test: prepare internal script files for lint rune hardening (Antoine du Hamel / #3760 )
- test: prepare test files for lint rule hardening (Antoine du Hamel / #3761 )
- test: Setup Cypress Dashboard (Merlijn Vos / #3691 )
- test: split Companion CI between Node.js legacy and supported versions (Antoine du Hamel / #3776 )
- website: disable linter warnings (Antoine du Hamel / #3759 )
2022-05-30 17:17:28 +01:00
Antoine du Hamel
6f9813d9b2
doc: update bundler recommendation ( #3763 )
...
With the switch to ESM, Browserify will no longer work with Uppy.
Instead, let's recommend bundlers that we actually test with.
2022-05-23 19:41:37 +02:00
Antoine du Hamel
456c2b7422
@uppy/core: refactor to ESM ( #3744 )
2022-05-20 11:04:09 +02:00
Antoine du Hamel
797e171179
meta: fix more linter warnings ( #3757 )
2022-05-19 17:15:38 +02:00
Antoine du Hamel
dbd271e714
meta: resolve warnings in .d.ts files ( #3754 )
2022-05-19 11:52:28 +02:00
github-actions[bot]
74f3d4d5de
Release: uppy@2.10.0 ( #3727 )
...
| 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 )
2022-05-14 01:09:48 +01:00
Matteo Padovano
0788552554
add definition for addFiles method ( #3556 )
...
* add definition for addFiles method
* Add basic doc entry for addFiles
Co-authored-by: Artur Paikin <artur@arturpaikin.com>
2022-05-14 00:47:13 +01:00
Artur Paikin
934ba79f00
core: wrap plugins in div.uppy-Root and set dir attrubute in UIPlugin ( #3692 )
...
* Add @uppy/remote-sources preset/plugin
* yarn.lock
* Update packages/@uppy/remote-sources/README.md
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
* Use div.uppy-Root for all plugins mounted in DOM; set dir in UIPlugin
* remote uppy-Root from all UI plugins, as it will be set in UIPlugin automatically
* Remove uppy-Root from file-input
* Revert "Update packages/@uppy/remote-sources/README.md"
This reverts commit 3fd00028f7 .
* Revert "yarn.lock"
This reverts commit 04dd8c73de .
* Revert "Add @uppy/remote-sources preset/plugin"
This reverts commit ac1f5df6b3 .
* Update packages/@uppy/core/src/UIPlugin.js
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
* Update packages/@uppy/drag-drop/src/DragDrop.jsx
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
* Update packages/@uppy/core/src/UIPlugin.js
Co-authored-by: Renée Kooi <renee@kooi.me>
* Revert "Update packages/@uppy/core/src/UIPlugin.js"
This reverts commit f91af00d6b .
* @uppy/react: add .uppy-Contrainer class name to wrapper div
* @uppy/svelte: add .uppy-Contrainer class name to wrapper div
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
Co-authored-by: Renée Kooi <renee@kooi.me>
2022-05-13 11:04:29 +01:00
Mikael Finstad
8ed210545c
proposal: Cancel assemblies optional ( #3575 )
...
* change cancel logic
to make canceling assemblies optional
possibly fixes #3547
* add forgotten file
* rewrite to reason='user'
* try to fix crash
* change reason to unmount
* Apply suggestions from code review
* add close+unmount in more code examples
also fix rule of hooks issue
* improve reason docs
* add tests
* add options also to reset
* update doc
* also prevent canceling uploads on unmount
* Update website/src/docs/transloadit.md
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
* remove conflicting file
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
2022-05-06 01:53:46 +07:00
Merlijn Vos
cb0380c5e2
Make Cypress more stable & add e2e test for error events when upload fails ( #3662 )
...
* Bump Cypress version
* More compressor test more deterministic
* Add tests for error events when upload fails
* Add missing type in uppy core
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-05-04 12:05:19 +02:00
github-actions[bot]
1bea730f5a
Release: uppy@2.9.5 ( #3671 )
...
| 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 )
2022-04-27 23:08:15 +01:00
Antoine du Hamel
a618715f04
@uppy/core: fix TypeError when file was removed ( #3670 )
2022-04-27 18:00:28 +02:00
github-actions[bot]
2289fc94cc
Release: uppy@2.9.4 ( #3667 )
...
| 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 )
2022-04-27 13:40:07 +01:00
Murderlon
79fed01a93
Add todo comments
2022-04-26 10:59:18 +02:00
Antoine du Hamel
066008ef41
@uppy/core: fix TypeError when file was removed ( #3650 )
2022-04-20 15:11:16 +02:00
github-actions[bot]
8754114bba
Release: uppy@2.9.3 ( #3631 )
...
| 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 )
2022-04-07 20:05:07 +01:00
Antoine du Hamel
cf749be6e5
@uppy/core: fix TypeError in event handler when file was removed ( #3629 )
2022-04-07 19:24:49 +02:00
github-actions[bot]
4f116d9dad
Release: uppy@2.9.1 ( #3605 )
...
| 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 )
2022-03-29 01:18:42 +01:00
CommanderRoot
e960357dcf
refactor: replace deprecated String.prototype.substr() ( #3600 )
...
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-03-28 13:29:50 +08:00
github-actions[bot]
c59b710de9
Release: uppy@2.8.0 ( #3579 )
...
| 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 )
2022-03-16 23:28:52 +00:00
Merlijn Vos
6573b38cc7
Abstract restriction logic in a new Restricter class ( #3532 )
...
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-03-14 17:47:57 +08:00
Antoine du Hamel
c3340a6776
Release: uppy@2.5.0 ( #3487 )
...
| Package | Version | Package | Version |
| ------------------------- | ------- | ------------------------- | ------- |
| @uppy/companion | 3.2.0 | @uppy/provider-views | 2.0.7 |
| @uppy/companion-client | 2.0.5 | @uppy/thumbnail-generator | 2.1.0 |
| @uppy/core | 2.1.5 | @uppy/robodog | 2.3.0 |
| @uppy/dashboard | 2.1.4 | uppy | 2.5.0 |
| @uppy/locales | 2.0.6 | | |
- @uppy/companion: add support for COMPANION_UNSPLASH_SECRET (Mikael Finstad / #3463 )
- @uppy/unsplash: fix nested meta (Artur Paikin / #3485 )
- meta: fix(docs): typo in property `thumbnailType` (Dan Schalow / #3472 )
- @uppy/robodog: add audio, box, unsplash, screen-capture to Robodog (Artur Paikin / #3483 )
- meta: consolidate ENV files and fix contributing guidelines (Antoine du Hamel / #3475 )
- @uppy/companion-client,@uppy/companion,@uppy/provider-views,@uppy/robodog: Finishing touches on Companion dynamic Oauth (Renée Kooi / #2802 )
- meta: Improve companion docs (Mikael Finstad / #3479 )
- meta: Make E2E Great Again (Merlijn Vos / #3444 )
- meta: Add PostCSS handling to Vite (Artur Paikin / #3467 )
- meta: Update CONTRIBUTING.md (Mikael Finstad / #3411 )
- @uppy/companion: fix broken thumbnails for box and dropbox (Mikael Finstad / #3460 )
- website: fix `Uppy is not defined` error (Antoine du Hamel / #3461 )
- @uppy/companion: Implement periodic ping functionality (Mikael Finstad / #3246 )
- @uppy/companion: fix callback urls (Mikael Finstad / #3458 )
- @uppy/core,@uppy/dashboard,@uppy/thumbnail-generator: Add dashboard and UIPlugin types (Merlijn Vos / #3426 )
- @uppy/locales: Add "save" to fr_FR.js (Charly Billaud / #3395 )
- @uppy/companion: Fix TypeError when invalid initialization vector (Julian Gruber / #3416 )
- meta: Upgrade size-limit to 7.0.5 (Artur Paikin / #3445 )
- @uppy/provider-views: Unsplash: UI improvements (Artur Paikin / #3438 )
- @uppy/thumbnail-generator: exifr: remove legacy IE support (Artur Paikin / #3382 )
- @uppy/companion: Default to HEAD requests when the Companion looks to get meta information about a URL (Zack Bloom / #3417 )
- @uppy/dashboard: check if info array is empty (Artur Paikin / #3442 )
- meta: dev: fix Vite custom plugin (Antoine du Hamel / #3437 )
- website: add legacy bundle to CDN example (Antoine du Hamel / #3433 )
- meta: remove unused lerna and npm files (Antoine du Hamel / #3436 )
- meta: replace browserify with esbuild (Antoine du Hamel / #3363 )
2022-02-14 18:53:02 +00:00
Merlijn Vos
6da874ed3a
meta: Make E2E Great Again ( #3444 )
...
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-02-08 17:37:27 +01:00
Merlijn Vos
7fdad73d6e
Add dashboard and UIPlugin types ( #3426 )
2022-02-01 12:57:24 +03:00
Artur Paikin
80e5cedf11
Unsplash: UI improvements ( #3438 )
...
* add extra dot before file size
* show search term at the top when displaying results
* add inline search to result screen
* update locale
* update locale
* remove comments
* improve semantics, remove duplicate event handlers
2022-01-26 22:34:47 +00:00
github-actions[bot]
3e5be3250e
Release: uppy@2.3.1 ( #3357 )
...
| Package | Version | Package | Version |
| ----------------- | ------- | ----------------- | ------- |
| @uppy/angular | 0.2.7 | @uppy/store-redux | 2.0.3 |
| @uppy/audio | 0.2.1 | @uppy/svelte | 1.0.6 |
| @uppy/aws-s3 | 2.0.7 | @uppy/vue | 0.4.4 |
| @uppy/companion | 3.1.3 | @uppy/xhr-upload | 2.0.7 |
| @uppy/core | 2.1.4 | @uppy/robodog | 2.1.5 |
| @uppy/dashboard | 2.1.3 | uppy | 2.3.1 |
| @uppy/locales | 2.0.5 | | |
- meta: update npm deps (Antoine du Hamel / #3352 )
- @uppy/companion: fix Dockerfile and deploy automation (Mikael Finstad / #3355 )
- @uppy/companion: don’t pin Yarn version in `package.json` (Antoine du Hamel / #3347 )
- @uppy/aws-s3,@uppy/core,@uppy/dashboard,@uppy/store-redux,@uppy/xhr-upload: deps: use `nanoid/non-secure` to workaround react-native limitation (Antoine du Hamel / #3350 )
- @uppy/audio: showRecordingLength option was removed, always clearInterval (Artur Paikin / #3351 )
- meta: drop `stringify-object` dependency to generate locales (Antoine du Hamel / #3344 )
- meta: add release automations (Antoine du Hamel / #3304 )
2021-12-09 20:00:12 +00:00
Antoine du Hamel
479f3a68a5
deps: use nanoid/non-secure to workaround react-native limitation ( #3350 )
...
Fixes: https://github.com/transloadit/uppy/issues/3340
2021-12-09 15:33:25 +01:00
github-actions[bot]
2af711cf28
Release: uppy@2.3.0 ( #3348 )
...
| Package | Version | Package | Version |
| ------------------------- | ------- | ------------------------- | ------- |
| @uppy/angular | 0.2.6 | @uppy/locales | 2.0.4 |
| @uppy/audio | 0.2.0 | @uppy/onedrive | 2.0.5 |
| @uppy/aws-s3 | 2.0.6 | @uppy/provider-views | 2.0.6 |
| @uppy/aws-s3-multipart | 2.2.0 | @uppy/react | 2.1.2 |
| @uppy/box | 1.0.5 | @uppy/screen-capture | 2.0.5 |
| @uppy/companion | 3.1.2 | @uppy/status-bar | 2.1.2 |
| @uppy/companion-client | 2.0.4 | @uppy/store-default | 2.0.3 |
| @uppy/core | 2.1.3 | @uppy/thumbnail-generator | 2.0.6 |
| @uppy/dashboard | 2.1.2 | @uppy/transloadit | 2.0.5 |
| @uppy/drag-drop | 2.0.5 | @uppy/tus | 2.1.2 |
| @uppy/dropbox | 2.0.5 | @uppy/url | 2.0.5 |
| @uppy/facebook | 2.0.5 | @uppy/utils | 4.0.4 |
| @uppy/file-input | 2.0.5 | @uppy/webcam | 2.0.5 |
| @uppy/golden-retriever | 2.0.6 | @uppy/xhr-upload | 2.0.6 |
| @uppy/google-drive | 2.0.5 | @uppy/zoom | 1.0.5 |
| @uppy/image-editor | 1.1.0 | @uppy/robodog | 2.1.4 |
| @uppy/informer | 2.0.5 | uppy | 2.3.0 |
| @uppy/instagram | 2.0.5 | | |
- meta: add release automations (Antoine du Hamel / #3304 )
- @uppy/dashboard: Save meta fields when opening the image editor (Merlijn Vos / #3339 )
- @uppy/aws-s3-multipart: Drop `lockedCandidatesForBatch` and mark chunks as busy when preparing (Yegor Yarko / #3342 )
- @uppy/webcam: fix broken links in `webcam.md` (Antoine du Hamel / #3346 )
- @uppy/audio: new @uppy/audio plugin for recording with microphone (Artur Paikin / #2976 )
- build: force use of `@babel/plugin-proposal-optional-chaining` (Antoine du Hamel / #3335 )
- @uppy/companion: fix deploy Yarn version (Antoine du Hamel / #3327 )
- @uppy/companion: upgrade aws-sdk (Mikael Finstad / #3334 )
- @uppy/core: disable loose transpilation for legacy bundle (Antoine du Hamel / #3329 )
- @uppy/angular: examples: update `angular-example` to Angular v13 (Antoine du Hamel / #3325 )
- meta: Update BACKLOG.md (Artur Paikin, Merlijn Vos)
- meta: Add disableLocalFiles to options summary (Steve Barker / #3323 )
- meta: Create SECURITY.md (Ziding Zhang / #3052 )
- @uppy/image-editor: Pass croppedCanvasOptions to getCroppedCanvas (Mohamed Boudra / #3320 )
- meta: finish `master`->`main` job (Mikael Finstad / #3315 )
- website: update documents that were out of date (Antoine du Hamel / #3317 )
- @uppy/status-bar: Status bar error state improvements (Merlijn Vos / #3299 )
- doc: Fix typo in `docs/drag-drop.md` (Ash Allen / #3319 )
- website: Update /support and docs about Transloadit-hosted Companion (Artur Paikin / #3243 )
- @uppy/aws-s3,@uppy/box,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/google-drive,@uppy/image-editor,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/screen-capture,@uppy/status-bar,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/url,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: Refactor locale scripts & generate types and docs (Merlijn Vos / #3276 )
- @uppy/companion: Remove references of incorrect `options` argument for `companion.socket` (Mikael Finstad / #3307 )
- @uppy/companion: Upgrade linting to 2.0.0-0 (Kevin van Zonneveld / #3280 )
2021-12-07 18:48:43 +00:00
Artur Paikin
d202a8e940
audio: new @uppy/audio plugin for recording with microphone ( #2976 )
...
* add Audio plugin
* add audio-oscilloscope to visualize the recording
* refactor: rename everything to Audio, use oscilloscope, re-init when appropriate, improved preview screen
* tweak styles
* add @uppy/audio to the Uppy bundle
* update Readme and package.json
* add docs, update locales, add website example
* webcam plugin also shouldn’t show recording length counter on video preview screen
* update package.json and yarn.lock
* update types
* update locale
* fix locale issues
* remove leftover webcam test
* Delete index.test-d.ts
* Revert "Delete index.test-d.ts"
This reverts commit f4ec431f6a .
* fix lint and type tests
* Update website/src/docs/audio.md
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
* Update packages/@uppy/audio/src/audio-oscilloscope/index.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
* Update packages/@uppy/audio/src/DiscardButton.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
* Update packages/@uppy/audio/src/audio-oscilloscope/index.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
* Update packages/@uppy/audio/src/supportsMediaRecorder.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
* Update website/src/docs/audio.md
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
* Update packages/@uppy/audio/types/index.d.ts
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
* Update packages/@uppy/audio/src/index.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
* Update packages/@uppy/audio/src/index.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
* Update packages/@uppy/audio/src/index.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
* remove unused method
* remove unused commented declarations
* make all methods private
* convert class component to hooks
* more private
* fix lint
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2021-12-06 17:06:51 +00:00
Antoine du Hamel
9380cf575c
build: disable loose transpilation for legacy bundle ( #3329 )
...
* Revert "Convert sets to arrays prior to using spread operator to enable transpilation to ES5 (#3297 )"
This reverts commit a545c66d10 .
* build: disable loose transpilation for legacy bundle
Refs: https://github.com/transloadit/uppy/pull/3297#issuecomment-963228990
2021-11-24 23:12:14 +01:00
Merlijn Vos
00094af525
Refactor locale scripts & generate types and docs ( #3276 )
...
Closes #3232
### Summary
- Create `locale.js` for every plugin instead of `this.defaultLocale` in the class
- Complete refactor of locale scripts
- No dynamic plugin class imports with hacks to mimic the environment in order to get the `defaultLocale`.
- Separate tests and build in separate files
- Add two modes for test file, `unused` (fails hard) and `warnings`
- Generate docs
- Use remark to cleanly mutate the file
- Rename some doc files to match the plugin name (such as `statusbar` --> `status-bar`)
- Comments in `locale.js` are kept and are present in the docs as well.
- Generate types
2021-11-10 11:43:04 +01:00
Kevin van Zonneveld
bfe659820e
Upgrade linting to 2.0.0-0 ( #3280 )
...
* Upgrade linting to 2.0.0-0
* Adjust so we can pass without error
* Fix linting
* Update header-blacklist.js
* Update index.js
* Update Uppy.js
* Update Components.js
* Update StatusBar.js
* Update Assembly.js
* Upgrade to linting 2.0.0 (final release)
2021-11-09 11:19:05 +00:00
Murderlon
18e4756a59
@uppy/core@2.1.2
2021-11-08 16:01:18 +01:00
John Adair
a545c66d10
Convert sets to arrays prior to using spread operator to enable transpilation to ES5 ( #3297 )
2021-11-05 15:28:21 +00:00
Artur Paikin
6e4884f559
Required meta fields UI ( #3285 )
...
* add checkRequiredMetaFieldsOnFile for checking single file's meta fields after editing
* add MetaErrorMessage component, mobile and desktop styles
* use AggregateRestrictionError again
* metaFieldIdToName — use names of meta fields instead of id
* Update MetaErrorMessage.js
* desktop style tweaks
* update jest snapshot
2021-11-05 15:00:43 +00:00
bencergazda
94e686df44
chore: Add FileRemoveReason type ( #3283 )
...
* chore: Add `FileRemoveReason` type
* Update packages/@uppy/core/types/index.d.ts
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
* fix: remove `null`
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2021-10-31 19:23:13 +01:00
Antoine du Hamel
9fe02400ae
meta: use workspace:^ instead of workspace:* ( #3278 )
2021-10-27 17:53:11 +02:00
Antoine du Hamel
01d7ea13e9
meta: use Yarn v3 instead of npm ( #3237 )
...
* meta: use Yarn v3 instead of npm
* Update CONTRIBUTING.md to fix linter errors
* remove remaining npm commands
* Update deps
2021-10-20 15:16:59 +02:00
Artur Paikin
b8b4127bd5
Release
2021-10-14 21:58:29 +01:00
Antoine du Hamel
55e0ffd04a
Add retext to markdown linter ( #3024 )
...
* remark-lint-uppy: use `retext` to improve doc syntax and grammar
* WIP: start fixing fixing linter errors
* Remove `retext-passive` as I don't see what's wrong with passive voice
* Remove URL plugin, add emphasis/strong marker plugin
* Fix remark settings to avoid conflicts
* WIP: more auto-fixes
* remark-simplify: allow `option`
* zoom.md
* url.md
* vue.md
* tus.md
* webcam.md
* xhrupload.md
* writing-plugins
* thumbnail-generator
* svelte
* react-dragdrop
* stores
* do not over simplify
* statusbar
* robodog
* robodog-upload
* robodog-picker
* robodog-form
* robodog-dashboard
* redux
* privacy
* uppy.md
* transloadit.md
* react-native
* react-initializing
* react-fileinput
* providers
* progressbar
* plugins
* plugin-common-options
* onedrive
* locales
* instagram
* informer
* index
* google-drive
* golden-retriever
* form
* fileinput
* facebook
* dropbox
* drop-target
* dragdrop
* remark-lint-no-unneeded-full-reference-link
* Try to setup unified-message-control
* Upgrade deps
* Fix collapsed link references with inline code
* Revert "remark-lint-no-unneeded-full-reference-link"
This reverts commit ca375f463b771bc81d0868f4d84f5979823cfc0a.
* remark-lint-uppy: add missing `"main"` field
* Update package-lock.json
* add disable comments
* fixup! xhrupload.md
* writing-plugins
* unsplash
* tus
* stores
* migration-guide
* dashboard
* community-projects
* box
* integration_help
* blog posts
* companion
* aws-s3
* aws-s3-multipart
* remark-lint-uppy README
* website/inject
* BUNDLE-README
* READMEs
* architecture
* move Remark settings to the plugin
* add `listItemIndent` setting
* list indent fix
* fix ignored files
* revert changelog changes
* fixup! architecture
* Revert changes in ignored files
* Remove unnecessary HTML tags from READMEs
2021-10-14 16:10:45 +02:00
Antoine du Hamel
1eb317ba3a
Release
2021-10-06 15:55:29 +02:00
Mikael Finstad
56a67de550
Close window on auth callback error and show error to user ( #3143 )
...
* Close window on auth callback error
Because simply receiving a "Bad request" is very bad UX
For example if the user cancels the auth flow, or doesn't give companion access
it's better to go back
* Update packages/@uppy/companion/src/server/controllers/callback.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
* Update packages/@uppy/companion/src/server/controllers/callback.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
* Update packages/@uppy/companion/src/server/controllers/callback.js
* Update callback.js
* pull out reusable code to getDynamicStateFromRequest
* Signal auth error to client
* fix test mocking
* npm run build:locale-pack
* Update packages/@uppy/companion/src/server/controllers/callback.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
* fix lint
* add i18n string that got lost during merge
* add french translation
* add dutch translation
* add norwegian translation
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2021-09-30 18:07:27 +07:00
Luca Trazzi
4ff584ca24
Fix typo in @uppy/core types ( #3230 )
...
Co-authored-by: lucatrazzi <luca.trazzi@garaio.com>
2021-09-29 13:51:46 +02:00
Antoine du Hamel
d69031524c
@uppy/core: move Uppy class to its own module ( #3225 )
...
* @uppy/core: move `Uppy` class to its own module
Fixes: https://github.com/transloadit/uppy/issues/3220
* Rename snapshot file
* Update docs
* Update website/src/_posts/2021-08-2.0.md
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
* Update migration guide
* Do not bundle preact with non-UI plugin packages
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
2021-09-28 19:04:33 +02:00
Murderlon
b3b68c0777
Release
2021-09-20 11:51:06 +02:00
Antoine du Hamel
b364708715
@uppy/transloadit: fix unhandledPromiseRejection failures ( #3197 )
...
* @uppy/transloadit: fix unhandledPromiseRejection failures
Fixes: https://github.com/transloadit/uppy/issues/3189
* Add transloadit2 to end2end test matrix
2021-09-16 15:24:20 +02:00
Merlijn Vos
6e0ceeaba7
Update Google Drive for brand compliance ( #3178 )
2021-09-08 19:27:20 +02:00
Murderlon
246eafc51a
Release
2021-09-01 11:30:19 +02:00
JT
a771b86efb
Improve accuracy/compatibility of success/error callback types ( #3141 )
2021-08-30 13:04:10 +02:00
Murderlon
8e4fae911a
Release
2021-08-26 16:21:37 +02:00