Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: uppy@3.0.0-beta.1 #3822

Merged
merged 23 commits into from Jun 9, 2022
Merged

Release: uppy@3.0.0-beta.1 #3822

merged 23 commits into from Jun 9, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 9, 2022

Package Version Package Version
uppy 3.0.0-beta.1 @uppy/google-drive 3.0.0-beta.1
@uppy/audio 1.0.0-beta.1 @uppy/informer 3.0.0-beta.1
@uppy/box 2.0.0-beta.1 @uppy/instagram 3.0.0-beta.1
@uppy/compressor 1.0.0-beta.1 @uppy/locales 3.0.0-beta.1
@uppy/drop-target 2.0.0-beta.1 @uppy/onedrive 3.0.0-beta.1
@uppy/image-editor 2.0.0-beta.1 @uppy/progress-bar 3.0.0-beta.1
@uppy/remote-sources 1.0.0-beta.1 @uppy/provider-views 3.0.0-beta.1
@uppy/svelte 2.0.0-beta.1 @uppy/react 3.0.0-beta.1
@uppy/vue 1.0.0-beta.1 @uppy/redux-dev-tools 3.0.0-beta.1
@uppy/zoom 2.0.0-beta.1 @uppy/robodog 3.0.0-beta.1
@uppy/aws-s3 3.0.0-beta.1 @uppy/screen-capture 3.0.0-beta.1
@uppy/aws-s3-multipart 3.0.0-beta.1 @uppy/status-bar 3.0.0-beta.1
@uppy/companion-client 3.0.0-beta.1 @uppy/store-default 3.0.0-beta.1
@uppy/core 3.0.0-beta.1 @uppy/store-redux 3.0.0-beta.1
@uppy/dashboard 3.0.0-beta.1 @uppy/thumbnail-generator 3.0.0-beta.1
@uppy/drag-drop 3.0.0-beta.1 @uppy/transloadit 3.0.0-beta.1
@uppy/dropbox 3.0.0-beta.1 @uppy/tus 3.0.0-beta.1
@uppy/facebook 3.0.0-beta.1 @uppy/unsplash 3.0.0-beta.1
@uppy/file-input 3.0.0-beta.1 @uppy/url 3.0.0-beta.1
@uppy/form 3.0.0-beta.1 @uppy/webcam 3.0.0-beta.1
@uppy/golden-retriever 3.0.0-beta.1 @uppy/xhr-upload 3.0.0-beta.1

aduh95 and others added 22 commits May 31, 2022 12:30
Need to strip query string and fragment from URL when turning into a filename.

Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
This commit aligns `@uppy/url` with `@uppy/core`.

Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
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.
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
| 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)
The export was renamed during during the ESM transition, which was an unintended breaking change. This commit restores the missing export.

Refs: #3725
| 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)
We want to keep the stable branch merge commit, and the rebase
doesn't play nice with it.
This is a release candidate for the following packages:

- `uppy`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/audio`: 3.0.0-beta -> 1.0.0-beta.1
- `@uppy/box`: 3.0.0-beta -> 2.0.0-beta.1
- `@uppy/compressor`: 3.0.0-beta -> 1.0.0-beta.1
- `@uppy/drop-target`: 3.0.0-beta -> 2.0.0-beta.1
- `@uppy/image-editor`: 3.0.0-beta -> 2.0.0-beta.1
- `@uppy/remote-sources`: 0.1.0 -> 1.0.0-beta.1
- `@uppy/svelte`: 3.0.0-beta -> 2.0.0-beta.1
- `@uppy/vue`: 3.0.0-beta -> 1.0.0-beta.1
- `@uppy/zoom`: 3.0.0-beta -> 2.0.0-beta.1
- `@uppy/aws-s3`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/aws-s3-multipart`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/companion-client`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/core`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/dashboard`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/drag-drop`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/dropbox`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/facebook`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/file-input`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/form`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/golden-retriever`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/google-drive`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/informer`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/instagram`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/locales`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/onedrive`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/progress-bar`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/provider-views`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/react`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/redux-dev-tools`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/robodog`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/screen-capture`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/status-bar`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/store-default`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/store-redux`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/thumbnail-generator`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/transloadit`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/tus`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/unsplash`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/url`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/webcam`: 3.0.0-beta -> 3.0.0-beta.1
- `@uppy/xhr-upload`: 3.0.0-beta -> 3.0.0-beta.1
@github-actions github-actions bot merged commit f80f437 into 3.x Jun 9, 2022
@github-actions github-actions bot deleted the release-candidate branch June 9, 2022 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants