|
@@ -20,7 +20,7 @@ If your device has multiple cameras, you can now choose which one you want to us
|
|
|
|
|
|
## maxTotalFileSize
|
|
|
|
|
|
-New `maxTotalFileSize` restriction makes sure the total size of all the files selected isn’t over a certail threshold:
|
|
|
+New `maxTotalFileSize` restriction makes sure the total size of all the files selected isn’t over a certain threshold:
|
|
|
|
|
|
```js
|
|
|
const uppy = new Uppy({
|
|
@@ -47,7 +47,7 @@ The plugin launches in beta, but you can already try it out by installing `@uppy
|
|
|
- @uppy/locales: add missing camera translations to de_DE (#2574 / @ferdiusa)
|
|
|
- @uppy/locales: update el_GR.js with more proper wording for Drag'n'Drop (#2578 / @aalepis)
|
|
|
- @uppy/core: add postprocess progress when upload success (#2535 / @mejiaej)
|
|
|
-- @uppy/react: Webpack5: Fix react imports (#2589 / @@olemoign)
|
|
|
+- @uppy/react: Webpack5: Fix react imports (#2589 / @olemoign)
|
|
|
- @uppy/thumbnail-generator: Add support for png thumbnails (#2603 / @SxDx)
|
|
|
- website: mobile issues fixes + compact Companion migration table (#2593 / @nqst)
|
|
|
|