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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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
|
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 |
|
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 |
|
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 |
|
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 |
|
Merlijn Vos
|
daae9aa085
|
@uppy/xhr-upload: refactor to use fetcher (#5074)
* @uppy/utils: add fetcher
* Improve callbacks
* Refactor local file uploads
* Refactor bundle upload
* Pass timeout to timeout handler
* Remove unused nanoid
* Apply feedback
* Prettier unrelated files
---------
Co-authored-by: Antoine du Hamel <antoine@transloadit.com>
|
2024-04-29 15:39:44 +02:00 |
|
frederikhors
|
eef38d7f00
|
Add svelte 5 as peer dep (#5122)
Svelte 5 is in release candidate since today.
|
2024-04-29 10:11:23 +02:00 |
|
Merlijn Vos
|
57b5909611
|
Remove JSX global type everywhere (#5117)
* Remove JSX global type everywhere
* Add JSX to restricted globals
* Fix last instances of JSX global
|
2024-04-25 16:20:28 +02:00 |
|
Murderlon
|
09a2a520a8
|
Revert "@uppy/core: reference updated i18n in Restricter"
This reverts commit d8746f08f7.
|
2024-04-25 16:14:58 +02:00 |
|
Murderlon
|
d8746f08f7
|
@uppy/core: reference updated i18n in Restricter
|
2024-04-25 16:14:30 +02:00 |
|
Antoine du Hamel
|
8ccddce194
|
@uppy/utils: improve return type of dataURItoFile (#5112)
As its name implies, it returns a `File`.
|
2024-04-24 10:48:26 +02:00 |
|
Alireza Heydari
|
ba066491cd
|
@uppy/drop-target: change drop event type to DragEvent (#5107)
|
2024-04-24 09:46:49 +02:00 |
|
Antoine du Hamel
|
2f5c32a269
|
@uppy/image-editor: fix label definitions (#5111)
|
2024-04-23 17:45:45 +02:00 |
|
Mikael Finstad
|
98c4b51856
|
@uppy/provider-views: bring back "loaded X files..." (#5097)
As discussed with lakesare in #5050.
Currently the loadedXFiles i18n key is not in use at all,
don't know where/when it got lost in translation.
|
2024-04-23 14:32:46 +02:00 |
|
Merlijn Vos
|
ffdfa096d3
|
@uppy/dashboard: fix type of trigger option (#5106)
|
2024-04-23 14:31:50 +02:00 |
|
Merlijn Vos
|
5d407087d4
|
@uppy/form: fix submitOnSuccess and triggerUploadOnSubmit combination (#5058)
|
2024-04-22 14:59:36 +02:00 |
|
github-actions[bot]
|
c45407d099
|
Release: uppy@3.24.3 (#5091)
| Package | Version | Package | Version |
| --------------- | ------- | --------------- | ------- |
| @uppy/dashboard | 3.8.1 | uppy | 3.24.3 |
| @uppy/utils | 5.8.0 | | |
- docs: add back markdown files (Antoine du Hamel / #5064)
- meta: fix custom provider example (Merlijn Vos / #5079)
- @uppy/utils: add fetcher (Merlijn Vos / #5073)
- meta: Fix prettier (Murderlon)
- @uppy/dashboard: add missing `x-zip-compress` archive type (Younes / #5081)
- meta: Bump docker/metadata-action from 4 to 5 (dependabot[bot] / #5086)
- meta: Bump actions/setup-node from 3 to 4 (dependabot[bot] / #5087)
- meta: Bump docker/setup-qemu-action from 2 to 3 (dependabot[bot] / #5089)
- meta: bump supercharge/redis-github-action from 1.4.0 to 1.8.0 (dependabot[bot] / #5090)
- meta: bump actions/cache from 3 to 4 (dependabot[bot] / #5088)
- meta: add `dependabot.yml` to keep GHA up-to-date (Antoine du Hamel / #5083)
|
2024-04-16 13:44:22 +00:00 |
|
Merlijn Vos
|
377c3be3cc
|
@uppy/utils: add fetcher (#5073)
|
2024-04-16 12:34:59 +02:00 |
|
Younes
|
5d2dd5eb51
|
@uppy/dashboard: add missing x-zip-compress archive type (#5081)
Add missing `x-zip-compress` archive type in `getFileTypeIcon.tsx`.
|
2024-04-15 17:08:17 +02:00 |
|