Socket
Socket
Sign inDemoInstall

@uppy/react

Package Overview
Dependencies
9
Maintainers
8
Versions
111
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
79
12Next

1.8.1

Diff

arturi
published 1.8.0 •

Changelog

Source

1.8.0

Released: 2020-01-15

This release adds Korean and Vietnamese localizations, fixes bugs, and significantly improves the performance of adding and removing lots of files. More performance improvements are on the way in the next few releases, too! Thanks to all contributors listed below.

| Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3-multipart | 1.4.0 | @uppy/onedrive | 0.1.4 | | @uppy/aws-s3 | 1.4.1 | @uppy/progress-bar | 1.3.4 | | @uppy/companion | 1.8.0 | @uppy/provider-views | 1.5.2 | | @uppy/core | 1.7.1 | @uppy/react | 1.4.2 | | @uppy/dashboard | 1.5.2 | @uppy/robodog | 1.4.2 | | @uppy/drag-drop | 1.4.2 | @uppy/status-bar | 1.4.2 | | @uppy/dropbox | 1.3.5 | @uppy/thumbnail-generator | 1.5.2 | | @uppy/facebook | 0.2.2 | @uppy/transloadit | 1.4.2 | | @uppy/file-input | 1.4.2 | @uppy/tus | 1.5.2 | | @uppy/form | 1.3.5 | @uppy/url | 1.4.2 | | @uppy/golden-retriever | 1.3.4 | @uppy/utils | 2.1.2 | | @uppy/google-drive | 1.3.5 | @uppy/webcam | 1.5.1 | | @uppy/informer | 1.3.4 | @uppy/xhr-upload | 1.4.2 | | @uppy/instagram | 1.3.5 | uppy | 1.8.0 | | @uppy/locales | 1.11.0 | - | - |

  • @uppy/aws-s3-multipart: add optional headers for signed url (@ardeois, #1985)
  • @uppy/aws-s3: fix crash when S3 response does not have a Content-Type header (@roenschg, #2012)
  • @uppy/companion: also pass metadata to getKey for multipart S3 uploads (@goto-bus-stop, #2022)
  • @uppy/companion: dependency updates (@goto-bus-stop, #1983)
  • @uppy/companion: rename internal S3 upload functions for clarity (@goto-bus-stop, fec7d7d)
  • @uppy/core: improve performance of adding and removing files (@goto-bus-stop, #1949)
  • @uppy/locales: add Korean (@jdssem, #1986)
  • @uppy/locales: add Vietnamese (@thanhthot, #2010)
  • @uppy/locales: update French translations (@olemoign, #2023)
  • @uppy/provider-views: improve instagram video thumbnail display (@arturi, 1d7a584)
  • @uppy/react: use componentDidUpdate instead of componentWillReceiveProps (@cryptic022, #1999)
  • @uppy/thumbnail-generator: fix strict mode compatibility (@rlebosse, #1995)
  • @uppy/tus: update TusOptions typings (@darthf1, #1989)
  • @uppy/xhr-upload: do not emit limit warning if an existing rate limit queue was passed (@goto-bus-stop, 3c1a2af)
  • @uppy/xhr-upload: free item from rate limit queue when upload times out (@rtaieb, #2018)
  • examples: add npm run example $examplename script (@goto-bus-stop, 7b2283d)
goto-bus-stop
published 1.7.0 •

Changelog

Source

1.7.0

Released: 2019-12-16

This release adds Hebrew translations and smoothes out some rough edges in Companion. The Webcam plugin now supports showing the duration of recordings while in progress.

| Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3-multipart | 1.3.5 | @uppy/onedrive | 0.1.3 | | @uppy/aws-s3 | 1.4.0 | @uppy/progress-bar | 1.3.3 | | @uppy/companion | 1.7.0 | @uppy/provider-views | 1.5.1 | | @uppy/core | 1.7.0 | @uppy/react | 1.4.1 | | @uppy/dashboard | 1.5.1 | @uppy/robodog | 1.4.1 | | @uppy/drag-drop | 1.4.1 | @uppy/status-bar | 1.4.1 | | @uppy/dropbox | 1.3.4 | @uppy/thumbnail-generator | 1.5.1 | | @uppy/facebook | 0.2.1 | @uppy/transloadit | 1.4.1 | | @uppy/file-input | 1.4.1 | @uppy/tus | 1.5.1 | | @uppy/form | 1.3.4 | @uppy/url | 1.4.1 | | @uppy/golden-retriever | 1.3.3 | @uppy/utils | 2.1.1 | | @uppy/google-drive | 1.3.4 | @uppy/webcam | 1.5.0 | | @uppy/informer | 1.3.3 | @uppy/xhr-upload | 1.4.1 | | @uppy/instagram | 1.3.4 | uppy | 1.7.0 | | @uppy/locales | 1.10.0 | - | - |

  • @uppy/aws-s3: add some tests (@bambii7, #1934)
  • @uppy/companion: add onedrive domain validation for the demo deployment (@ifedapoolarewaju, #1959)
  • @uppy/companion: change demo deployment type to stable API (@kiloreux, #1938)
  • @uppy/companion: log error if exists during token verification (@ifedapoolarewaju, #1937)
  • @uppy/companion: mask auth tokens from logged referrer URLs (@ifedapoolarewaju, #1951)
  • @uppy/companion: only generate uppyToken if access_token was received from provider (@ifedapoolarewaju, #1946)
  • @uppy/companion: pass metadata to Companion getKey() option for S3 uploads (@goto-bus-stop, #1866)
  • @uppy/companion: rename uppy occurrences to companion (@ifedapoolarewaju, #1926)
  • @uppy/companion: run CI tests on Node 6 to ensure compatibility (@ifedapoolarewaju, #1953)
  • @uppy/companion: upgrade helmet (@goto-bus-stop, 6b006ac)
  • @uppy/companion: use original file name in S3 Multipart uploads (@goto-bus-stop, #1965)
  • @uppy/core: make uppy.on() work better with IntelliSense (@bambii7, #1923)
  • @uppy/dashboard: hide top bar cancel button when hideCancelButton: true (@goto-bus-stop, #1955)
  • @uppy/dashboard: move dropEffect assignment to dragover (@goto-bus-stop, #1982)
  • @uppy/drag-drop: move dropEffect assignment to dragover (@goto-bus-stop, #1982)
  • @uppy/locales: add Hebrew (@YehudaKremer, #1932)
  • @uppy/locales: rename es_GLgl_ES (@goto-bus-stop, #1929)
  • @uppy/thumbnail-generator: add webp to the list of supported types (@arturi, #1961)
  • @uppy/thumbnail-generator: vendor exif-js source in Uppy (@mskelton, #1940)
  • @uppy/webcam: add showRecordingLength: true option (@dominiceden, #1947)
  • docs: FB and OneDrive are not yet in the CDN bundle (@goto-bus-stop, 61b54b9)
  • docs: add companionHeaders to s3-multipart docs (@goto-bus-stop, a6e44a9)
  • docs: add reset-progress event to docs (@bambii7, #1922)
  • docs: make Robodog naming more consistent (@goto-bus-stop, #1935)
  • docs: make react sample code more standalone (@uxitten, #1864)
  • examples: remove UPPYSERVER_ references (@goto-bus-stop, e74690e)
  • website: add facebook to dashboard example (@ifedapoolarewaju, #1930)
  • website: add plugin versions (@arturi, #1952)
  • website: enable onedrive on the website example (@ifedapoolarewaju, #1975)
ifedapoolarewaju
published 1.6.5 •

goto-bus-stop
published 1.6.4 •

ifedapoolarewaju
published 1.6.3 •

arturi
published 1.6.2 •

ifedapoolarewaju
published 1.6.1 •

goto-bus-stop
published 1.6.0 •

Changelog

Source

1.6.0

Released: 2019-11-04

This release adds Icelandic translations and a long-awaited setOptions API to change configuration (including language) at runtime.

| Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3-multipart | 1.3.4 | @uppy/onedrive | 0.1.2 | | @uppy/aws-s3 | 1.3.3 | @uppy/progress-bar | 1.3.2 | | @uppy/companion | 1.6.0 | @uppy/provider-views | 1.5.0 | | @uppy/core | 1.6.0 | @uppy/react | 1.4.0 | | @uppy/dashboard | 1.5.0 | @uppy/robodog | 1.4.0 | | @uppy/drag-drop | 1.4.0 | @uppy/status-bar | 1.4.0 | | @uppy/dropbox | 1.3.3 | @uppy/thumbnail-generator | 1.5.0 | | @uppy/facebook | 0.2.0 | @uppy/transloadit | 1.4.0 | | @uppy/file-input | 1.4.0 | @uppy/tus | 1.5.0 | | @uppy/form | 1.3.3 | @uppy/url | 1.4.0 | | @uppy/golden-retriever | 1.3.2 | @uppy/utils | 2.1.0 | | @uppy/google-drive | 1.3.3 | @uppy/webcam | 1.4.0 | | @uppy/informer | 1.3.2 | @uppy/xhr-upload | 1.4.0 | | @uppy/instagram | 1.3.3 | uppy | 1.6.0 | | @uppy/locales | 1.9.0 | - | - |

  • @uppy/companion: Add S3 useAccelerateEndpoint option (@steverob, #1884)
  • @uppy/companion: only set Access-Control-Allow-Credentials header when origin is whitelisted (@ifedapoolarewaju, #1901)
  • @uppy/companion: set a more visible thumbnail size for dropbox (@ifedapoolarewaju, #1917)
  • @uppy/companion: upgrade connect-redis (@ifedapoolarewaju, #1911)
  • @uppy/core: Allow passing meta type to upload-success and complete events (@MatthiasKunnen, #1879)
  • @uppy/core: add UppyFile.response typing (@superhawk610, #1882)
  • @uppy/core: add setOptions API (@arturi, #1728)
  • @uppy/core: skip upload-success event for a file that has been removed (@julianocomg, #1875)
  • @uppy/facebook: use grid view with big image previews for album folders (@ifedapoolarewaju, #1886)
  • @uppy/locales: Added Icelandic :iceland: (@olitomas, #1916)
  • @uppy/provider-views: Fix sizes for smaller images in grid layout (@arturi, #1897)
  • @uppy/provider-views: provider views breadcrumbs is failed to render (@huydod, #1914)
  • @uppy/transloadit: send Transloadit-Client header with HTTP API requests (@goto-bus-stop, #1919)
  • @uppy/tus: terminate tus upload when cancelling instead of just pausing and letting it expire (@ifedapoolarewaju, #1909)
  • @uppy/utils: accept sync functions in wrapPromiseFunction() (@goto-bus-stop, #1910)
  • docs: README.md wording and formatting changes (@sercraig, #1900)
  • docs: clarify that 'upload-success' and 'upload-error' response parameter is specific to some uploaders (@bambii7, #1921)
  • docs: add OneDrive to Companion documentation (@ifedapoolarewaju, #1925)
  • examples: support COMPANION_AWS_ENDPOINT in aws-companion example so it can be used with other S3-compatible services (@goto-bus-stop, 1ab63aa)
  • website: improve support page design (@arturi, #1913)
ifedapoolarewaju
published 1.5.0 •

Changelog

Source

1.5.0

Released: 2019-10-09

This release features new remote providers for Facebook and OneDrive, new languages, and a more robust approach to simultaneous upload limiting and cancellation.

| Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3-multipart | 1.3.1 | @uppy/onedrive | 0.1.0 | | @uppy/aws-s3 | 1.3.1 | @uppy/progress-bar | 1.3.1 | | @uppy/companion-client | 1.4.0 | @uppy/provider-views | 1.4.0 | | @uppy/companion | 1.5.0 | @uppy/react-native | 0.1.3 | | @uppy/core | 1.5.0 | @uppy/react | 1.3.1 | | @uppy/dashboard | 1.4.0 | @uppy/redux-dev-tools | 1.3.1 | | @uppy/drag-drop | 1.3.1 | @uppy/robodog | 1.3.1 | | @uppy/dropbox | 1.3.1 | @uppy/status-bar | 1.3.1 | | @uppy/facebook | 0.1.0 | @uppy/thumbnail-generator | 1.4.0 | | @uppy/file-input | 1.3.1 | @uppy/transloadit | 1.3.1 | | @uppy/form | 1.3.1 | @uppy/tus | 1.4.1 | | @uppy/golden-retriever | 1.3.1 | @uppy/url | 1.3.1 | | @uppy/google-drive | 1.3.1 | @uppy/utils | 2.0.0 | | @uppy/informer | 1.3.1 | @uppy/webcam | 1.3.1 | | @uppy/instagram | 1.3.1 | @uppy/xhr-upload | 1.3.1 | | @uppy/locales | 1.7.0 | uppy | 1.5.0 |

  • @uppy/companion: revoke companion's provider access on "logout" (@ifedapoolarewaju, #1843)
  • @uppy/companion-client: rename serverHeaders to companionHeaders (@goto-bus-stop, #1861)
  • @uppy/core: avoid overwriting duplicate files by a) throwing a warning instead and b) adding the relative-path of files to a new tus fingerprint function (we might use file.id as a fingerprint instead) (#754, #1606) (@arturi, #1767)
  • @uppy/dashboard: add missing fields to DashboardOptions typescript typings (@MatthiasKunnen, #1830)
  • @uppy/facebook: add facebook remote provider (@ifedapoolarewaju, #1794)
  • @uppy/locales: add Czech (@tvaliasek, #1842)
  • @uppy/locales: add Danish (@Pzoco, #1837)
  • @uppy/onedrive: add OneDrive remote provider (@ifedapoolarewaju, #1831)
  • @uppy/thumbnail-generator: add waitForThumbnailsBeforeUpload option, false by default (@arturi, #1803)
  • @uppy/transloadit: pin socket.io version to ES5 compatible one (@goto-bus-stop, https://github.com/transloadit/uppy/commit/5839b655f093edaa778d49b719f7dda063ef79cb)
  • @uppy/xhr-upload,tus,aws-s3: use more cancellation-friendly strategy for limit: N uploads (@goto-bus-stop, #1736)
  • @uppy/aws-s3-multipart: fix queueing behaviors, especially interaction with cancellation (@goto-bus-stop, #1855)
  • @uppy/locales: fix typo in Persian locale (@uxitten, #1865)
  • @uppy/locales: improve Swedish translation (@marcusforberg, #1859)
  • @uppy/aws-s3: replace browser-only resolve-url by isomorphic url-parse (@goto-bus-stop, #1854)
  • docs: remove pre 1.0 notice from changelog (@mskelton, #1858)
  • docs: fix typo (@leftdevel, #1852)
  • test: add end-to-end test with retries (@ifedapoolarewaju, #1766)

1.4

Released: 2019-08-30

In this release we’ve focused on issue busting on GitHub, nearly halving them. Uppy also learned how to bark in Swedish, Greek, Indonesian, Serbian (Latin), and improved on its Finnish and French. The Transloadit plugin gained a limit option. The Docs and the website have been improved.

⚠️ With recent Lerna improvements, you no longer need to do npm run bootstrap when developing Uppy — npm install does all the work now!

| Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3-multipart | 1.3.0 | @uppy/provider-views | 1.3.0 | | @uppy/aws-s3 | 1.3.0 | @uppy/react | 1.3.0 | | @uppy/companion-client | 1.3.0 | @uppy/redux-dev-tools | 1.3.0 | | @uppy/companion | 1.4.0 | @uppy/robodog | 1.3.0 | | @uppy/core | 1.4.0 | @uppy/status-bar | 1.3.0 | | @uppy/dashboard | 1.3.0 | @uppy/store-default | 1.2.0 | | @uppy/drag-drop | 1.3.0 | @uppy/store-redux | 1.2.0 | | @uppy/dropbox | 1.3.0 | @uppy/thumbnail-generator | 1.3.0 | | @uppy/file-input | 1.3.0 | @uppy/transloadit | 1.3.0 | | @uppy/form | 1.3.0 | @uppy/tus | 1.4.0 | | @uppy/golden-retriever | 1.3.0 | @uppy/url | 1.3.0 | | @uppy/google-drive | 1.3.0 | @uppy/utils | 1.3.0 | | @uppy/informer | 1.3.0 | @uppy/webcam | 1.3.0 | | @uppy/instagram | 1.3.0 | @uppy/xhr-upload | 1.3.0 | | @uppy/locales | 1.6.0 | uppy | 1.4.0 | | @uppy/progress-bar | 1.3.0 | - | - |

  • @uppy/companion: bump lodash.merge to 4.6.2 to fix audit warning (#1796 / @rettgerst)
  • @uppy/companion: Fix s3 uploads for URL plugins (#1784 / @@ifedapoolarewaju)
  • @uppy/companion: set allowed http methods internally (#1754 / @ifedapoolarewaju)
  • @uppy/companion: whenever an error is returned from companion: the auth screen will be displayed if the user was never authenticated, if the user is authenticated, the last screen on display before the error will be displayed (#1743 / @ifedapoolarewaju)
  • @uppy/core: fix "Cannot read property 'log' of undefined" (#1785 / @theJoeBiz)
  • @uppy/core: Made sure we can upload new files if we cancel last file (allowMultipleUploads: false) (#1764 / @lakesare)
  • @uppy/core: use setFileState inside retryUpload (#1759 / @goto-bus-stop)
  • @uppy/dashboard, @uppy/drag-drop: getDroppedFiles.js: handle exceptions better (#1797 / @lakesare)
  • @uppy/dashboard: ⚠️ Add data attribute with file source, hide the file source icon (where the file was selected from) in the Dashboard with CSS. If you really want this back, please look in the PR and set your custom CSS to .uppy-DashboardItem-sourceIcon { display: inline-block; } (#1809 / @arturi)
  • @uppy/dashboard: add dashboard:file-edit-start and dashboard:file-edit-complete events (#1776 / @arturi)
  • @uppy/dashboard: Fix log duplication and excessive ResizeObserver log (#1747 / @lakesare)
  • @uppy/dashboard: fix wrong typescript definition for metaFields property (#1763 / @mrbatista)
  • @uppy/form: try/catch parsing, set updatedResult to an empty array when not an array (#1800 / @arturi)
  • @uppy/locales: Add id_ID (indonesia) locale (#1778 / @achmiral)
  • @uppy/locales: Add translations in Swedish (#1771 / @arggh)
  • @uppy/locales: Adding support for Greek language (#1802 / @Tashows)
  • @uppy/locales: correct some fr_FR localization strings (#1807 / @czj)
  • @uppy/locales: Create sr_RS_Cyrillic.js (#1748 / @nndevstudio)
  • @uppy/locales: Finnish semantics improved and fixed some typos (#1744 / @@jukakoski)
  • @uppy/locales: Update sr_RS_Latin.js (#1749 / @nndevstudio)
  • @uppy/transloadit: add limit option, warn about using limit when it’s set to 0. In Uppy 2.0 we’ll set the limit to something sensible (like 10 files) by default. (#1789 / @arturi)
  • @uppy/xhr-upload: Throw an error when trying to upload a remote file with bundle: true (#1769 / @arturi)
  • build: ci: tweak job run order (#1740 / @goto-bus-stop)
  • build: Fix statefulset update: statefulsets image only should be updated. (#1821 / @kiloreux)
  • build: Lerna link convert. This installs dependencies of all packages, the website, and all examples into the root node_modules folder. After an npm install, no further lerna bootstrap is required. (#1730 / @goto-bus-stop)
  • build: Update eslint to v6 (#1777 / @goto-bus-stop)
  • core: Made addFile return the file id (#1739 / @eliOcs)
  • docs: add “force metafield” to docs and changelog (ab053e7ab266d3a4838069ed23675bb9211e4d1a / @arturi)
  • docs: explicitly document supported tus-js-client options (#1755 / @goto-bus-stop)
  • docs: Link to Transloadit plugin from Robodog Form page (#1810 / @janko)
  • docs: redux - mentioned that we can't persist Uppy state (#1793 / @lakesare)
  • docs: talk about marking some files as “already uploaded” (c345cbd58992f7bea9525629c28d38420c6b36a3 / @arturi)
  • docs: Talk about using a custom file input, instead of the file-input plugin (#1765 / @arturi)
  • tests: e2e: reintroduce e2e test for providers locally (#1706 / @ifedapoolarewaju)
  • website: /examples/dragdrop - added more obvious 'file was uploaded' indicator (#1750 / @lakesare)
  • website: /examples/xhrupload - more obvious UI, added a list of uploaded files (#1768 / @lakesare)
  • website: add new version of hexo-filter-github-emojis (#1783 / @lakesare)
  • website: fix docs/locales code escaping and css overflow (5a0055c15d04d97e8a0feb784daa7abe8da1d72d / @arturi)

1.3

Released: 2019-07-19

This release fixes id generation for non-latin characters, significantly improves accessibility in Dashboard and all around, logs versions of every plugin, changes how debug logs work, and more.

| Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3-multipart | 1.2.0 | @uppy/progress-bar | 1.2.0 | | @uppy/aws-s3 | 1.2.0 | @uppy/provider-views | 1.2.0 | | @uppy/companion-client | 1.2.0 | @uppy/react | 1.2.0 | | @uppy/companion | 1.3.0 | @uppy/redux-dev-tools | 1.2.0 | | @uppy/core | 1.2.0 | @uppy/robodog | 1.2.0 | | @uppy/dashboard | 1.2.0 | @uppy/status-bar | 1.2.0 | | @uppy/drag-drop | 1.2.0 | @uppy/thumbnail-generator | 1.2.0 | | @uppy/dropbox | 1.2.0 | @uppy/transloadit | 1.2.0 | | @uppy/file-input | 1.2.0 | @uppy/tus | 1.3.0 | | @uppy/form | 1.2.0 | @uppy/url | 1.2.0 | | @uppy/golden-retriever | 1.2.0 | @uppy/utils | 1.2.0 | | @uppy/google-drive | 1.2.0 | @uppy/webcam | 1.2.0 | | @uppy/informer | 1.2.0 | @uppy/xhr-upload | 1.2.0 | | @uppy/instagram | 1.2.0 | uppy | 1.3.0 | | @uppy/locales | 1.5.0 | - | - |

  • @uppy/aws-s3-multipart: Add metadata support for S3 MultiPart (#1698 / @davekiss)
  • @uppy/aws-s3: Allow overriding of getResponseData() (#1647 / @eman8519)
  • @uppy/aws-s3: prevent unnecessary delete multiparts request for completed files (#1650 / @twarlop)
  • @uppy/companion-client: send correct versions to companion (#1694 / @ifedapoolarewaju)
  • @uppy/companion, @uppy/companion-client: ⚠️send uppy-versions header to companion: please see how to avoid errors if you are using Companion but NOT as standalone (#1612 / @ifedapoolarewaju)
  • @uppy/companion: add colors to logs (#1648 / @ifedapoolarewaju)
  • @uppy/companion: Change cloud in gcloud-deploy (#1729 / @kiloreux)
  • @uppy/companion: change oauth access token transport method (#1668 / @ifedapoolarewaju)
  • @uppy/companion: display truer error during oauth failure (#1702 / @ifedapoolarewaju)
  • @uppy/companion: don’t log uppyAuthToken (#1663 / @ifedapoolarewaju)
  • @uppy/companion: don’t send error stack to client (#1649 / @ifedapoolarewaju)
  • @uppy/companion: prevent logging uppyAuthToken (#1663 / @ifedapoolarewaju)
  • @uppy/companion: properly load instagram username (#1651 / @ifedapoolarewaju)
  • @uppy/companion: remove deprecated dropbox field (#1692 / @ifedapoolarewaju)
  • @uppy/companion: return nextPagePath for drive/dropbox (#1652 / @stephentuso)
  • @uppy/core: _calculateTotalProgress results in incorrectly high (1038%) progress with files that don’t have size (like from Instagram) (#1610 / @goto-bus-stop)
  • @uppy/core: ⚠️ Add an option to supply logger with debug, warn and error methods: ⚠️ this switches to console.debug from console.log by default, you might need to change settings in your dev tools to see Uppy logs! (#1661 / @arturi, @goto-bus-stop, @kvz)
  • @uppy/core: Added heic file type, refactor getFileType (#1734 / @arturi)
  • @uppy/core: adjust ID generation to keep non-latin characters: now, non-latin characters are encoded as their charcode in base 32, so files that only differ by name in a non-latin language will generate different IDs. (#1722 / @goto-bus-stop)
  • @uppy/core: Check for existing upload (#1367 / @superandrew213)
  • @uppy/core: check option types early, like making sure allowedFileTypes is an array, in cases where JS would not be able to auto-fix via typecasting (otherwise it's BC-breaking)
  • @uppy/core: Enable partial assignment of restrictions passed as options (#1654 / @janklimo)
  • @uppy/core: Log versions of Uppy plugins for debugging (#1640 / @arturi)
  • @uppy/core: make meta.name not required in addFile() (#1629 / @goto-bus-stop)
  • @uppy/core: Restrictions improvements — set file.type to the one detected by Uppy, before calling onBeforeFileAdded callback, emit restriction-failed for minNumberOfFiles, too (so in uppy.upload (#1726 / @arturi)
  • @uppy/dashboard: ⚠️ More design improvements: Add more button, improved focus styles, Replaced "Copy link" & "Edit" links with icons (#1574 / @nqst, @lakesare, @arturi)
  • @uppy/dashboard: ⚠️ Moved all provider-views translation strings from Dashboard to Core, this eliminates a dependency of provider-views upon Dashboard (#1712/ @lakesare)
  • @uppy/dashboard: add modal open and close events (#1664 / @arturi)
  • @uppy/dashboard: Change select button to just say Select 11 instead of Select 11 files, because there can be folders (https://github.com/transloadit/uppy/issues/1422)
  • @uppy/dashboard: connected labels to inputs in FileCard.js (#1715 / @lakesare)
  • @uppy/dashboard: Dashboard performance improvements (#1671 / @goto-bus-stop)
  • @uppy/dashboard: Fix header bar css in ie11 (#1700 / @lakesare)
  • @uppy/dashboard: Ie11 filecard preview fix (#1718 / @lakesare)
  • @uppy/dashboard: Refactor FileCard component to fix loosing metadata state on re-renders (#1656 / @arturi)
  • @uppy/drag-drop: make DragDrop entirely clickable (#1633 / @lakesare)
  • @uppy/form: exclude own metadata, append result instead of overwriting (#1686 / @arturi)
  • @uppy/locales: add Arabic, Saudi Arabia (#1673 / @HussainAlkhalifah)
  • @uppy/locales: add Turkish (#1667 / @ayhankesicioglu)
  • @uppy/locales: added Finnish (#1719 / @jukakoski)
  • @uppy/provider-views: Add translations for aria labels in provider views (#1696 / @lakesare)
  • @uppy/provider-views: Persist selected checkboxes when moving between folders (#1672 / @arturi)
  • @uppy/provider-views: Select 5 files --> Select 5, because there are also folders (#1697 / @arturi)
  • @uppy/robodog: allow customizing triggerUploadOnSubmit (#1691 / @goto-bus-stop)
  • @uppy/robodog: fix form({ modal: true }) not enabling modal options (#1690 / @goto-bus-stop)
  • @uppy/robodog: use chooseFiles string like @uppy/file-input (#1669 / @goto-bus-stop)
  • @uppy/status-bar: Show total file size / total uploaded of all started vs total / total upload of those not complete (#1685 / @arturi)
  • @uppy/thumbnail-generator: rotate according to EXIF metadata (#1532 / @Botz)
  • @uppy/transloadit: expand on resume: false reasons (afd30a43b8106d0ca79c6f95de0673b69f3edcb5 / @goto-bus-stop)
  • @uppy/transloadit: reduce excessive polling (#1689 / @goto-bus-stop)
  • @uppy/utils: ⚠️ prettyBytes 1000 --> 1024: we’ve decided to move prettier-bytes to @uppy/utils/lib/prettyBytes and divide by 1024 instead of 1000 to justify KB vs kB (#1732 / @arturi)
  • @uppy/webcam: Allow definition of MediaRecorder mimeType (#1708 / @davekiss)
  • @uppy/webcam: Change webcam file name so that it fits on one line in Dashboard (#1660 / @arturi)
  • @uppy/xhr-upload: send global metadata when bundle: true (#1677 / @goto-bus-stop)
  • @uppy/xhr-upload: Set type and name from file.meta, re-create blob (#1616 / @arturi)
  • *: Accessibility follow-up PR: make all svgs not focusable in IE11 (#1662 / @lakesare)
  • *: Added focus styles for all elements (#1701 / @lakesare)
  • *: Log error in uppy.addFile try/catch (#1680 / @arturi)
  • *: use opts.id as the plugin ID for all plugins, fixes #1674 (https://github.com/transloadit/uppy/commit/e6c52f7681dad5a73c85bac2c7986293eda76a85 / @goto-bus-stop)
  • build: ci — use a fancy matrix (#1709 / @goto-bus-stop)
  • build: deps: get rid of eslint-config-standard-preact (#1678 / @goto-bus-stop)
  • build: Update webdriverio to v5 (#1675 / @goto-bus-stop)
  • dashboard/providers: many-many-many accessibility improvements, introduced superfocus (#1507 / @lakesare, @arturi)
  • docs: add custom plugin example (#1623 / @arturi)
  • docs: document redux store wart (9948a841b7a3dac17dc0c24fb347baf5f2b2ab72 / @goto-bus-stop)
  • docs: Fix docs navigation (#1717 / @larowlan)
  • docs: Missing build step from readme, npm start will fail without this (#1735 / magumbo)
  • website: add Community projects (#1620 / @kvz)
  • website: Add signature authentication to Transloadit example on the website (#1705 / @goto-bus-stop)
  • website: Add support for arguments in website’s console.log hack (@arturi / #1641)
  • website: IE10: note we are stll running tests with it, but not actively supporting it (7c9b55ce2e3b7021ad60bffe94e3587231c2de6a / @arturi)
  • website: Improve website transloadit example (#1659 / @arturi)
  • website: make passing options to partials/docs_menu optional (6ac7f4825b9fd714b5564b7cedb21fb199f5a1e7 / @arturi) @uppy/dashboard - made Add More always stick to the right (#1733 / @lakesare)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc