Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@uppy/locales

Package Overview
Dependencies
Maintainers
5
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/locales - npm Package Versions

1
10

2.0.0-alpha.0

Diff

arturi
published 1.22.0 •

Changelog

Source

1.22.0

Released: 2020-10-29

  • @uppy/companion: add option to hide welcome and metrics (#2521 / @szh)
  • @uppy/companion: add more test cases to companion tests (#2585 / @ifedapoolarewaju)
  • @uppy/companion: upgrade prometheus (fixes memory leak) (#2600 / @ifedapoolarewaju)
  • @uppy/unsplash: add Unsplash provider (#2431 / @ifedapoolarewaju)
  • @uppy/locales: update th_TH.js (#2571 / @dogrocker)
  • @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: core: add maxTotalFileSize restriction #514 (#2594 / @arturi)
  • @uppy/core: add postprocess progress when upload success (#2535 / @mejiaej)
  • @uppy/webcam: add video source selector (#2492 / @goto-bus-stop, @arturi)
  • @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)
arturi
published 1.21.0 •

Changelog

Source

1.21.0

Released: 2020-09-07

This is mostly a Companion 2.0 release 🎉

| Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3-multipart | 1.8.6 | @uppy/provider-views | 1.7.5 | | @uppy/aws-s3 | 1.7.0 | @uppy/react-native | 0.1.4 | | @uppy/companion-client | 1.5.4 | @uppy/react | 1.10.6 | | @uppy/companion | 2.0.0 | @uppy/redux-dev-tools | 1.3.5 | | @uppy/core | 1.13.2 | @uppy/robodog | 1.9.6 | | @uppy/dashboard | 1.12.6 | @uppy/screen-capture | 1.0.8 | | @uppy/drag-drop | 1.4.19 | @uppy/status-bar | 1.7.6 | | @uppy/dropbox | 1.4.14 | @uppy/store-default | 1.2.4 | | @uppy/facebook | 1.1.14 | @uppy/store-redux | 1.2.4 | | @uppy/file-input | 1.4.17 | @uppy/thumbnail-generator | 1.6.7 | | @uppy/form | 1.3.20 | @uppy/transloadit | 1.6.9 | | @uppy/golden-retriever | 1.3.19 | @uppy/tus | 1.7.6 | | @uppy/google-drive | 1.5.14 | @uppy/url | 1.5.11 | | @uppy/image-editor | 0.1.6 | @uppy/utils | 3.2.3 | | @uppy/informer | 1.5.11 | @uppy/webcam | 1.7.0 | | @uppy/instagram | 1.4.14 | @uppy/xhr-upload | 1.6.4 | | @uppy/locales | 1.16.6 | @uppy/zoom | 0.1.3 | | @uppy/onedrive | 1.1.14 | uppy | 1.21.0 | | @uppy/progress-bar | 1.3.19 | - | - |

  • @uppy/webcam: add videoConstraints option (#2362 / @ksouthworth)
  • @uppy/screen-capture: fix translations for capturing (#2482 / @leaanthony)
  • @uppy/companion: add calculated content-length for multipart uploads (#2466 / @ifedapoolarewaju, @mejiaej)
  • @uppy/companion: validate url for truthy value (#2484 / @ifedapoolarewaju)
  • @uppy/companion: Support running standalone with custom options (#2428 / @cyu)
  • @uppy/react-native: Fix react native expo permissions (#2418 / @ajkachnic)
  • @uppy/companion: fix multipart upload (#2490 / @ifedapoolarewaju)
  • @uppy/companion: exclude non downloadable files in fetched list for dropbox (#2493 / @johnnyperkins)
  • @uppy/aws-s3-multipart: fix stuck upload with limit: 1 (#2475 / @goto-bus-stop)
  • @uppy/aws-s3: add default locale for MiniXHRUpload, fixes #2459 (#2477 / @goto-bus-stop)
  • @uppy/locales: fix missleading strings for zh_CN (#2498 / @sparanoid)
  • @uppy/locales: Improve fa_IR Translations (#2494 / @ghasrfakhri)
  • @uppy/aws-s3: Improved validateParameters() error message (#2480 / @kode-ninja)
  • @uppy/companion: remove support for legacy instagram API (#2499 / @ifedapoolarewaju)
  • @uppy/react-native: fix lint (@goto-bus-stop)
  • Update Jest to v26, raise Companion requirements to Node.js >= 10.20.1 (#2472 / @goto-bus-stop)
arturi
published 1.20.1 •

Changelog

Source

1.20.1

Released: 2020-08-13

| Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3-multipart | 1.8.4 | @uppy/provider-views | 1.7.3 | | @uppy/dashboard | 1.12.4 | @uppy/react | 1.10.4 | | @uppy/dropbox | 1.4.12 | @uppy/robodog | 1.9.4 | | @uppy/facebook | 1.1.12 | @uppy/transloadit | 1.6.7 | | @uppy/google-drive | 1.5.12 | @uppy/tus | 1.7.4 | | @uppy/instagram | 1.4.12 | @uppy/zoom | 0.1.1 | | @uppy/onedrive | 1.1.12 | uppy | 1.20.1 |

  • @uppy/aws-s3-multipart: enable uploading zero-sized files (#2451 / @vedran555)
  • @uppy/provider-views: fix incorrect files added count when adding folders (#2439 / @ajkachnic)
  • @uppy/transloadit: add auth.expires type (#2457 / @just-mitch, @goto-bus-stop)
  • @uppy/tus: docs-deprecate autoRetry (#2347 / @goto-bus-stop)
  • @uppy/tus: fix fallback to default fingerprint implementation (#2456 / @Acconut, @goto-bus-stop)
  • docs: add add-on section to Zoom docs (#2452 / @ifedapoolarewaju)
  • docs: add documentation for zoom plugin (#2448 / @ifedapoolarewaju)
arturi
published 1.20.0 •

Changelog

Source

1.20.0

Released: 2020-08-10

This release fixes the localized text on the Dashboard (again), fixes an issue when repeatedly uploading the same file using the Transloadit plugin, and adds a new restriction, minFileSize, thanks to @anthony0030!

| Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3-multipart | 1.8.3 | @uppy/react | 1.10.3 | | @uppy/companion | 2.0.0-alpha.10 | @uppy/robodog | 1.9.3 | | @uppy/core | 1.13.0 | @uppy/status-bar | 1.7.4 | | @uppy/dashboard | 1.12.3 | @uppy/transloadit | 1.6.6 | | @uppy/image-editor | 0.1.4 | uppy | 1.20.0 | | @uppy/locales | 1.16.4 | - | - |

  • @uppy/aws-s3-multipart: handle server returning numbers as strings (@goto-bus-stop)
  • @uppy/companion: make npm run test work on windows (#2399 / @goto-bus-stop)
  • @uppy/core: adds minFileSize option (#2394 / @anthony0030)
  • @uppy/dashboard: use correct strings on AddFiles UI (#2426 / @goto-bus-stop)
  • @uppy/status-bar: specify default string for retryUpload (#2442 / @goto-bus-stop)
  • @uppy/transloadit: fully disable Tus fingerprinting (#2425 / @goto-bus-stop)
  • docs: make global companion install bash line copy-pasteable (#2438 / @goto-bus-stop)
  • test: re-enable Safari on Sauce (#2430 / @goto-bus-stop)
  • website: enable zoom example conditionally + remove conditional instagram graph example (#2422 / @ifedapoolarewaju)
  • website: various fixes (#2433 / @nqst)
arturi
published 1.19.0 •

Changelog

Source

1.19.0

Released: 2020-07-21

Note that this release includes a very minor breaking change. If you are using custom translations for the dropPaste or dropPasteImport locale strings, you need to append the file selection style to the key name. Use dropPasteFiles, dropPasteFolders, or dropPasteBoth, or dropPasteImportFiles, dropPasteImportFolders, or dropPasteImportBoth depending on your dashboard and provider configuration.

  • @uppy/image-editor: fix crop/rotate/zoom buttons on mobile (@arturi)
  • uppy: remove unstable ImageEditor export (@goto-bus-stop)
  • docs: document preact required version when writing custom plugins (@jrschumacher)
  • @uppy/dashboard: fix preact version conflicts if outer app uses Preact X (#2379 / @goto-bus-stop)
  • @uppy/dashboard: add fileManagerSelectionType option, allowing users to select folders (#2334 / @bdirito)
arturi
published 1.18.0 •

Changelog

Source

1.18.0

Released: 2020-07-19

| Package | Version | Package | Version | |-|-|-|-| | @uppy/companion | 2.0.0-alpha.8 | @uppy/react | 1.9.1 | | @uppy/dashboard | 1.11.0 | @uppy/robodog | 1.8.0 | | @uppy/image-editor | 0.1.1 | uppy | 1.18.0 | | @uppy/locales | 1.16.0 | - | - |

  • @uppy/image-editor: 🎉 add long-awaited image cropping, rotation, flipping and zooming (in beta!) (#2370 / @arturi)
  • @uppy/companion: override grant's default redirect_uri for consistent provider options (#2364 / @ifedapoolarewaju)
arturi
published 1.17.2 •

arturi
published 1.17.1 •

goto-bus-stop
published 1.17.0 •

Changelog

Source

1.17.0

Released: 2020-07-15

| Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3-multipart | 1.8.0 | @uppy/onedrive | 1.1.9 | | @uppy/aws-s3 | 1.6.7 | @uppy/progress-bar | 1.3.16 | | @uppy/companion-client | 1.5.1 | @uppy/provider-views | 1.7.0 | | @uppy/companion | 2.0.0-alpha.7 | @uppy/react | 1.9.0 | | @uppy/core | 1.12.0 | @uppy/robodog | 1.7.2 | | @uppy/dashboard | 1.10.2 | @uppy/screen-capture | 1.0.4 | | @uppy/drag-drop | 1.4.16 | @uppy/status-bar | 1.7.1 | | @uppy/dropbox | 1.4.9 | @uppy/thumbnail-generator | 1.6.3 | | @uppy/facebook | 1.1.9 | @uppy/transloadit | 1.6.2 | | @uppy/file-input | 1.4.14 | @uppy/tus | 1.7.0 | | @uppy/form | 1.3.17 | @uppy/url | 1.5.8 | | @uppy/golden-retriever | 1.3.16 | @uppy/utils | 3.2.0 | | @uppy/google-drive | 1.5.9 | @uppy/webcam | 1.6.8 | | @uppy/informer | 1.5.8 | @uppy/xhr-upload | 1.6.1 | | @uppy/instagram | 1.4.9 | uppy | 1.17.0 | | @uppy/locales | 1.15.1 | - | - |

  • ⚠️ @uppy/companion: rename microsoft and google providerOptions to onedrive and drive respectively (#2346 / @ifedapoolarewaju)
  • @uppy/aws-s3-multipart: do not store completed parts in state, fixes a resuming bug (#2326 / @yaegor)
  • @uppy/aws-s3-multipart: retry uploading failed parts (#2312 / @goto-bus-stop)
  • @uppy/companion: dependency updates (#2333 / @goto-bus-stop)
  • @uppy/companion: send custom headers to tus uploads (#2338 / @ifedapoolarewaju)
  • @uppy/core: add reason parameter to the uppy.removeFile() method and the uppy.on('file-removed') event (#2323 / @arturi)
  • @uppy/core: do not create an empty upload in retryAll() if there were no errors (#2361 / @goto-bus-stop)
  • @uppy/locales: add missing strings for Simplified Chinese (#2335 / @sparanoid)
  • @uppy/tus: update tus-js-client to v2 (#2239 / @Acconut, @goto-bus-stop)
  • docs: add authentication setup instructions for Dropbox and Google Drive (#2345 / @goto-bus-stop)
  • docs: explain how to use Uppy with React Hooks (#1936 / @pedrofs)
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc