Skip to main content

· 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.

· 2 min read

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

· 3 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',
});

· 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