Uppy v1.20.0 Release Notes

  • ๐Ÿš€ Released: 2020-08-10

    ๐Ÿš€ This release fixes the localized text on the Dashboard (again), fixes an issue when repeatedly uploading the same file using the Transloadit plugin, and adds a new restriction, minFileSize, thanks to @anthony0030!

    ๐Ÿ“ฆ | Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3-multipart | 1.8.3 | @uppy/react | 1.10.3 | | @uppy/companion | 2.0.0-alpha.10 | @uppy/robodog | 1.9.3 | | @uppy/core | 1.13.0 | @uppy/status-bar | 1.7.4 | | @uppy/dashboard | 1.12.3 | @uppy/transloadit | 1.6.6 | | @uppy/image-editor | 0.1.4 | uppy | 1.20.0 | | @uppy/locales | 1.16.4 | - | - |

    • @uppy/aws-s3-multipart: handle server returning numbers as strings (@goto-bus-stop)
    • ๐Ÿ @uppy/companion: make npm run test work on windows (#2399 / @goto-bus-stop)
    • @uppy/core: adds minFileSize option (#2394 / @anthony0030)
    • ๐Ÿ’ป @uppy/dashboard: use correct strings on AddFiles UI (#2426 / @goto-bus-stop)
    • 0๏ธโƒฃ @uppy/status-bar: specify default string for retryUpload (#2442 / @goto-bus-stop)
    • ๐Ÿ–จ @uppy/transloadit: fully disable Tus fingerprinting (#2425 / @goto-bus-stop)
    • ๐Ÿ“„ docs: make global companion install bash line copy-pasteable (#2438 / @goto-bus-stop)
    • โœ… test: re-enable Safari on Sauce (#2430 / @goto-bus-stop)
    • ๐Ÿšš website: enable zoom example conditionally + remove conditional instagram graph example (#2422 / @ifedapoolarewaju)
    • ๐Ÿ›  website: various fixes (#2433 / @nqst)