Skip to main content

Blog

Companion 2.0 is here

· 2 min read

We are happy to announce version 2.0 of Companion! 🎉 After maintaining and improving the 1.x series for over a year, we're now releasing a major version bump on the Companion package. The drive on this release is mainly towards fixing some terminology inconsistencies and aligning with Node.js LTS to ease the maintenance burden.

Image Editor 🌈

· 2 min read

One of the most-requested Uppy features, the Image Editor, has landed (as beta) in 1.18.

Uppy 1.11 — 1.13: Dark Mode, custom meta fields and Google Docs in Companion

· 4 min read

Releases 1.11 through 1.13 introduced a bunch of major new features and bugfixes. Let's go through the main ones!

Dark mode

A little while ago we’ve announced work in progress on Dark Mode for the Dashboard. We're happy to tell you it’s live now! You can try it out on the Dashboard example page.

There are three options available:

  • light — the default
  • dark
  • auto — will respect the user’s system settings and switch automatically
uppy.use(Dashboard, {
theme: 'dark',
});

The Uppy Dashboard in dark mode: a black panel reading "Drop files here, paste, browse or import from:" above buttons for My Device, Google Drive, Dropbox, Instagram, Link, Facebook and Camera

Uppy 1.10.1: Facebook and OneDrive

· 2 min read

Uppy 1.10.1 adds long-awaited support for Facebook and OneDrive 🎉

Screenshot showing Uppy file uploader with Facebook and OneDrive options

const uppy = Uppy();
uppy.use(Dashboard);
uppy.use(Facebook, {
target: Dashboard,
companionUrl: 'https://companion.uppy.io/',
});
uppy.use(OneDrive, {
target: Dashboard,
companionUrl: 'https://companion.uppy.io/',
});

Try the live demos on Transloadit.com: import your files from Facebook or OneDrive, and then:

(Uppy demos are below the description and steps, under “Live Demo. See for yourself” ;-)

You can also play with an interactive demo, enabling different Uppy options and providers on the fly: https://uppy.io/examples/dashboard

OneDrive:

Screenshot showing Uppy file uploader with OneDrive file list

Facebook:

Screenshot showing Uppy file uploader with Facebook file list

Uppy 1.7: A Small One

· 4 min read

Uppy 1.7 was released last December! This release added Hebrew translations, a recording length timer for the @uppy/webcam plugin, and a collection of improvements to Companion.

Uppy 1.5: Facebook and OneDrive (beta) support, upload cancellation

· 9 min read

In the past two months, we have halved our open issue count and worked on a much more robust approach to upload cancellation. Members of the community also contributed a bunch of new localizations: Czech, Danish, Greek, Indonesian, and Swedish!

We are also releasing beta versions of new remote providers for Facebook and OneDrive. Please try them out!