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.3 #3918

Merged
merged 23 commits into from Jul 27, 2022
Merged

Release: uppy@3.0.0-beta.3 #3918

merged 23 commits into from Jul 27, 2022

Commits on Jul 11, 2022

  1. Copy the full SHA
    f36c732 View commit details
    Browse the repository at this point in the history
  2. @uppy/transloadit: fix TypeError when file is cancelled asynchronously (

    #3872)
    
    
    Co-authored-by: Artur Paikin <artur@arturpaikin.com>
    aduh95 and arturi committed Jul 11, 2022
    Copy the full SHA
    418b25c View commit details
    Browse the repository at this point in the history
  3. Update BACKLOG.md

    arturi committed Jul 11, 2022
    Copy the full SHA
    9740636 View commit details
    Browse the repository at this point in the history
  4. Release: uppy@2.12.3 (#3876)

    | Package           | Version | Package           | Version |
    | ----------------- | ------- | ----------------- | ------- |
    | @uppy/transloadit |   2.3.3 | uppy              |  2.12.3 |
    | @uppy/robodog     |   2.8.3 |                   |         |
    
    - @uppy/transloadit: fix TypeError when file is cancelled asynchronously (Antoine du Hamel / #3872)
    - @uppy/robodog,@uppy/transloadit: use modern syntax to simplify code (Antoine du Hamel / #3873)
    - meta: fix `release-beta` automation (Antoine du Hamel)
    github-actions[bot] committed Jul 11, 2022
    Copy the full SHA
    3c32399 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. @uppy/image-editor: Add image editor cancel event (#3875)

    Co-authored-by: Merlijn Vos <merlijn@soverin.net>
    jamestiotio and Murderlon committed Jul 12, 2022
    Copy the full SHA
    329c1d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Copy the full SHA
    6227827 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    268fc50 View commit details
    Browse the repository at this point in the history
  3. @uppy/image-editor: remove beta notice (#3877)

    Remove beta notice
    Murderlon committed Jul 14, 2022
    Copy the full SHA
    753ce32 View commit details
    Browse the repository at this point in the history
  4. @uppy/transloadit: fix outdated file ids and incorrect usage of files (

    …#3886)
    
    * Fix outdated file ids and incorrect usage of files
    
    * add e2e test
    
    * Update packages/@uppy/transloadit/src/index.js
    
    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Co-authored-by: Artur Paikin <artur@arturpaikin.com>
    3 people committed Jul 14, 2022
    Copy the full SHA
    43fb673 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Release: uppy@2.13.0 (#3889)

    | Package            | Version | Package            | Version |
    | ------------------ | ------- | ------------------ | ------- |
    | @uppy/dashboard    |   2.4.0 | @uppy/robodog      |   2.9.0 |
    | @uppy/image-editor |   1.4.0 | uppy               |  2.13.0 |
    | @uppy/transloadit  |   2.3.4 |                    |         |
    
    - @uppy/transloadit: fix outdated file ids and incorrect usage of files (Merlijn Vos / #3886)
    - @uppy/image-editor: remove beta notice (Merlijn Vos / #3877)
    - meta: Fix broken links in _posts/2019-08-1.3.md (YukeshShr / #3884)
    - meta: Fix broken link in _posts/2017-03-0.15.md (YukeshShr / #3883)
    - @uppy/image-editor: Add image editor cancel event (James R T / #3875)
    github-actions[bot] committed Jul 18, 2022
    Copy the full SHA
    236d928 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    264661a View commit details
    Browse the repository at this point in the history
  3. Fix website build

    Murderlon committed Jul 18, 2022
    Copy the full SHA
    a81b948 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Copy the full SHA
    2d2ac37 View commit details
    Browse the repository at this point in the history
  2. Companion app type (#3899)

    * fix companion app type
    
    fixes #3862
    
    * remove unnecessary ts-ignores
    
    * Revert "remove unnecessary ts-ignores"
    
    This reverts commit 76ee67d.
    mifi committed Jul 25, 2022
    Copy the full SHA
    710c025 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7f5059b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Copy the full SHA
    f1a7e0c View commit details
    Browse the repository at this point in the history
  2. Add retries for flaky e2e test (#3915)

    Retry flaky test
    Murderlon committed Jul 27, 2022
    Copy the full SHA
    0c009dc View commit details
    Browse the repository at this point in the history
  3. @uppy/transloadit: cancel assemblies when all its files have been rem…

    …oved (#3893)
    
    
    When starting an upload and removing it right away, it creates a race
    condition when the assembly is created with no files and is never
    closed. This commit ensures that the assembly is closed if all files
    have been removed, or updated with the new expected number of
    files otherwise.
    
    Co-authored-by: Aaron Heimlich <aaron.heimlich@gmail.com>
    aduh95 and aheimlich committed Jul 27, 2022
    Copy the full SHA
    f808e9d View commit details
    Browse the repository at this point in the history
  4. @uppy/compressor: fix upload causing meta name to reset (#3890)

    Fix @uppy/compressor resetting meta name
    mellow-fellow committed Jul 27, 2022
    Copy the full SHA
    2b435bd View commit details
    Browse the repository at this point in the history
  5. Release: uppy@2.13.1 (#3916)

    | Package              | Version | Package              | Version |
    | -------------------- | ------- | -------------------- | ------- |
    | @uppy/companion      |   3.7.1 | @uppy/remote-sources |   0.1.1 |
    | @uppy/compressor     |   0.3.1 | @uppy/transloadit    |   2.3.5 |
    | @uppy/core           |   2.3.2 | @uppy/robodog        |   2.9.1 |
    | @uppy/dashboard      |   2.4.1 | uppy                 |  2.13.1 |
    | @uppy/image-editor   |   1.4.1 |                      |         |
    
    - @uppy/compressor: fix upload causing meta name to reset (Justin / #3890)
    - @uppy/transloadit: cancel assemblies when all its files have been removed (Antoine du Hamel / #3893)
    - e2e: Add retries for flaky e2e test (Merlijn Vos / #3915)
    - @uppy/dashboard,@uppy/image-editor,@uppy/remote-sources: Fix `uppy.close()` crashes when remote-sources or image-editor is installed (Merlijn Vos / #3914)
    - @uppy/core: Add missing type for retry-all event (Luc Boissaye / #3901)
    - @uppy/companion: Companion app type (Mikael Finstad / #3899)
    - e2e: upgrade to Cypress 10 (Antoine du Hamel / #3896)
    - meta: Fix website build (Murderlon)
    - meta: Create new issue templates (Merlijn Vos / #3879)
    github-actions[bot] committed Jul 27, 2022
    Copy the full SHA
    61b6059 View commit details
    Browse the repository at this point in the history
  6. Merge stable branch

    aduh95 committed Jul 27, 2022
    Copy the full SHA
    2e8f797 View commit details
    Browse the repository at this point in the history
  7. Release: uppy@3.0.0-beta.3

    This is a release candidate for the following packages:
    
    - `@uppy/aws-s3`: 3.0.0-beta.1 -> 3.0.0-beta.2
    - `@uppy/aws-s3-multipart`: 3.0.0-beta.1 -> 3.0.0-beta.2
    - `@uppy/companion`: 4.0.0-beta.1 -> 4.0.0-beta.2
    - `@uppy/compressor`: 1.0.0-beta.1 -> 1.0.0-beta.2
    - `@uppy/core`: 3.0.0-beta.1 -> 3.0.0-beta.2
    - `@uppy/dashboard`: 3.0.0-beta.1 -> 3.0.0-beta.2
    - `@uppy/image-editor`: 2.0.0-beta.1 -> 2.0.0-beta.2
    - `@uppy/locales`: 3.0.0-beta.2 -> 3.0.0-beta.3
    - `@uppy/react`: 3.0.0-beta.1 -> 3.0.0-beta.2
    - `@uppy/remote-sources`: 1.0.0-beta.1 -> 1.0.0-beta.2
    - `@uppy/store-redux`: 3.0.0-beta.1 -> 3.0.0-beta.2
    - `@uppy/transloadit`: 3.0.0-beta.2 -> 3.0.0-beta.3
    - `@uppy/webcam`: 3.0.0-beta.1 -> 3.0.0-beta.2
    - `@uppy/xhr-upload`: 3.0.0-beta.1 -> 3.0.0-beta.2
    - `@uppy/robodog`: 3.0.0-beta.2 -> 3.0.0-beta.3
    - `uppy`: 3.0.0-beta.2 -> 3.0.0-beta.3
    aduh95 committed Jul 27, 2022
    Copy the full SHA
    e82f485 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    b2f5854 View commit details
    Browse the repository at this point in the history