Uppy v1.23.2 Release Notes

  • πŸš€ Released: 2020-11-27

    πŸ“¦ | Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3 | 1.7.3 | @uppy/robodog | 1.9.12 | | @uppy/companion | 2.3.0 | @uppy/status-bar | 1.8.0 | | @uppy/core | 1.14.1 | @uppy/vue | 0.1.0 | | @uppy/dashboard | 1.13.0 | @uppy/xhr-upload | 1.6.7 | | @uppy/react | 1.10.11 | uppy | 1.23.2 |

    πŸš€ This release brings Vue.js support to Uppy! πŸ’₯ Plus a β€œDone” button for Status Bar, to close the Dashboard modal when an upload is finished.

    • @uppy/vue: add Vue.js wrapper component for the Dashboard (#2500 / @ajkachnic)
    • @uppy/core: pass files array to _checkRestrictions (#2655 / @arturi)
    • @uppy/status-bar, @uppy/dashboard: Added β€œDone” button for when upload is successfully finished (#2653 / @arturi, @nqst)
    • @uppy/dashboard: show the edit button only when !uploadInProgressOrComplete (55d38e7b5fd0d1031caa5b3316fc7c85407ffac7 / @arturi)
    • @uppy/xhr-upload: Add missing option types to XHRUploadOptions (#2639 / @wbaaron)
    • πŸ“„ docs: Updated website docs, added total upload progress event (#2637 / @mkabatek)
    • βœ… test: added test DeepFrozenStore with deepFreeze to try and assert that state in not mutated anywhere by accident (#2607 / @arturi)
    • πŸ— build: switched from Travis to GitHub Actions (@goto-bus-stop)
    • meta: separated backlog from CHANGELOG.md into BACKLOG.md (#2646 / @azizk)