Antoine du Hamel
f5d5e8bb09
@uppy/tus: fix dependencies ( #3923 )
...
`@jest/globals` should be in the `devDependencies` list, not in the
`peerDependencies`.
Refs: https://community.transloadit.com/t/why-is-jest-globals-a-peer-dependency-of-every-uppy-package/16182/1
2022-07-31 14:50:19 +01:00
Antoine du Hamel
6531df67df
doc: fix linter failure in image-editor.md ( #3924 )
...
* Revert "doc: Fix typo in image-editor.md (#3921 )"
This reverts commit 3dcbae73c7 .
* Update image-editor.md
2022-07-31 14:49:49 +01:00
Ikko Ashimine
3dcbae73c7
doc: Fix typo in image-editor.md ( #3921 )
...
therefor -> therefore
2022-07-29 14:35:32 +01:00
Artur Paikin
c1a09fe204
Fix Robodog CDN url in readme.md ( #3922 )
2022-07-29 14:34:34 +01:00
Artur Paikin
92380bf25e
website: Docs and header fix ( #3920 )
...
* Remote sources typo + website mobile header fix
* Fix support url
2022-07-29 01:09:10 +01:00
github-actions[bot]
61b60592b0
Release: uppy@2.13.1 ( #3916 )
...
| Package | Version | Package | Version |
| -------------------- | ------- | -------------------- | ------- |
| @uppy/companion | 3.7.1 | @uppy/remote-sources | 0.1.1 |
| @uppy/compressor | 0.3.1 | @uppy/transloadit | 2.3.5 |
| @uppy/core | 2.3.2 | @uppy/robodog | 2.9.1 |
| @uppy/dashboard | 2.4.1 | uppy | 2.13.1 |
| @uppy/image-editor | 1.4.1 | | |
- @uppy/compressor: fix upload causing meta name to reset (Justin / #3890 )
- @uppy/transloadit: cancel assemblies when all its files have been removed (Antoine du Hamel / #3893 )
- e2e: Add retries for flaky e2e test (Merlijn Vos / #3915 )
- @uppy/dashboard,@uppy/image-editor,@uppy/remote-sources: Fix `uppy.close()` crashes when remote-sources or image-editor is installed (Merlijn Vos / #3914 )
- @uppy/core: Add missing type for retry-all event (Luc Boissaye / #3901 )
- @uppy/companion: Companion app type (Mikael Finstad / #3899 )
- e2e: upgrade to Cypress 10 (Antoine du Hamel / #3896 )
- meta: Fix website build (Murderlon)
- meta: Create new issue templates (Merlijn Vos / #3879 )
2022-07-27 17:33:08 +01:00
Justin
2b435bdc51
@uppy/compressor: fix upload causing meta name to reset ( #3890 )
...
Fix @uppy/compressor resetting meta name
2022-07-27 18:19:36 +02:00
Antoine du Hamel
f808e9d741
@uppy/transloadit: cancel assemblies when all its files have been removed ( #3893 )
...
When starting an upload and removing it right away, it creates a race
condition when the assembly is created with no files and is never
closed. This commit ensures that the assembly is closed if all files
have been removed, or updated with the new expected number of
files otherwise.
Co-authored-by: Aaron Heimlich <aaron.heimlich@gmail.com>
2022-07-27 18:17:48 +02:00
Merlijn Vos
0c009dc8ff
Add retries for flaky e2e test ( #3915 )
...
Retry flaky test
2022-07-27 18:14:11 +02:00
Merlijn Vos
f1a7e0c909
Fix uppy.close() crashes when remote-sources or image-editor is installed ( #3914 )
2022-07-27 17:22:22 +02:00
Luc Boissaye
7f5059b784
Add missing type for retry-all event ( #3901 )
2022-07-25 15:36:43 +02:00
Mikael Finstad
710c0253b2
Companion app type ( #3899 )
...
* fix companion app type
fixes #3862
* remove unnecessary ts-ignores
* Revert "remove unnecessary ts-ignores"
This reverts commit 76ee67dc94 .
2022-07-25 18:52:48 +07:00
Antoine du Hamel
2d2ac377e9
e2e: upgrade to Cypress 10 ( #3896 )
...
Refs: https://docs.cypress.io/guides/references/migration-guide
2022-07-25 12:01:45 +02:00
Murderlon
a81b9485d3
Fix website build
2022-07-18 19:01:31 +02:00
Merlijn Vos
264661ad9c
Create new issue templates ( #3879 )
2022-07-18 15:34:08 +02:00
github-actions[bot]
236d92898c
Release: uppy@2.13.0 ( #3889 )
...
| Package | Version | Package | Version |
| ------------------ | ------- | ------------------ | ------- |
| @uppy/dashboard | 2.4.0 | @uppy/robodog | 2.9.0 |
| @uppy/image-editor | 1.4.0 | uppy | 2.13.0 |
| @uppy/transloadit | 2.3.4 | | |
- @uppy/transloadit: fix outdated file ids and incorrect usage of files (Merlijn Vos / #3886 )
- @uppy/image-editor: remove beta notice (Merlijn Vos / #3877 )
- meta: Fix broken links in _posts/2019-08-1.3.md (YukeshShr / #3884 )
- meta: Fix broken link in _posts/2017-03-0.15.md (YukeshShr / #3883 )
- @uppy/image-editor: Add image editor cancel event (James R T / #3875 )
2022-07-18 12:59:08 +01:00
Merlijn Vos
43fb673372
@uppy/transloadit: fix outdated file ids and incorrect usage of files ( #3886 )
...
* Fix outdated file ids and incorrect usage of files
* add e2e test
* Update packages/@uppy/transloadit/src/index.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Co-authored-by: Artur Paikin <artur@arturpaikin.com>
2022-07-15 00:25:57 +01:00
Merlijn Vos
753ce321da
@uppy/image-editor: remove beta notice ( #3877 )
...
Remove beta notice
2022-07-14 16:50:30 +01:00
YukeshShr
268fc50026
Fix broken links in _posts/2019-08-1.3.md ( #3884 )
2022-07-14 11:37:38 +02:00
YukeshShr
62278275a8
Fix broken link in _posts/2017-03-0.15.md ( #3883 )
2022-07-14 11:36:44 +02:00
James R T
329c1d04c0
@uppy/image-editor: Add image editor cancel event ( #3875 )
...
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
2022-07-12 12:19:21 +02:00
github-actions[bot]
3c32399132
Release: uppy@2.12.3 ( #3876 )
...
| Package | Version | Package | Version |
| ----------------- | ------- | ----------------- | ------- |
| @uppy/transloadit | 2.3.3 | uppy | 2.12.3 |
| @uppy/robodog | 2.8.3 | | |
- @uppy/transloadit: fix TypeError when file is cancelled asynchronously (Antoine du Hamel / #3872 )
- @uppy/robodog,@uppy/transloadit: use modern syntax to simplify code (Antoine du Hamel / #3873 )
- meta: fix `release-beta` automation (Antoine du Hamel)
2022-07-11 15:08:45 +01:00
Artur Paikin
974063640a
Update BACKLOG.md
2022-07-11 14:14:32 +01:00
Antoine du Hamel
418b25c39a
@uppy/transloadit: fix TypeError when file is cancelled asynchronously ( #3872 )
...
Co-authored-by: Artur Paikin <artur@arturpaikin.com>
2022-07-11 15:06:26 +02:00
Antoine du Hamel
f36c732e73
@uppy/robodog,@uppy/transloadit: use modern syntax to simplify code ( #3873 )
2022-07-11 11:07:30 +02:00
Antoine du Hamel
7534eddbbd
meta: fix release-beta automation
2022-07-06 17:43:32 +02:00
github-actions[bot]
9eff85b76f
Release: uppy@2.12.2 ( #3865 )
...
| Package | Version | Package | Version |
| -------------------- | ------- | -------------------- | ------- |
| @uppy/companion | 3.7.0 | @uppy/transloadit | 2.3.2 |
| @uppy/locales | 2.1.1 | @uppy/robodog | 2.8.2 |
| @uppy/provider-views | 2.1.2 | uppy | 2.12.2 |
- @uppy/provider-views: improve logging (Mikael Finstad / #3638 )
- docs: de-dupe companion dev docs (Mikael Finstad / #3852 )
- @uppy/companion: Getkey safe behavior (Mikael Finstad / #3592 )
- website: fix broken links (YukeshShr / #3861 )
- @uppy/companion: doc: fix Google Drive example (Antoine du Hamel / #3855 )
- @uppy/locales,@uppy/transloadit: Fix undefined error in in onTusError (Merlijn Vos / #3848 )
- @uppy/companion: build an ARM64 container (Stuart Auld / #3841 )
- @uppy/locales: Add missing translations and reorder nl_NL locale (Kasper Meinema / #3839 )
- docs: Fix typo in aws-s3-multipart.md (Ikko Ashimine / #3838 )
- meta: do not rebase when preparing beta candidates (Antoine du Hamel)
- meta: fix hard-coded branch name in release script (Antoine du Hamel)
2022-07-06 15:42:22 +01:00
Mikael Finstad
3277ac3589
@uppy/provider-views: improve logging ( #3638 )
...
* add testing dynamic oauth example
* improve logging levels
Log origin errors with error level
* Update Dashboard.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-07-06 16:28:58 +02:00
Mikael Finstad
03cb9b7ac7
doc: de-dupe companion dev docs ( #3852 )
2022-07-06 15:48:16 +02:00
Mikael Finstad
01aa788aa2
@uppy/companion: Getkey safe behavior ( #3592 )
...
* add warning about default getKey
* add env variable to get a safer getKey default
COMPANION_S3_GETKEY_SAFE_BEHAVIOR
2022-07-06 15:16:51 +02:00
YukeshShr
50326a06c7
website: fix broken links ( #3861 )
...
Refs: https://app.intercom.com/a/apps/qiqpfgjg/inbox/inbox/5079389/conversations/26852700008229
2022-07-06 14:13:36 +02:00
Antoine du Hamel
8c67460e25
doc: fix Google Drive example ( #3855 )
...
Refs: c1407070fb
2022-07-03 17:32:05 +02:00
Merlijn Vos
2925edb5aa
Fix undefined error in in onTusError ( #3848 )
2022-06-28 13:18:14 +02:00
Stuart Auld
2934e31293
Companion: build an ARM64 container ( #3841 )
2022-06-21 14:37:04 +02:00
Kasper Meinema
345415c706
Add missing translations and reorder nl_NL locale ( #3839 )
2022-06-20 14:56:47 +02:00
Ikko Ashimine
82c1969c1f
docs: Fix typo in aws-s3-multipart.md ( #3838 )
...
indecies -> indices
2022-06-20 12:29:18 +02:00
Antoine du Hamel
ef8c5ccc08
fixup! meta: do not rebase when preparing beta candidates
2022-06-09 21:13:05 +02:00
Antoine du Hamel
33330f6484
fixup! meta: do not rebase when preparing beta candidates
2022-06-09 20:52:54 +02:00
Antoine du Hamel
17f8deb4b9
meta: do not rebase when preparing beta candidates
...
We want to keep the stable branch merge commit, and the rebase
doesn't play nice with it.
2022-06-09 20:11:01 +02:00
Antoine du Hamel
5a09823f6d
meta: fix hard-coded branch name in release script
2022-06-09 18:42:28 +02:00
github-actions[bot]
8f8f0e2f6a
Release: uppy@2.12.1 ( #3821 )
...
| Package | Version | Package | Version |
| ----------------- | ------- | ----------------- | ------- |
| @uppy/transloadit | 2.3.1 | uppy | 2.12.1 |
| @uppy/robodog | 2.8.1 | | |
- @uppy/transloadit: fix `COMPANION_PATTERN` export (Antoine du Hamel / #3820 )
- meta: fix URL generation in the release script (Antoine du Hamel)
2022-06-09 17:12:43 +01:00
Antoine du Hamel
6355c23166
@uppy/transloadit: fix COMPANION_PATTERN export ( #3820 )
...
The export was renamed during during the ESM transition, which was an unintended breaking change. This commit restores the missing export.
Refs: https://github.com/transloadit/uppy/pull/3725
2022-06-09 13:09:36 +02:00
Antoine du Hamel
9acac67882
meta: fix URL generation in the release script
2022-06-07 21:01:45 +02:00
github-actions[bot]
a95e723775
Release: uppy@2.12.0 ( #3816 )
...
| Package | Version | Package | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/aws-s3 | 2.2.1 | @uppy/tus | 2.4.1 |
| @uppy/aws-s3-multipart | 2.4.1 | @uppy/url | 2.2.0 |
| @uppy/companion-client | 2.2.1 | @uppy/xhr-upload | 2.1.2 |
| @uppy/core | 2.3.1 | @uppy/robodog | 2.8.0 |
| @uppy/react | 2.2.2 | uppy | 2.12.0 |
| @uppy/remote-sources | 0.1.0 | | |
- @uppy/remote-sources: Add @uppy/remote-sources preset/plugin (Artur Paikin / #3676 )
- @uppy/react: Reset uppy instance when React component is unmounted (Tomasz Pęksa / #3814 )
- @uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/tus: queue socket token requests for remote files (Merlijn Vos / #3797 )
- @uppy/xhr-upload: replace `ev.target.status` with `xhr.status` (Wes Sankey / #3782 )
- @uppy/core: fix `TypeError` when file was deleted (Antoine du Hamel / #3811 )
- @uppy/robodog: fix linter warnings (Antoine du Hamel / #3808 )
- meta: fix GHA workflow for prereleases (Antoine du Hamel)
- @uppy/aws-s3-multipart: allow `companionHeaders` to be modified with `setOptions` (Paulo Lemos Neto / #3770 )
- @uppy/url: enable passing optional meta data to `addFile` (Brad Edelman / #3788 )
- @uppy/url: fix `getFileNameFromUrl` (Brad Edelman / #3804 )
- @uppy/tus: make onShouldRetry type optional (Merlijn Vos / #3800 )
- doc: fix React examples (Antoine du Hamel / #3799 )
- meta: add GHA workflow for prereleases (Antoine du Hamel)
2022-06-07 18:11:01 +01:00
Artur Paikin
9a597114fd
Add @uppy/remote-sources preset/plugin ( #3676 )
...
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-06-07 18:56:02 +02:00
Tomasz Pęksa
2c05d51794
Reset uppy instance when React component is unmounted ( #3814 )
2022-06-07 18:14:37 +02:00
Merlijn Vos
df15292949
queue socket token requests for remote files ( #3797 )
...
Queue socket token request and immediately open socket connection. This commit helps reducing the probability of the remote socket timing out, and ensures the number of requests sent to Companion at once doesn't exceed the `limit` option.
2022-06-07 18:08:50 +02:00
Wes Sankey
aa1ecd4d60
@uppy/xhr-upload: replace ev.target.status with xhr.status ( #3782 )
2022-06-07 15:21:05 +02:00
Antoine du Hamel
76751f6f4f
@uppy/core: fix TypeError when file was deleted ( #3811 )
2022-06-07 07:48:35 +02:00
Antoine du Hamel
4527b2ff28
@uppy/robodog: fix linter warnings ( #3808 )
2022-06-06 18:21:18 +02:00