Ver código fonte

Update 2020-10-1.22.md

Artur Paikin 4 anos atrás
pai
commit
2f46c6115d
1 arquivos alterados com 8 adições e 6 exclusões
  1. 8 6
      website/src/_posts/2020-10-1.22.md

+ 8 - 6
website/src/_posts/2020-10-1.22.md

@@ -1,18 +1,18 @@
 ---
-title: "Uppy 1.22: Webcam camera source, Unsplash and maxTotalFileSize"
+title: "🎃 Uppy 1.22: Webcam camera source, Unsplash and maxTotalFileSize"
 date: 2020-10-30
 author: arturi
 image: "https://uppy.io/images/blog/1.22/unsplash.jpg"
 published: true
 ---
 
-🎃 Uppy 1.22 (the spooky Halloween edition) adds a new Unsplash provider, camera selector dropdown for the Webcam and a `maxTotalFileSize` restriction.
+Uppy 1.22 (the spooky Halloween edition) adds a new Unsplash provider, Webcam camera selector dropdown and a `maxTotalFileSize` restriction.
 
 <!--more-->
 
-## Webcam camera source
+## Webcam Camera Source
 
-If your device has multiple cameras, you can now choose which one you want to use (if you allow the [showVideoSourceDropdown](https://uppy.io/docs/webcam/#showVideoSourceDropdown-false) option:
+If your device has multiple cameras, you can now choose which one you want to use (if you allow the [showVideoSourceDropdown](https://uppy.io/docs/webcam/#showVideoSourceDropdown-false) option).
 
 ![](/images/blog/1.22/webcam-dropdown-full.png)
 
@@ -32,11 +32,11 @@ const uppy = new Uppy({
 
 ## Unsplash
 
-[Unsplash](https://unsplash.com/) is a popular website dedicated to sharing free stock photography. With a new Uppy plugin you can search for “trains”, “New York” or “Harry Potter”.
+[Unsplash](https://unsplash.com/) is a popular website dedicated to sharing free stock photography. With a new Uppy plugin you can search for “trains”, “New York” or “Harry Potter” images and upload them where needed:
 
 ![](/images/blog/1.22/unsplash.jpg)
 
-The plugin in beta, but you can try it out if you install `@uppy/unsplash` and upgrade Companion to the latest version.
+The plugin launches in beta, but you can already try it out by installing `@uppy/unsplash` and upgrading `@uppy/companion` to the latest version (2.1.0).
 
 ## Misc
 
@@ -50,3 +50,5 @@ The plugin in beta, but you can try it out if you install `@uppy/unsplash` and u
 - @uppy/react: Webpack5: Fix react imports (#2589 / @@olemoign)
 - @uppy/thumbnail-generator: Add support for png thumbnails (#2603 / @SxDx)
 - website: mobile issues fixes + compact Companion migration table (#2593 / @nqst)
+
+As always, you can find the full list of changes and package versions, as well as future plans, in our [changelog](https://github.com/transloadit/uppy/blob/master/CHANGELOG.md).