|
@@ -1,9 +1,9 @@
|
|
---
|
|
---
|
|
-title: "Uppy 1.27: Drop Target plugin, Vue 3 support, Dashboard dynamic meta fields, “Shared with me” folder in Google Drive"
|
|
|
|
|
|
+title: "Uppy 1.27: Drop Target plugin, Vue 3 support, Dashboard dynamic meta fields, “Shared with me” in Google Drive"
|
|
date: 2021-04-05
|
|
date: 2021-04-05
|
|
author: arturi
|
|
author: arturi
|
|
image: "https://uppy.io/images/blog/1.27/drop-target.jpg"
|
|
image: "https://uppy.io/images/blog/1.27/drop-target.jpg"
|
|
-published: false
|
|
|
|
|
|
+published: true
|
|
---
|
|
---
|
|
|
|
|
|
In Uppy 1.27 we’ve added a new `@uppy/drop-target` plugin, enabled support for Vue 3, introduced dynamic `metaFields` option for Dashboard, Google Drive now lists documents that have been shared with you.
|
|
In Uppy 1.27 we’ve added a new `@uppy/drop-target` plugin, enabled support for Vue 3, introduced dynamic `metaFields` option for Dashboard, Google Drive now lists documents that have been shared with you.
|
|
@@ -17,7 +17,7 @@ In Uppy 1.27 we’ve added a new `@uppy/drop-target` plugin, enabled support for
|
|
|
|
|
|
## Drop Target
|
|
## Drop Target
|
|
|
|
|
|
-With `@uppy/drop-target` it is now possible to turn your whole app / page into a drag-and-drop area:
|
|
|
|
|
|
+With `@uppy/drop-target` it is now possible to turn your whole app / page (or any other element, like `<textarea>`, for instance) into a drag-and-drop area:
|
|
|
|
|
|

|
|

|
|
|
|
|
|
@@ -61,11 +61,11 @@ See [Dashboard `metaFields`](https://uppy.io/docs/dashboard/#metaFields) docs fo
|
|
|
|
|
|
[PR #2755](https://github.com/transloadit/uppy/pull/2755).
|
|
[PR #2755](https://github.com/transloadit/uppy/pull/2755).
|
|
|
|
|
|
-## Companion
|
|
|
|
|
|
+## Companion CORS and Better Testing
|
|
|
|
|
|
-In Companion, we’ve improved unit testing DX and switched to using the `cors` module instead of custom cors logic.
|
|
|
|
|
|
+In Companion, we’ve improved unit testing DX ([#2827](https://github.com/transloadit/uppy/pull/2827)) and switched to using the `cors` module instead of custom cors logic ([#2823](https://github.com/transloadit/uppy/pull/2823)).
|
|
|
|
|
|
-@coreprocess submited a fix that allows Companion to serve on a subpath (see [#2797](https://github.com/transloadit/uppy/pull/2797) for details), and added Redis pubsub scope setting ([#2804](https://github.com/transloadit/uppy/pull/2804))!
|
|
|
|
|
|
+@coreprocess submited a fix that allows Companion to serve on a subpath ([#2797](https://github.com/transloadit/uppy/pull/2797)), and added Redis pubsub scope setting ([#2804](https://github.com/transloadit/uppy/pull/2804))!
|
|
|
|
|
|
## npm 7
|
|
## npm 7
|
|
|
|
|