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

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    6a509df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cea6b73 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. @uppy/url: fix getFileNameFromUrl (#3804)

    Need to strip query string and fragment from URL when turning into a filename.
    
    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    bradedelman and aduh95 committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    7386cc9 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. @uppy/url: enable passing optional meta data to addFile (#3788)

    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>
    3 people committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    a8726ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6514e43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55ae764 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    4527b2f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    76751f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa1ecd4 View commit details
    Browse the repository at this point in the history
  3. 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.
    Murderlon committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    df15292 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c05d51 View commit details
    Browse the repository at this point in the history
  5. Add @uppy/remote-sources preset/plugin (#3676)

    Co-authored-by: Merlijn Vos <merlijn@soverin.net>
    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    3 people committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    9a59711 View commit details
    Browse the repository at this point in the history
  6. 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)
    github-actions[bot] committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    a95e723 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9acac67 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. @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: #3725
    aduh95 committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    6355c23 View commit details
    Browse the repository at this point in the history
  2. 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)
    github-actions[bot] committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    8f8f0e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a09823 View commit details
    Browse the repository at this point in the history
  4. 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.
    aduh95 committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    17f8deb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33330f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef8c5cc View commit details
    Browse the repository at this point in the history
  7. Merge stable branch

    aduh95 committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    a6029d0 View commit details
    Browse the repository at this point in the history
  8. Release: uppy@3.0.0-beta.1

    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
    aduh95 authored and actions-user committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    4ac54a3 View commit details
    Browse the repository at this point in the history
  9. Delete CHANGELOG.md

    aduh95 committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    8782ac3 View commit details
    Browse the repository at this point in the history