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
Artur Paikin
b0e01ff082
Fix Compressor docs, pass files array to compressor:complete event ( #3682 )
...
* Fix Compressor docs
* Remove unused test commands
* Add note that all options are passed
* Add event to types
* Update website/src/docs/compressor.md
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
* Update packages/@uppy/compressor/types/index.d.ts
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
* add files array as callback to compressor:complete
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
2022-05-18 19:29:08 +01: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
Camilo Forero
c69fa01c92
Set meta on file compression ( #3644 )
...
The meta field was not updated when a new file was generated
2022-04-20 03:20:30 +08:00
github-actions[bot]
53d26ead37
Release: uppy@2.9.2 ( #3628 )
...
| Package | Version | Package | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/aws-s3 | 2.0.9 | @uppy/utils | 4.0.6 |
| @uppy/companion-client | 2.0.6 | @uppy/robodog | 2.5.2 |
| @uppy/compressor | 0.2.4 | uppy | 2.9.2 |
| @uppy/transloadit | 2.1.4 | | |
- @uppy/aws-s3,@uppy/companion-client,@uppy/transloadit,@uppy/utils: Propagate `isNetworkError` through error wrappers (Renée Kooi / #3620 )
- @uppy/compressor: Merge new name and type into compressed file (Camilo Forero / #3606 )
2022-04-07 08:26:22 +01:00
Camilo Forero
011856ccf4
Merge new name and type into compressed file ( #3606 )
...
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
2022-04-05 14:34:18 +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
Artur Paikin
953ae5c929
@uppy/compressor: ignore remote files, calculate savings correctly ( #3578 )
2022-03-16 20:17:16 +00:00
github-actions[bot]
7e9f34ed30
Release: uppy@2.5.1 ( #3493 )
...
| Package | Version | Package | Version |
| ------------------------- | ------- | ------------------------- | ------- |
| @uppy/companion | 3.2.1 | @uppy/thumbnail-generator | 2.1.1 |
| @uppy/compressor | 0.2.2 | @uppy/robodog | 2.3.1 |
| @uppy/onedrive | 2.0.6 | uppy | 2.5.1 |
- meta: Missing comma and wrong attribute name on cors example config (Edgar Santiago / #3465 )
- @uppy/onedrive: Update README.md (Márton László Attila / #3489 )
- @uppy/compressor: Add image compressor plugin (Artur Paikin / #3471 )
- @uppy/companion: fix periodicPingUrls oops (Mikael Finstad / #3490 )
- meta: add support for ESM sources in build script (Antoine du Hamel / #3468 )
2022-02-16 13:44:01 +00:00
Artur Paikin
7223af2c9d
@uppy/compressor: Add image compressor plugin ( #3471 )
...
* Add Compressor plugin
* Set type in blob if it’s missing
* clear thumbnail-generator queue when cancel-all is called
* Add e2e test for @uppy/compressor
* Docs, types, readme, bundle, add event
* Update yarn.lock
* fix test
* Update e2e/cypress/integration/dashboard-compressor.spec.ts
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
* Update dashboard-compressor.spec.ts
* convert compressor to ESM
* Update e2e/clients/dashboard-compressor/index.html
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
* remove console.log
* uglierBytes
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-02-16 11:40:08 +00:00