Artur Paikin преди 4 години
родител
ревизия
00b5de0c16
променени са 1 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. 6 6
      website/src/_posts/2021-04-1.27.md

+ 6 - 6
website/src/_posts/2021-04-1.27.md

@@ -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:
 
 
 ![Uppy Dashboard UI with drop target plugin](/images/blog/1.27/drop-target.jpg)
 ![Uppy Dashboard UI with drop target plugin](/images/blog/1.27/drop-target.jpg)
 
 
@@ -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