Antoine du Hamel
8090eacdf2
Merge stable branch
2024-05-22 09:46:29 +02:00
Evgenia Karunus
c0142f68b2
Update facebook.mdx
...
Correct url
2024-05-21 22:18:06 +04:00
Antoine du Hamel
90eaaa5b9a
docs: fix linter
2024-05-16 12:42:53 +02:00
Antoine du Hamel
b1e4b34c37
meta: remove nodemon from the deps ( #5172 )
2024-05-16 12:35:36 +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
89bfe2324e
docs: update @uppy/aws-s3 docs ( #5093 )
2024-05-16 09:09:18 +02:00
github-actions[bot]
53cb32f5d9
Release: uppy@4.0.0-beta.7 ( #5162 )
...
| Package | Version | Package | Version |
| ---------------------- | ------------ | ---------------------- | ------------ |
| @uppy/companion | 5.0.0-beta.6 | @uppy/status-bar | 4.0.0-beta.7 |
| @uppy/companion-client | 4.0.0-beta.6 | @uppy/unsplash | 4.0.0-beta.6 |
| @uppy/compressor | 2.0.0-beta.7 | @uppy/url | 4.0.0-beta.6 |
| @uppy/core | 4.0.0-beta.7 | @uppy/utils | 6.0.0-beta.6 |
| @uppy/dashboard | 4.0.0-beta.7 | @uppy/webcam | 4.0.0-beta.6 |
| @uppy/dropbox | 4.0.0-beta.6 | @uppy/xhr-upload | 4.0.0-beta.4 |
| @uppy/image-editor | 3.0.0-beta.4 | uppy | 4.0.0-beta.7 |
| @uppy/screen-capture | 4.0.0-beta.5 | | |
- @uppy/companion: switch from `node-redis` to `ioredis` (Dominik Schmidt / #4623 )
- meta: Fix headings in xhr.mdx (Merlijn Vos)
- @uppy/xhr-upload: introduce hooks similar to tus (Merlijn Vos / #5094 )
- @uppy/core: close->destroy, clearUploadedFiles->clear (Merlijn Vos / #5154 )
- @uppy/companion-client,@uppy/dropbox,@uppy/screen-capture,@uppy/unsplash,@uppy/url,@uppy/webcam: Use `title` consistently from locales (Merlijn Vos / #5134 )
| 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 15:14:15 +00:00
Dominik Schmidt
4890281404
@uppy/companion: switch from node-redis to ioredis ( #4623 )
...
* Switch to ioredis
* run yarn
* semverify ioredis
* fix linting
* try to fix build
* Revert "try to fix build"
This reverts commit 2dd7ecd19c .
* remove semver
probably from borked merge
* fix bug breaking tests
and add some types
* fix probable typo
* doc
---------
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
2024-05-13 15:24:19 +02:00
Merlijn Vos
0469ea944c
Fix headings in xhr.mdx
2024-05-13 15:03:36 +02:00
Merlijn Vos
7a9eb87d43
@uppy/xhr-upload: introduce hooks similar to tus ( #5094 )
2024-05-09 10:19:44 +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
Murderlon
233dc8d6ab
Format
2024-05-02 15:22:30 +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
Murderlon
82a5999260
Merge branch 'main' into 4.x
...
* main: (22 commits)
@uppy/xhr-upload: refactor to use `fetcher` (#5074 )
docs: use StackBlitz for all examples/issue template (#5125 )
Update yarn.lock
Add svelte 5 as peer dep (#5122 )
Bump docker/setup-buildx-action from 2 to 3 (#5124 )
Bump actions/checkout from 3 to 4 (#5123 )
Remove JSX global type everywhere (#5117 )
Revert "@uppy/core: reference updated i18n in Restricter"
@uppy/core: reference updated i18n in Restricter
@uppy/utils: improve return type of `dataURItoFile` (#5112 )
@uppy/drop-target: change drop event type to DragEvent (#5107 )
@uppy/image-editor: fix label definitions (#5111 )
meta: bump Prettier version (#5114 )
@uppy/provider-views: bring back "loaded X files..." (#5097 )
@uppy/dashboard: fix type of trigger option (#5106 )
meta: fix linter
@uppy/form: fix `submitOnSuccess` and `triggerUploadOnSubmit` combination (#5058 )
Bump docker/build-push-action from 3 to 5 (#5105 )
Bump akhileshns/heroku-deploy from 3.12.12 to 3.13.15 (#5102 )
Bump docker/login-action from 2 to 3 (#5101 )
...
2024-04-29 15:56:33 +02:00
Merlijn Vos
1b179a60bb
docs: use StackBlitz for all examples/issue template ( #5125 )
2024-04-29 15:24:58 +02:00
Merlijn Vos
915a563da9
@uppy/react: remove useUppy & reintroduce useUppyState ( #5059 )
2024-04-17 12:05:48 +02:00
Antoine du Hamel
b115b3621b
docs: add back markdown files ( #5064 )
2024-04-16 15:24:58 +02:00