Commit graph

9724 commits

Author SHA1 Message Date
Evgenia Karunus
22d2d2e511
docs - fix typo in the url 2024-06-11 20:40:36 +04:00
github-actions[bot]
a89009dbf0
Release: uppy@3.26.1 (#5242)
| Package              | Version | Package              | Version |
| -------------------- | ------- | -------------------- | ------- |
| @uppy/locales        |   3.5.4 | @uppy/transloadit    |   3.7.1 |
| @uppy/provider-views |  3.12.1 | uppy                 |  3.26.1 |

- meta: Improve aws-node example readme (Artur Paikin / #4753)
- @uppy/locales: Added translation string (it_IT) (Samuel / #5237)
- @uppy/transloadit: fix transloadit:result event (Merlijn Vos / #5231)
- @uppy/provider-views: fix wrong font for files (Merlijn Vos / #5234)
2024-06-11 08:36:55 +00:00
Artur Paikin
abf65eeb91
meta: Improve aws-node example readme (#4753)
Co-authored-by: Antoine du Hamel <antoine@transloadit.com>
2024-06-10 15:51:59 +02:00
Samuel
e73c507095
Added translation string (it_IT) (#5237) 2024-06-10 15:35:26 +02:00
Merlijn Vos
ce66e1259d
@uppy/transloadit: fix transloadit:result event (#5231)
Co-authored-by:: Marius Kleidl <marius@transloadit>
2024-06-10 09:28:17 +02:00
Merlijn Vos
7aee668ce4
@uppy/provider-views: fix wrong font for files (#5234) 2024-06-07 10:02:57 +02:00
github-actions[bot]
9816fd7f73
Release: uppy@3.26.0 (#5223)
| Package                | Version | Package                | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/aws-s3-multipart |  3.12.0 | @uppy/webcam           |   3.4.2 |
| @uppy/core             |  3.12.0 | uppy                   |  3.26.0 |
| @uppy/transloadit      |   3.7.0 |                        |         |

- meta: remove Companion's `prepublishOnly` (Mikael Finstad / #5220)
- docs: document clearUploadedFiles (Merlijn Vos / #5204)
- @uppy/webcam: add missing types for `recordedVideo` (Antoine du Hamel / #5208)
- @uppy/core: check capabilities in clearUploadedFiles (Merlijn Vos / #5201)
- @uppy/core: PartialTree - change the `maxTotalFileSize` error (Evgenia Karunus / #5203)
- @uppy/transloadit: remove `updateNumberOfFilesInAssembly` (Merlijn Vos / #5202)
- @uppy/aws-s3: resolve all headers on response (Merlijn Vos / #5195)
- docs: Improve provider docs: OneDrive (Evgenia Karunus / #5196)
2024-06-04 09:07:09 +00:00
Mikael Finstad
f3cb4f4856
meta: remove Companion's prepublishOnly (#5220) 2024-06-04 10:29:38 +02:00
Merlijn Vos
ec8d78f592
docs: document clearUploadedFiles (#5204)
* docs: document clearUploadedFiles

* Update docs/uppy-core.mdx
2024-06-04 08:48:47 +02:00
Antoine du Hamel
348cc975dd
@uppy/webcam: add missing types for recordedVideo (#5208)
@uppy/webcam: fix types for `recordedVideo`
2024-06-03 12:00:47 +02:00
Merlijn Vos
54700c91eb
@uppy/core: check capabilities in clearUploadedFiles (#5201) 2024-05-30 15:56:26 +02:00
Evgenia Karunus
31cc47f3fb
PartialTree - change the maxTotalFileSize error (#5203)
* `restricter.validateAggregateRestrictions()` - report `"aggregateExceedsSize"` instead of reusing `"exceedsSize"` message

* tests - accommodate tests

* `locale.ts` - cherry-picking locale too
2024-05-30 06:17:53 +04:00
Merlijn Vos
fe0437aa7d
@uppy/transloadit: remove updateNumberOfFilesInAssembly (#5202) 2024-05-29 14:44:20 +02:00
Merlijn Vos
7d2ac771ee
@uppy/aws-s3: resolve all headers on response (#5195)
Co-authored-by: Antoine du Hamel <antoine@transloadit.com>
2024-05-28 09:54:47 +02:00
Evgenia Karunus
8cbd1a88d1
Improve provider docs: OneDrive (#5196)
onedrive.mdx - add instructions for setting up the oauth account
2024-05-27 10:15:26 +02:00
github-actions[bot]
965d2a09b8
Release: uppy@3.25.5 (#5193)
| Package           | Version | Package           | Version |
| ----------------- | ------- | ----------------- | ------- |
| @uppy/transloadit |   3.6.2 | uppy              |  3.25.5 |
| @uppy/xhr-upload  |   3.6.7 |                   |         |

- @uppy/transloadit: do not cancel assembly when removing all files (Merlijn Vos / #5191)
- @uppy/xhr-upload: fix regression for lowercase HTTP methods (Antoine du Hamel / #5179)
- meta: improve changelog generator (Antoine du Hamel / #5190)
2024-05-23 07:57:35 +00:00
Merlijn Vos
2597bb98dc
@uppy/transloadit: do not cancel assembly when removing all files (#5191) 2024-05-22 13:40:35 +02:00
Antoine du Hamel
67bd2fdd95
@uppy/xhr-upload: fix regression for lowercase HTTP methods (#5179)
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
2024-05-22 13:39:59 +02:00
Antoine du Hamel
3cc8df8c4f
meta: improve changelog generator (#5190)
We are regularly using `e2e`, `examples`, or `docs` as subsystems. We
are no longer using `website`.
2024-05-22 11:28:22 +02:00
github-actions[bot]
e7be319547
Release: uppy@3.25.4 (#5188)
| Package         | Version | Package         | Version |
| --------------- | ------- | --------------- | ------- |
| @uppy/companion |  4.13.3 | @uppy/tus       |   3.5.5 |
| @uppy/svelte    |   3.1.5 | uppy            |  3.25.4 |

- @uppy/svelte: do not attempt removing plugin before it's created (Antoine du Hamel / #5186)
- docs: Update `facebook.mdx` (Evgenia Karunus)
- @uppy/tus: fix no headers passed to companion if argument is a function (netdown / #5182)
- @uppy/companion: fix google drive gsuite export large size (Milan Nakum / #5144)
- meta: Improve provider docs: Box & Zoom (Evgenia Karunus / #5166)
- meta: add MDX file to `lint-staged` list (Antoine du Hamel / #5174)
- @uppy/companion: handle ws `'error'` event (Mikael Finstad / #5167)
2024-05-22 07:35:41 +00:00
Antoine du Hamel
e6efc0ecc5
@uppy/svelte: do not attempt removing plugin before it's created (#5186) 2024-05-22 09:25:23 +02:00
Evgenia Karunus
c0142f68b2
Update facebook.mdx
Correct url
2024-05-21 22:18:06 +04:00
Murderlon
f3c30be245
fixup! @uppy/tus: fix no headers passed to companion if argument is a function (#5182) 2024-05-21 16:59:34 +02:00
netdown
a57bf8f358
@uppy/tus: fix no headers passed to companion if argument is a function (#5182)
Update index.ts
2024-05-21 16:17:19 +02:00
Milan Nakum
b5539dee3e
@uppy/companion: fix google drive gsuite export large size (#5144) 2024-05-21 16:12:19 +02:00
Evgenia Karunus
450d4a1b9b
Improve provider docs: Box & Zoom (#5166)
* /docs/box.mdx - make the wording match box.com ui

* /docs/zoom.mdx - add instructions for zoom integration

* Run prettier

* Run "corepack yarn lint" in uppy.io

* /docs/Readme.md - better explanation of where to find the instructions
2024-05-16 11:06:53 +02:00
Antoine du Hamel
f626ce7228
meta: add MDX file to lint-staged list (#5174) 2024-05-16 10:31:04 +02:00
Mikael Finstad
1ac7f9c55e
@uppy/companion: handle ws 'error' event (#5167)
to prevent companion from crashing with RangeError: Max payload size exceeded
2024-05-15 15:20:47 +02:00
github-actions[bot]
86e2e67501
Release: uppy@3.25.3 (#5161)
| Package            | Version | Package            | Version |
| ------------------ | ------- | ------------------ | ------- |
| @uppy/core         |  3.11.3 | uppy               |  3.25.3 |
| @uppy/image-editor |   2.4.6 |                    |         |

- @uppy/image-editor: fix tooltips (Avneet Singh Malhotra / #5156)
- meta: Remove redundant `plugins` prop from examples (Merlijn Vos / #5145)
- @uppy/image-editor: Remove `target` option from examples and document consistently (Merlijn Vos / #5146)
- @uppy/core: make getObjectOfFilesPerState more efficient (Merlijn Vos / #5155)
2024-05-14 14:47:36 +00:00
Avneet Singh Malhotra
4acd793d4e
@uppy/image-editor: fix tooltips (#5156)
image-editor-controls-tooltip-not-showing
2024-05-13 09:52:39 +02:00
Merlijn Vos
61647c7821
Remove redundant plugins prop from examples (#5145) 2024-05-09 10:09:28 +02:00
Merlijn Vos
0bb21cb15b
Remove target option from examples and document consistently (#5146) 2024-05-08 16:50:56 +02:00
Merlijn Vos
e9ccb94bd6
@uppy/core: make getObjectOfFilesPerState more efficient (#5155)
* @uppy/core: make getObjectOfFilesPerState more efficient

* Fixup
2024-05-08 15:43:54 +02:00
github-actions[bot]
d01c50a41f
Release: uppy@3.25.2 (#5151)
| Package          | Version | Package          | Version |
| ---------------- | ------- | ---------------- | ------- |
| @uppy/compressor |   1.1.4 | @uppy/status-bar |   3.3.3 |
| @uppy/core       |  3.11.2 | uppy             |  3.25.2 |
| @uppy/dashboard  |   3.8.3 |                  |         |

- @uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/status-bar: Upgrade @transloadit/prettier-bytes (Merlijn Vos / #5150)
- meta: run Prettier in the release workflow (Antoine du Hamel)
2024-05-08 07:45:47 +00:00
Merlijn Vos
1a7c71db38
Upgrade @transloadit/prettier-bytes (#5150) 2024-05-07 15:34:09 +02:00
Antoine du Hamel
5bc82b5327
meta: run Prettier in the release workflow 2024-05-03 14:38:25 +02:00
github-actions[bot]
e503d92860
Release: uppy@3.25.1 (#5139)
| Package          | Version | Package          | Version |
| ---------------- | ------- | ---------------- | ------- |
| @uppy/companion  |  4.13.2 | @uppy/xhr-upload |   3.6.6 |
| @uppy/core       |  3.11.1 | uppy             |  3.25.1 |
| @uppy/locales    |   3.5.3 |                  |         |

- @uppy/locales: Update ru_RU locale  (Uladzislau Bodryi / #5120)
- meta: fix `update-contributors` script (Antoine du Hamel / #5137)
- meta: fix `bullet` setting for ReMark (Antoine du Hamel)
- meta: add prettier to `.md` pre-commit hooks (Antoine du Hamel)
- @uppy/core: make UppyEventMap more readable (Murderlon)
- meta: enable prettier for markdown (Merlijn Vos / #5133)
- @uppy/xhr-upload: do not throw when res is missing url (Merlijn Vos / #5132)
- @uppy/companion: coerce `requestUrl` to a string (Antoine du Hamel / #5128)
2024-05-03 12:35:57 +00:00
dependabot[bot]
812ce70f37
Bump ejs from 3.1.9 to 3.1.10 (#5135)
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](https://github.com/mde/ejs/compare/v3.1.9...v3.1.10)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-03 14:32:19 +02:00
Uladzislau Bodryi
9abe1efdb0
Update ru_RU locale (#5120)
* Added missing ru_RU entries and removed ones, that are absent from en_US file

* Updated ru_RU generatingThumbnails key; fixed typo

* Updated ru_RU generatingThumbnails key

* Updated ru_RU startCapturing/stopCapturing keys

* Updated ru_RU uploadStalled key

* Updated ru_RU addBulkFilesFailed key
2024-05-03 13:32:11 +04:00
Antoine du Hamel
77c6b2512c
meta: fix update-contributors script (#5137) 2024-05-02 22:10:27 +02:00
Antoine du Hamel
93d1c71b8c
meta: fix bullet setting for ReMark 2024-05-02 20:30:01 +02:00
Antoine du Hamel
c0961a6cd9
meta: add prettier to .md pre-commit hooks 2024-05-02 19:57:29 +02:00
Murderlon
3dcd552f4a
@uppy/core: make UppyEventMap more readable 2024-05-02 15:32:19 +02:00
Merlijn Vos
7d6937300a
meta: enable prettier for markdown (#5133)
* meta: enable prettier for markdown

* Ignore changelogs

* revert CHANGELOG changes

* More formatting

---------

Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2024-05-02 11:35:55 +02:00
Merlijn Vos
2a15ba5128
@uppy/xhr-upload: do not throw when res is missing url (#5132) 2024-05-02 10:20:36 +02:00
Antoine du Hamel
4028a6d16e
@uppy/companion: coerce requestUrl to a string (#5128) 2024-04-29 18:31:55 +02:00
github-actions[bot]
0f84390107
Release: uppy@3.25.0 (#5127)
| Package                | Version | Package                | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/audio            |   1.1.9 | @uppy/instagram        |   3.3.1 |
| @uppy/aws-s3-multipart |  3.11.1 | @uppy/onedrive         |   3.3.1 |
| @uppy/box              |   2.3.1 | @uppy/provider-views   |  3.12.0 |
| @uppy/companion-client |   3.8.1 | @uppy/react            |   3.3.1 |
| @uppy/compressor       |   1.1.3 | @uppy/status-bar       |   3.3.2 |
| @uppy/core             |  3.11.0 | @uppy/svelte           |   3.1.4 |
| @uppy/dashboard        |   3.8.2 | @uppy/transloadit      |   3.6.1 |
| @uppy/drop-target      |   2.1.0 | @uppy/unsplash         |   3.3.1 |
| @uppy/dropbox          |   3.3.1 | @uppy/url              |   3.6.1 |
| @uppy/facebook         |   3.3.1 | @uppy/utils            |   5.9.0 |
| @uppy/file-input       |   3.1.2 | @uppy/webcam           |   3.4.1 |
| @uppy/form             |   3.2.1 | @uppy/xhr-upload       |   3.6.5 |
| @uppy/google-drive     |   3.5.1 | @uppy/zoom             |   2.3.1 |
| @uppy/image-editor     |   2.4.5 | uppy                   |  3.25.0 |

- meta: enforce use of `.js` extension in `import type` declarations (Antoine du Hamel / #5126)
- @uppy/core: add instance ID to generated IDs (Merlijn Vos / #5080)
- @uppy/core: reference updated i18n in Restricter (Merlijn Vos / #5118)
- @uppy/xhr-upload: refactor to use `fetcher` (Merlijn Vos / #5074)
- meta: docs: use StackBlitz for all examples/issue template (Merlijn Vos / #5125)
- meta: Update yarn.lock (Murderlon)
- @uppy/svelte: Add svelte 5 as peer dep (frederikhors / #5122)
- meta: Bump docker/setup-buildx-action from 2 to 3 (dependabot[bot] / #5124)
- meta: Bump actions/checkout from 3 to 4 (dependabot[bot] / #5123)
- @uppy/dashboard,@uppy/provider-views: Remove JSX global type everywhere (Merlijn Vos / #5117)
- @uppy/utils: improve return type of `dataURItoFile` (Antoine du Hamel / #5112)
- @uppy/drop-target: change drop event type to DragEvent (Alireza Heydari / #5107)
- @uppy/image-editor: fix label definitions (Antoine du Hamel / #5111)
- meta: bump Prettier version (Antoine du Hamel / #5114)
- @uppy/provider-views: bring back "loaded X files..." (Mikael Finstad / #5097)
- @uppy/dashboard: fix type of trigger option (Merlijn Vos / #5106)
- meta: fix linter (Antoine du Hamel)
- @uppy/form: fix `submitOnSuccess` and `triggerUploadOnSubmit` combination (Merlijn Vos / #5058)
- meta: Bump docker/build-push-action from 3 to 5 (dependabot[bot] / #5105)
- meta: Bump akhileshns/heroku-deploy from 3.12.12 to 3.13.15 (dependabot[bot] / #5102)
- meta: Bump docker/login-action from 2 to 3 (dependabot[bot] / #5101)
- meta: Bump actions/download-artifact from 3 to 4 (dependabot[bot])
- meta: Bump actions/upload-artifact from 3 to 4 (dependabot[bot])
2024-04-29 14:35:21 +00:00
Antoine du Hamel
faceaf0da3
meta: enforce use of .js extension in import type declarations (#5126) 2024-04-29 16:23:28 +02:00
Merlijn Vos
d2be2d84cd
@uppy/core: add instance ID to generated IDs (#5080) 2024-04-29 16:10:41 +02:00
Merlijn Vos
9c11f31eff
@uppy/core: reference updated i18n in Restricter (#5118)
Fixes: https://github.com/transloadit/uppy/issues/5115
2024-04-29 16:03:02 +02:00