All Versions
210
Latest Version
Avg Release Cycle
17 days
Latest Release
-

Changelog History
Page 10

  • v1.13.2 Changes

    April 15, 2020

    πŸš€ Released: 2020-04-15

    πŸ“¦ | Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3-multipart | 1.6.2 | @uppy/progress-bar | 1.3.11 | | @uppy/aws-s3 | 1.6.2 | @uppy/provider-views | 1.6.3 | | @uppy/companion | 1.13.1 | @uppy/react | 1.6.3 | | @uppy/core | 1.10.2 | @uppy/robodog | 1.6.4 | | @uppy/dashboard | 1.8.3 | @uppy/status-bar | 1.6.3 | | @uppy/drag-drop | 1.4.10 | @uppy/thumbnail-generator | 1.5.10 | | @uppy/dropbox | 1.4.3 | @uppy/transloadit | 1.5.8 | | @uppy/facebook | 1.1.3 | @uppy/tus | 1.5.10 | | @uppy/file-input | 1.4.9 | @uppy/url | 1.5.3 | | @uppy/form | 1.3.12 | @uppy/utils | 2.4.2 | | @uppy/golden-retriever | 1.3.11 | @uppy/webcam | 1.6.3 | | @uppy/google-drive | 1.5.3 | @uppy/xhr-upload | 1.5.8 | πŸ‘• | @uppy/informer | 1.5.3 | remark-lint-uppy | 0.1.1 | | @uppy/instagram | 1.4.3 | uppy | 1.13.2 | | @uppy/onedrive | 1.1.3 | - | - |

    • @uppy/companion: mimetype could be undefined (#2201 / @ifedapoolarewaju)
  • v1.13.1 Changes

    April 14, 2020

    πŸš€ Released 2020-04-14

    πŸ›  Mainly fixes for the Dashboard provider/tab list in IE10 and correct Gsuit file extensions in Companion.

    • πŸ”¨ @uppy/dashboard: Dashboard tablist IE10 flex fix and refactor (#2192 / @arturi)
    • @uppy/companion: set debug based on NODE_ENV only if the env var is available (#2189 / @ifedapoolarewaju)
    • @uppy/companion: fix uploader protocol validation (#2197 / @ifedapoolarewaju)
    • @uppy/companion: set GSuite file extensions (#2194 / @ifedapoolarewaju)
    • πŸ“„ docs: fix minor typo in Dashboard docs (#2193 / @mhulet)
    • πŸ‘• website: add markdown linting using remark (#2181 / @goto-bus-stop)
  • v1.13 Changes

    • βœ… [ ] test: add deepFreeze to test that state in not mutated anywhere by accident, use default's store #320
    • [ ] provider: add Box (@ife)
    • πŸ”Œ [ ] plugins: audio/memo recording similar to Webcam #143 #198 (@arturi)
    • βœ… [ ] test: add typescript with JSDoc for @uppy/core https://github.com/Microsoft/TypeScript/wiki/Type-Checking-JavaScript-Files (@arturi)
    • [ ] core: add Vue.js wrapper component for the Dashboard (@arturi)
    • βͺ [ ] goldenretriever: confirmation before restore, add β€œghost” files #443 #257 (@arturi) (@arturi)
    • πŸ‘€ [ ] dashboard: fix Dashboard issues with Angular β€” it’s incredibly slow presumably because of ResizeObserver. (See #1613) (@arturi)
    • [ ] dashboard: add VirtualList, so it can render 5000 files without lag (@goto-bus-stop, @lakesare)
    • πŸ‘ [ ] dashboard: support for right-to-left languages (Arabic, Hebrew) (@arturi)
    • πŸ”Œ [ ] plugins: Transformations, cropping, filters for images, study https://github.com/MattKetmo/darkroomjs/, https://github.com/fengyuanchen/cropperjs #151 #53 (@arturi)
    • [ ] core: add maxTotalFileSize restriction #514 (@arturi)
    • [ ] companion: what happens if access token expires during/between an download & upload (@ife)
    • πŸ”€ [ ] plugins: review & merge screenshot+screencast support similar to Webcam #148 (@arturi)
    • [ ] core: report information about the device --^ (@arturi)
    • πŸ’» [ ] providers: Provider Browser don't handle uppy restrictions, can we hide things that don't match the restrictions in Google Drive and Instagram? #1827 (@arturi)
    • [ ] s3: immediately start uploading files once the signed URL is generated (#2060, @goto-bus-stop)
  • v1.12.1 Changes

    April 01, 2020

    πŸš€ Released 2020-04-01

    πŸ“¦ | Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3 | 1.5.5 | @uppy/tus | 1.5.7 | | @uppy/robodog | 1.6.1 | @uppy/xhr-upload | 1.5.5 | | @uppy/transloadit | 1.5.5 | uppy | 1.12.1 |

    πŸš€ Patch release to add OneDrive and Facebook to Robodog’s package.json πŸ™ˆ

    • @uppy/tus, @uppy/xhr-upload: emit error when companion returns error during upload creation (#2166 / @ifedapoolarewaju)
    • πŸ“¦ @uppy/robodog: Add facebook and onedrive to package.json (#2167 / @arturi)
  • v1.12 Changes

    • βœ… [ ] test: add deepFreeze to test that state in not mutated anywhere by accident, use default's store #320
    • [ ] provider: add Box (@ife)
    • πŸ”Œ [ ] plugins: audio/memo recording similar to Webcam #143 #198 (@arturi)
    • βœ… [ ] test: add typescript with JSDoc for @uppy/core https://github.com/Microsoft/TypeScript/wiki/Type-Checking-JavaScript-Files (@arturi)
    • [ ] core: add Vue.js wrapper component for the Dashboard (@arturi)
    • βͺ [ ] goldenretriever: confirmation before restore, add β€œghost” files #443 #257 (@arturi) (@arturi)
    • πŸ‘€ [ ] dashboard: fix Dashboard issues with Angular β€” it’s incredibly slow presumably because of ResizeObserver. (See #1613) (@arturi)
    • [ ] dashboard: add VirtualList, so it can render 5000 files without lag (@goto-bus-stop, @lakesare)
    • πŸ‘ [ ] dashboard: support for right-to-left languages (Arabic, Hebrew) (@arturi)
    • πŸ”Œ [ ] plugins: Transformations, cropping, filters for images, study https://github.com/MattKetmo/darkroomjs/, https://github.com/fengyuanchen/cropperjs #151 #53 (@arturi)
    • [ ] core: add maxTotalFileSize restriction #514 (@arturi)
    • [ ] companion: what happens if access token expires during/between an download & upload (@ife)
    • πŸ”€ [ ] plugins: review & merge screenshot+screencast support similar to Webcam #148 (@arturi)
    • [ ] core: report information about the device --^ (@arturi)
    • πŸ’» [ ] providers: Provider Browser don't handle uppy restrictions, can we hide things that don't match the restrictions in Google Drive and Instagram? #1827 (@arturi)
  • v1.11.5

    February 27, 2020
  • v1.11.4

    February 26, 2020
  • v1.11 Changes

    • πŸ”Œ [ ] plugins: Transformations, cropping, filters for images, study https://github.com/MattKetmo/darkroomjs/, https://github.com/fengyuanchen/cropperjs #151 #53 (@arturi)
    • πŸ“„ [ ] google-drive: Google Drive - Google Docs https://github.com/transloadit/uppy/issues/1554#issuecomment-554904049 (@ife)
    • [ ] core: add maxTotalFileSize restriction #514 (@arturi)
    • [ ] dashboard: Dark Mode & Redesign by Alex & Artur (@arturi)
    • [ ] companion: what happens if access token expires during/between an download & upload (@ife)
    • [ ] webcam: Pick format based on restrictions.allowedFileTypes, eg. use PNG for snapshot instead of JPG if allowedFileTypes: ['.png'] is set, you can probably ask for the correct filetype. In addition, we should stop recording video once the max allowed file size is exceeded. should be possible given how the MediaRecorder API works (@goto-bus-stop)
    • πŸ”€ [ ] plugins: review & merge screenshot+screencast support similar to Webcam #148 (@arturi)
    • [ ] core: report information about the device --^ (@arturi)
    • πŸ’» [ ] providers: Provider Browser don't handle uppy restrictions, can we hide things that don't match the restrictions in Google Drive and Instagram? #1827 (@arturi)
  • v1.10.1 Changes

    March 11, 2020

    πŸ“¦ | Package | Version | Package | Version | |-|-|-|-| | @uppy/companion | 1.10.0 | uppy | 1.10.1 | | @uppy/facebook | 1.0.0

    πŸš€ This release moves @uppy/facebook out of beta to a 1.0.0 and adds Uppy.Facebook to the Uppy CDN bundle:

    https://transloadit.edgly.net/releases/uppy/v1.10.1/uppy.min.js
    https://transloadit.edgly.net/releases/uppy/v1.10.1/uppy.min.css
    
    • uppy: add @uppy/facebook to uppy NPM and CDN bundles
    • @uppy/facebook: Get Facebook integration on its feet (@ifedapoolarewaju)
    • website: Add featured customers logos (#2120 / @nqst)

    πŸš€ You can optionally download 1.10.1 release bundle: https://transloadit.edgly.net/releases/uppy/v1.10.1/uppy-v1.10.1.zip

  • v1.10 Changes

    • [ ] dashboard: Dark Mode & Redesign by Alex & Artur (@arturi)
    • [ ] webcam: Pick format based on restrictions.allowedFileTypes, eg. use PNG for snapshot instead of JPG if allowedFileTypes: ['.png'] is set, you can probably ask for the correct filetype. In addition, we should stop recording video once the max allowed file size is exceeded. should be possible given how the MediaRecorder API works (@goto-bus-stop)
    • πŸ”€ [ ] plugins: review & merge screenshot+screencast support similar to Webcam #148 (@arturi)
    • [ ] core: report information about the device --^ (@arturi)
    • πŸ’» [ ] providers: Provider Browser don't handle uppy restrictions, can we hide things that don't match the restrictions in Google Drive and Instagram? #1827 (@arturi)
    • [ ] providers: Get Facebook integration on its feet (@ife)
    • [ ] companion: what happens if access token expires during/between an download & upload (@ife)