Uppy 1.26 brings a new disabled
option for the Dashboad, ability to set
headers per file with XHR Upload, and fixes for the Transloadit plugin.
Uppy 1.25: right-to-left scripts, Ukrainian translation, Companion improvements
Uppy 1.25 adds support for right-to-left scripts, Ukrainian translation and various improvements for Companion.
Just see how cool this looks, and read further for a video demo and some behind the scenes implementation sorcery:
Uppy 1.24: 🎅 Happy Holidays — Svelte, React hook, Auto Open Image Editor
Uppy 1.24 adds an experimental Svelte integration, additional React components,
autoOpenFileEditor
option for Dashboard, and a Norwegian (bokmål) translation!
Uppy 1.23: Vue.js, Box, Done button and cloud file restrictions
Uppy 1.23 brings Vue.js components 💥, Box file service support, a “Done” button for the Status Bar + Dashboard, and a better cloud file restrictions UI.
🎃 Uppy 1.22: Webcam camera source, Unsplash and maxTotalFileSize
Uppy 1.22 (the spooky Halloween edition) adds a new Unsplash provider, Webcam
camera selector dropdown and a maxTotalFileSize
restriction.
Companion 2.0 is here
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 🌈
One of the most-requested Uppy features, the Image Editor, has landed (as beta) in 1.18.
Adding Custom Providers: Step by Step Tutorial to add Custom Providers
Uppy 1.11 — 1.13: Dark Mode, custom meta fields and Google Docs in Companion
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 defaultdark
auto
— will respect the user’s system settings and switch automatically
uppy.use(Dashboard, {
theme: 'dark',
});
Uppy 1.10.1: Facebook and OneDrive
Uppy 1.10.1
adds long-awaited support for Facebook and
OneDrive 🎉
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:
- Apply a watermark to an image
- Convert an image to WebP
- Encode a video, extract 8 thumbnails and store everything in an S3 bucket
- Encode video for iPhone
- Create a single Zip file containing all uploaded files
(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:
Facebook: