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

1.16.0

Diff

Changelog

Source

1.16.0

Released: 2020-06-13

This release fixes Drag Drop plugin bug introduced in the previous release (@uppy/drag-drop@1.4.13) and adds NetworkError reporting and error.isNetworkError to the Transloadit plugin.

| Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3-multipart | 1.7.1 | @uppy/onedrive | 1.1.7 | | @uppy/aws-s3 | 1.6.6 | @uppy/progress-bar | 1.3.15 | | @uppy/companion-client | 1.5.0 | @uppy/provider-views | 1.6.7 | | @uppy/companion | 2.0.0-alpha.4 | @uppy/react | 1.8.0 | | @uppy/core | 1.11.0 | @uppy/robodog | 1.7.0 | | @uppy/dashboard | 1.10.0 | @uppy/screen-capture | 1.0.3 | | @uppy/drag-drop | 1.4.14 | @uppy/status-bar | 1.7.0 | | @uppy/dropbox | 1.4.7 | @uppy/thumbnail-generator | 1.6.1 | | @uppy/facebook | 1.1.7 | @uppy/transloadit | 1.6.0 | | @uppy/file-input | 1.4.13 | @uppy/tus | 1.6.0 | | @uppy/form | 1.3.16 | @uppy/url | 1.5.7 | | @uppy/golden-retriever | 1.3.15 | @uppy/utils | 3.1.0 | | @uppy/google-drive | 1.5.7 | @uppy/webcam | 1.6.7 | | @uppy/informer | 1.5.7 | @uppy/xhr-upload | 1.6.0 | | @uppy/instagram | 1.4.7 | uppy | 1.16.0 | | @uppy/locales | 1.15.0 | - | - |

  • @uppy/dashboard: Refactor FileProgress component (#2303, #2292 / @arturi, @atsawin)
  • @uppy/dashboard: Move the FileItem’s new ErrorButton, it was overlapping the edit button (0e78e32e4cf50b276ee4a48f1bf57e6be279b539 / @arturi)
  • @uppy/drag-drop: Fix the issue with click event occuring twice, try hiding the input altogether (#2307 / @arturi)
  • @uppy/transloadit: Add NetworkError handling to Transloadit plugin, refactor things, update docs about error.isNetworkError (#2291 / @arturi)
  • @uppy/companion: Companion 2.0 (pre-released as alpha for now) (#2273 / @ifedapoolarewaju)
  • @uppy/locales: Update of Galician i18n strings. (#2308 / @jarey)
  • build: chores: catch custom version suffices (alpha, beta etc.) (#2311 / ifedapoolarewaju)
goto-bus-stop
published 1.15.1 •

arturi
published 1.15.0 •

Changelog

Source

1.15.0

Released: 2020-05-25

This release features Bug Fixes And Performance Improvements™ (actually significant ones), two new languages, and a handful of nifty new Dashboard features.

| Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3-multipart | 1.7.0 | @uppy/onedrive | 1.1.6 | | @uppy/aws-s3 | 1.6.5 | @uppy/progress-bar | 1.3.14 | | @uppy/companion-client | 1.4.5 | @uppy/provider-views | 1.6.6 | | @uppy/companion | 2.0.0-alpha.3 | @uppy/react | 1.7.0 | | @uppy/core | 1.10.5 | @uppy/robodog | 1.6.7 | | @uppy/dashboard | 1.9.0 | @uppy/screen-capture | 1.0.2 | | @uppy/drag-drop | 1.4.13 | @uppy/status-bar | 1.6.6 | | @uppy/dropbox | 1.4.6 | @uppy/thumbnail-generator | 1.6.0 | | @uppy/facebook | 1.1.6 | @uppy/transloadit | 1.5.11 | | @uppy/file-input | 1.4.12 | @uppy/tus | 1.5.13 | | @uppy/form | 1.3.15 | @uppy/url | 1.5.6 | | @uppy/golden-retriever | 1.3.14 | @uppy/utils | 3.0.0 | | @uppy/google-drive | 1.5.6 | @uppy/webcam | 1.6.6 | | @uppy/informer | 1.5.6 | @uppy/xhr-upload | 1.5.11 | | @uppy/instagram | 1.4.6 | uppy | 1.15.0 | | @uppy/locales | 1.14.0 | - | - |

  • @uppy/aws-s3-multipart: make chunk size configurable (#2253 / @goto-bus-stop)
  • @uppy/aws-s3: add missing cuid dependency (#2236 / @tmaier)
  • @uppy/aws-s3: fix accidental overwrite of file metadata (#2276 / @goto-bus-stop)
  • @uppy/companion-client: add missing @uppy/utils dependency (#2266 / @goto-bus-stop)
  • @uppy/companion: fix crash if provider returns an empty error response (#2264 / @ifedapoolarewaju)
  • @uppy/companion: ignore environment variables that contain the empty string (#2283 / @ifedapoolarewaju)
  • @uppy/companion: validate options when using the Node.js API (#2275 / @ifedapoolarewaju)
  • @uppy/core: add more suggestions to console warning when incorrect target option is provided (#2242 / @goto-bus-stop)
  • @uppy/dashboard: add option to let users remove already uploaded files, UI only (#2284 / @arturi)
  • @uppy/dashboard: display error message for individual files (#2224 / @lafe)
  • @uppy/dashboard: render only visible files to the DOM (VirtualList) to drastically improve performance (#2161 / @goto-bus-stop)
  • @uppy/drag-drop: add a more accessible <label> element for the hidden input (#2257 / @arturi)
  • @uppy/locales: add Bulgarian bg_BG (#2280 / @intenzive)
  • @uppy/locales: add Slovakian sk_SK (#2261 / @suchoproduction)
  • @uppy/progress-bar: hide the progress bar if no upload is in progress (#2252 / @nicojones)
  • @uppy/thumbnail-generator: generate 80% quality JPEGs instead of high-quality PNGs for a 30% perf win (#2246 / @goto-bus-stop)
  • @uppy/thumbnail-generator: support optional lazy thumbnail generation (#2161 / @goto-bus-stop)
  • @uppy/transloadit: add typings for Companion URL constants (#2244 / @goto-bus-stop)
  • @uppy/transloadit: fix typo that caused outdated Assembly data in 'complete' event (#2287 / @goto-bus-stop)
  • @uppy/transloadit: when cancelling all uploads, only cancel assemblies that belong to an ongoing upload (#2277 / @goto-bus-stop)
  • @uppy/tus: fix tus uploads getting terminated if the file is removed from Uppy after the upload completed (#2262 / @zachconner)
  • @uppy/utils: fix typescript typings for the Translator constructor (#2263 / @goto-bus-stop)
  • @uppy/utils: remove @uppy/utils/lib/prettyBytes, use @transloadit/prettier-bytes instead (#2231 / @kvz)
  • @uppy/webcam: show an "Enable Camera" screen if no camera device is available (#2282 / @arturi)
  • website: list Robodog size and sort size stats by plugin name (#2259 / @goto-bus-stop)
goto-bus-stop
published 1.14.0 •

ifedapoolarewaju
published 1.13.3 •

goto-bus-stop
published 1.13.2 •

Changelog

Source

1.13.2

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)
ifedapoolarewaju
published 1.13.1 •

Changelog

Source

1.13.1

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)
goto-bus-stop
published 1.13.0 •

Changelog

Source

1.13.0

Released 2020-04-08

| Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3-multipart | 1.6.0 | @uppy/onedrive | 1.1.1 | | @uppy/aws-s3 | 1.6.0 | @uppy/progress-bar | 1.3.9 | | @uppy/companion | 1.12.0 | @uppy/provider-views | 1.6.1 | | @uppy/core | 1.10.0 | @uppy/react | 1.6.1 | | @uppy/dashboard | 1.8.1 | @uppy/robodog | 1.6.2 | | @uppy/drag-drop | 1.4.8 | @uppy/status-bar | 1.6.1 | | @uppy/dropbox | 1.4.1 | @uppy/thumbnail-generator | 1.5.8 | | @uppy/facebook | 1.1.1 | @uppy/transloadit | 1.5.6 | | @uppy/file-input | 1.4.7 | @uppy/tus | 1.5.8 | | @uppy/form | 1.3.10 | @uppy/url | 1.5.1 | | @uppy/golden-retriever | 1.3.9 | @uppy/utils | 2.4.0 | | @uppy/google-drive | 1.5.1 | @uppy/webcam | 1.6.1 | | @uppy/informer | 1.5.1 | @uppy/xhr-upload | 1.5.6 | | @uppy/instagram | 1.4.1 | uppy | 1.13.0 | | @uppy/locales | 1.13.1 | - | - |

This Release improves Google Drive's GSuite files support to export files to more flexible + popular formats

  • @uppy/companion: favor xlsx, docx, ppt formats when export gsuite files (#2182 / @ifedapoolarewaju)
  • @uppy/locales: remove legacy translations that have been re-translated (@goto-bus-stop)
  • @uppy/companion: use full path for provider URL when the root path depends on user input (#2176 / @ifedapoolarewaju)
  • @uppy/aws-s3: handle upload internally instead of deferring to xhr-upload (#2060 / @goto-bus-stop)
  • @uppy/aws-s3: fix missing typescript type for metaFields option (#1866 / @goto-bus-stop)
  • @uppy/robodog: Pass hideUploadButton to Dashboard in Robodog too (#2169 / @arturi)
  • @uppy/dashboard: add theme option to typescript typings (@goto-bus-stop)
  • @uppy/aws-s3-multipart: emit upload-error when companion returns error during upload instantiation (#2168 / @ifedapoolarewaju)
ifedapoolarewaju
published 1.12.0 •

Changelog

Source

1.12.0

Released 2020-04-01

| Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3 | 1.5.4 | @uppy/robodog | 1.6.0 | | @uppy/companion | 1.11.1 | @uppy/thumbnail-generator | 1.5.7 | | @uppy/dashboard | 1.8.0 | @uppy/transloadit | 1.5.4 | | @uppy/locales | 1.13.0 | @uppy/xhr-upload | 1.5.4 | | @uppy/react | 1.6.0 | uppy | 1.12.0 |

This release adds the Romanian language, more input validation in Companion, and a way to render custom metadata fields in the Dashboard UI.

  • @uppy/companion: validate all client provided upload data. (#2160 / @ifedapoolarewaju)
  • @uppy/dashboard: allow custom metadata fields when editing files (#2147 / @galli-leo)
  • @uppy/locales: Remove obsolete strings from language files. (894c739 / @goto-bus-stop)
  • @uppy/locales: Romanian (ro_RO) language pack added. (#2162 / @akizor)
  • @uppy/robodog: Add Facebook and OneDrive to the bundle. (#2165 / @arturi)
  • @uppy/transloadit: fix progress with very different Assembly runtimes (#2143 / @agreene-coursera)
  • build: Fix locale pack test output (#2153 / @goto-bus-stop)
  • docs: Fix fragment URL (#2156 / @ishendyweb)
  • docs: document XHRUpload#validateStatus option. (#2154 / @goto-bus-stop)
  • examples: document npm run build step. (697ad04 / @goto-bus-stop)
ifedapoolarewaju
published 1.11.5 •

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