|
@@ -2,11 +2,14 @@
|
|
|
title: "Uppy 0.26: Lerna"
|
|
|
date: 2018-07-12
|
|
|
author: renee
|
|
|
-published: false
|
|
|
+image: "https://uppy.io/images/blog/0.26/uppy-multiple-packages.png"
|
|
|
+published: true
|
|
|
---
|
|
|
|
|
|
Uppy 0.26 replaces the monolithic Uppy package with a separate npm package for every plugin.
|
|
|
|
|
|
+<img width="448" src="/images/blog/0.26/uppy-multiple-packages.png">
|
|
|
+
|
|
|
<!--more-->
|
|
|
|
|
|
## Lerna
|
|
@@ -67,6 +70,8 @@ The `host` name in remote provider plugins was not great—for one, it could be
|
|
|
- providers: Better provider errors (#895 / @arturi)
|
|
|
- xhr-upload: Add withCredentials option (#874 / @tuoxiansp)
|
|
|
|
|
|
+See [full changelog (0.26 and 0.25.x patches) for more](https://github.com/transloadit/uppy/blob/master/CHANGELOG.md#0260)
|
|
|
+
|
|
|
See you in the next release!
|
|
|
|
|
|
The Uppy Team
|