Browse Source

Some polish

AJvanLoon 5 years ago
parent
commit
478927cb6b
1 changed files with 9 additions and 9 deletions
  1. 9 9
      website/src/_posts/2020-03-1.9.md

+ 9 - 9
website/src/_posts/2020-03-1.9.md

@@ -5,20 +5,20 @@ author: arturi
 published: true
 ---
 
-Uppy 1.8, 1.9 and a few important security patches are out! Here’s are the highlights:
+Uppy 1.8, 1.9 and a few important security patches are out! Here are the highlights:
 
 <!--more-->
 
-## Companion: Security patches and new Instagram API
+## Companion: security patches and new Instagram API
 
-* We released a patch to an SSRF vulnerability affecting `@uppy/companion` and the `@uppy/url` plugin. Many thanks you the parties involved in [reporting and disclosing](https://hackerone.com/reports/786956) this vulnerability with the Uppy team. The patch is available in [@uppy/companion version 1.9.5](https://github.com/transloadit/uppy/blob/master/CHANGELOG.md#194)
-* As the Instagram Legacy API will soon no longer be available, we have now added support for the new Instagram Graph API. As far as using this on `@uppy/companion` goes, not much has changed. The only difference is that you will now be retrieving your Instagram credentials from the [Facebook Developer Platform](https://developers.facebook.com/), and no longer the [Instagram Developer Platform](https://www.instagram.com/developer/)
+* We released a patch to an SSRF vulnerability affecting `@uppy/companion` and the `@uppy/url` plugin. Many thanks to the parties involved in [reporting and disclosing](https://hackerone.com/reports/786956) this vulnerability to the Uppy team. The patch is available in [@uppy/companion version 1.9.5](https://github.com/transloadit/uppy/blob/master/CHANGELOG.md#194).
+* As the Instagram Legacy API will soon no longer be available, we have now added support for the new Instagram Graph API. As far as using this on `@uppy/companion` goes, not much has changed. The only difference is that you will now be retrieving your Instagram credentials from the [Facebook Developer Platform](https://developers.facebook.com/), and no longer from the [Instagram Developer Platform](https://www.instagram.com/developer/).
 
 ## Error handling
 
-* We’ve significantly improved error handling and retries in `@uppy/core`, `@uppy/transloadit` and `@uppy/dashboard`. Retry button on the Status Bar, which was broken in some edge cases, now works as expected.
+* We’ve significantly improved error handling and retries in `@uppy/core`, `@uppy/transloadit` and `@uppy/dashboard`. The retry button on the Status Bar, which was broken in some edge cases, now works as expected.
 * Errors from Transloadit assemblies now include Assembly ID, as well as the full assembly object, for easier debugging.
-* You can now click on the question mark (?) icon on the Informer or Dashboard error message, and get a browser alert with error details — much easier for the users to copy-paste the text this way. The Informer now also conveniently stays on screen, while the (?) is hovered.
+* You can now click on the question mark (?) icon on the Informer or Dashboard error message, and get a browser alert with error details — much easier for the users to copy-paste the text this way. The Informer now also conveniently stays on screen, as long as you hover over the question mark.
 
 ## Dashboard
 
@@ -30,7 +30,7 @@ The Dashboard plugin has gained new file type icons: for images — useful befor
 
 Our typings got a significant upgrade: plugin options can now be type-checked! In the past, we did have typings for plugin options, but the `uppy.use()` function had a fallback that would accept _any_ object as options. If your plugin options were wrong, typescript would just use the fallback and not tell you about it!
 
-Stricter typings normally mean that old code may no longer type-check. So, although this is a bugfix, you have to opt in to the new types. In 2.0, the old way will be removed and only the strict types will be available.
+Stricter typings normally mean that old code may no longer type-check. So, although this is a bugfix, you have to opt into the new types. In 2.0, the old way will be removed and only the strict types will be available.
 
 You can opt in by specifying the `StrictTypes` type parameter to the `Uppy` type:
 
@@ -57,7 +57,7 @@ class UppyProvider extends React.Component {
 
 If you do not specify the `StrictTypes` parameter, the old fallback for the `uppy.use()` method remains available.
 
-The typings for `@uppy/react` component props are now derived from plugin options types, so they will no longer get out of sync, as sometimes they have in the past. For example, in version 1.7, the `@uppy/drag-drop` plugin supported a `note` option to add some text to the drop area. The React typings didn't include that option, so you couldn't use it from typescript! Now, that's permanently fixed:
+The typings for `@uppy/react` component props are now derived from plugin options types, so they will no longer get out of sync, as they occasionally did in the past. For example, in version 1.7, the `@uppy/drag-drop` plugin supported a `note` option to add some text to the drop area. The React typings didn't include that option, so you couldn't use it from typescript! That is now permanently fixed:
 
 ```typescript
 import components = require('@uppy/react')
@@ -86,7 +86,7 @@ See [PR #1918](https://github.com/transloadit/uppy/pull/1918) for all the detail
 
 ## Downloadable ZIP archives of Uppy releases
 
-Uppy is now available as a downloadable zip archive from the Transloadit CDN! NPM down? Don’t like build tools? Quick way to play with Uppy? We’ve got you covered:
+Uppy is now available as a downloadable ZIP archive from the Transloadit CDN! NPM down? Don’t like build tools? Looking for a quick way to play around with Uppy? We’ve got you covered:
 
 ```
 https://transloadit.edgly.net/releases/uppy/v1.9.3/uppy-v1.9.3.zip