Uppy v0.27.0 Release Notes

  • πŸš€ Released: 2018-08-11.

    • @uppy/aws-s3-multipart: Check for file existance (#981 / @bartvde)
    • @uppy/aws-s3: Abort all chunk requests when aborting the multipart upload (#967 / @pekala)
    • @uppy/aws-s3: Catch and handle errors in prepareUploadPart (#966 / @pekala)
    • πŸ’₯ @uppy/companion: ⚠️ breaking rename uppy-server to @uppy/companion (#953 / @ifedapoolarewaju)
    • 🚚 @uppy/companion: google Drive β€” move to v3 API (#977 / @pauln)
    • πŸ”Œ @uppy/core: allow editing plugin titles (names) so that e.g. β€œCamera” can be translated into different languages, fixes #920 (#942 / @arturi)
    • πŸ”Œ @uppy/core: fix setPluginState (#968 / @goto-bus-stop)
    • @uppy/core: make Uppy run in React Native (by adding window !== undefined check) (@arturi / #960)
    • πŸ’… @uppy/core: remove all: initial β€” was causing issues when multiple uppy stylesheets are used (#942 / @arturi)
    • πŸ’₯ @uppy/core: ⚠️ breaking default autoProceed to false (#961 / @arturi)
    • ⬇️ @uppy/dashboard: downgrade drag-drop module to support folders again (#942 / @arturi)
    • @uppy/dashboard: fix animation β€” wait for closing animation to finish before opening modal (#942 / @arturi)
    • πŸ’₯ @uppy/dashboard: ⚠️ breaking Introduce .uppy-size--md and .uppy-size--lg breakpoint classes; throttle the function that checks for width (#942 / @arturi)
    • πŸ’₯ @uppy/dashboard: ⚠️ breaking UI overhaul: AddFiles panel, significantly improved mobile styles, (#942 / @arturi, @nqst)
    • πŸ’₯ @uppy/informer: ⚠️ breaking make it monochrome and round. always gray, no status colors (#942 / @arturi)
    • @uppy/provider-views: fix wrong 'no files available' msg flash (#938 / @ifedapoolarewaju)
    • πŸ”Œ @uppy/url: fix Url plugin reacting to wrong drop/paste events, add ignoreEvent (#942 / @arturi)
    • πŸ›  @uppy/webcam: add webcam permission screen i18 strings, fixes #931 (#942 / @arturi)
    • πŸ— build: Add object rest spread transform (#965 / @goto-bus-stop)
    • πŸ— build: Split integration tests and add one using create-react-app (#952 / @goto-bus-stop)
    • πŸš€ build: Upload to CDN when commit starts with β€œRelease” (#989 / @arturi)
    • πŸ›  website: docs fixes and improvements @@AJvanLoon)
    • πŸ“¦ website: list bundle sizes for each package on stats page (#962 / @goto-bus-stop)