Преглед изворни кода

Merge pull request #1357 from AJvanLoon/patch-5

Uppy 0.30 polish
Artur Paikin пре 6 година
родитељ
комит
e9f8637985
1 измењених фајлова са 12 додато и 12 уклоњено
  1. 12 12
      website/src/_posts/2019-03-0.30.md

+ 12 - 12
website/src/_posts/2019-03-0.30.md

@@ -6,7 +6,7 @@ image: "https://uppy.io/images/blog/0.30/robodog-assemble.jpg"
 published: true
 published: true
 ---
 ---
 
 
-In `0.30` we are introducing a new friend for Uppy — the Robodog.
+In `0.30`, we are introducing a new friend for Uppy — the Robodog.
 
 
 <img src="/images/blog/0.30/robodog-assemble.jpg">
 <img src="/images/blog/0.30/robodog-assemble.jpg">
 <small>Robodog: easy to assemble</small>
 <small>Robodog: easy to assemble</small>
@@ -15,9 +15,9 @@ In `0.30` we are introducing a new friend for Uppy — the Robodog.
 
 
 ## Robodog
 ## Robodog
 
 
-Uppy is developed by [Transloadit](https://transloadit.com). Transloadit is the Swiss Army Knife for your files: importing, resizing, cropping and watermarking images, making GIFs, transcoding videos, extracting thumbnails, generating audio waveforms, and so much more all in a single service. Uppy has a similarly large feature set in dozens of plugins, but because of that it can be complicated to wire everything up for the best experience.
+Uppy is developed by [Transloadit](https://transloadit.com). Transloadit is the Swiss Army Knife for your files: importing, resizing, cropping and watermarking images, making GIFs, transcoding videos, extracting thumbnails, generating audio waveforms, and so much more all in a single service. Uppy has a similarly large feature set in dozens of plugins, but because of that it can be complicated to wire everything up for the best experience.
 
 
-[Robodog](https://uppy.io/docs/robodog/) is a new Uppy-based library that has been trained to work with Transloadit. It includes 3 components:
+[Robodog](https://uppy.io/docs/robodog/) is a new Uppy-based library that has been trained to work with Transloadit. It includes three components:
 
 
 1. [File picker](https://uppy.io/docs/robodog/picker/), using the Dashboard plugin you know and love for the modal UI, with support for imports from third-party services.
 1. [File picker](https://uppy.io/docs/robodog/picker/), using the Dashboard plugin you know and love for the modal UI, with support for imports from third-party services.
 2. [Form](https://uppy.io/docs/robodog/form/): integration with your existing HTML forms. Files will be uploaded to Transloadit, and the form will submit JSON information about the files and encoding results.
 2. [Form](https://uppy.io/docs/robodog/form/): integration with your existing HTML forms. Files will be uploaded to Transloadit, and the form will submit JSON information about the files and encoding results.
@@ -27,9 +27,9 @@ Uppy is developed by [Transloadit](https://transloadit.com). Transloadit is the
 
 
 Here’s a demo:
 Here’s a demo:
 <figure class="wide">
 <figure class="wide">
-  <p class="codepen" data-height="600" data-theme-id="light"  data-border-color="#EB2177" data-default-tab="js,result" data-user="uppy" data-slug-hash="gEgPav" style="height: 600px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid black; margin: 1em 0; padding: 1em;" data-pen-title="Robodog: resizing and optimizng your avatar">
+  <p class="codepen" data-height="600" data-theme-id="light"  data-border-color="#EB2177" data-default-tab="js,result" data-user="uppy" data-slug-hash="gEgPav" style="height: 600px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid black; margin: 1em 0; padding: 1em;" data-pen-title="Robodog: resizing and optimizing your avatar">
     <span>See the Pen <a href="https://codepen.io/uppy/pen/gEgPav/">
     <span>See the Pen <a href="https://codepen.io/uppy/pen/gEgPav/">
-    Robodog: resizing and optimizng your avatar</a> by Uppy File Uploader (<a href="https://codepen.io/uppy">@uppy</a>)
+    Robodog: resizing and optimizing your avatar</a> by Uppy File Uploader (<a href="https://codepen.io/uppy">@uppy</a>)
     on <a href="https://codepen.io">CodePen</a>.</span>
     on <a href="https://codepen.io">CodePen</a>.</span>
   </p>
   </p>
   <script async src="https://static.codepen.io/assets/embed/ei.js"></script>
   <script async src="https://static.codepen.io/assets/embed/ei.js"></script>
@@ -41,7 +41,7 @@ You can install Robodog from NPM:
 npm install --save @uppy/robodog
 npm install --save @uppy/robodog
 ```
 ```
 
 
-Or import it using an HTML script tag:
+Or import it by using an HTML script tag:
 
 
 ```html
 ```html
 <link rel="stylesheet" href="https://transloadit.edgly.net/releases/uppy/v0.30.3/robodog.min.css">
 <link rel="stylesheet" href="https://transloadit.edgly.net/releases/uppy/v0.30.3/robodog.min.css">
@@ -52,7 +52,7 @@ Or import it using an HTML script tag:
 
 
 ## Dashboard Improvements
 ## Dashboard Improvements
 
 
-As usual, we are iterating and impoving the Dashboard plugin. The accessibility has been improved, along with icons, bredcrumbs in remote providers, the issue with `browserBackButton` and multiple modals, and more.
+As usual, we are making constant iterations and improvements to the Dashboard plugin. Accessibility has been improved, we've updated and fixed icons, breadcrumbs are now working in remote providers, and we also fixed the issues with `browserBackButton` and multiple modals.
 
 
 ## Progress or no progress
 ## Progress or no progress
 
 
@@ -92,17 +92,17 @@ uppy.on('upload-error', (file, responseObject) => {
 ## Changelog
 ## Changelog
 
 
 - @uppy/robodog: 📣⚠️ Add Robodog — Transloadit browser SDK (#1135 / @goto-bus-stop)
 - @uppy/robodog: 📣⚠️ Add Robodog — Transloadit browser SDK (#1135 / @goto-bus-stop)
-- @uppy/dashboard: fixed Issue with `browserBackButton` history and multiple modals (#1258 / @goto-bus-stop, @arturi)
+- @uppy/dashboard: fixed issue with `browserBackButton` history and multiple modals (#1258 / @goto-bus-stop, @arturi)
 - @uppy/core: Set response in Core rather than in upload plugins (#1138 / @arturi)
 - @uppy/core: Set response in Core rather than in upload plugins (#1138 / @arturi)
 - @uppy/core: Don’t emit a complete event if an upload has been canceled (#1271 / @arturi)
 - @uppy/core: Don’t emit a complete event if an upload has been canceled (#1271 / @arturi)
-- @uppy/companion: Support redis option (auth_pass, etc...) (#1215 / @tranvansang)
-- @uppy/companion: sanitize text before adding to html (f77a102 / @ifedapoolarewaju)
+- @uppy/companion: Support Redis option (auth_pass, etc...) (#1215 / @tranvansang)
+- @uppy/companion: Sanitize text before adding to html (f77a102 / @ifedapoolarewaju)
 - @uppy/dashboard: Update pause-resume-cancel icons (#1241 / @arturi, @nqst)
 - @uppy/dashboard: Update pause-resume-cancel icons (#1241 / @arturi, @nqst)
 - @uppy/dashboard: Fix issues with multiple modals (#1258 / @goto-bus-stop, @arturi)
 - @uppy/dashboard: Fix issues with multiple modals (#1258 / @goto-bus-stop, @arturi)
 - @uppy/dashboard: Dashboard ui fixes: fix icon animation jiggling, inherit font, allow overriding outline, fix breadcrumbs, bug with x button being stuck, fix an issue with long note margin on mobile (#1279 / @arturi)
 - @uppy/dashboard: Dashboard ui fixes: fix icon animation jiggling, inherit font, allow overriding outline, fix breadcrumbs, bug with x button being stuck, fix an issue with long note margin on mobile (#1279 / @arturi)
 - @uppy/provider-views: update instagram nextPagePath after every fetch  (25e31e5 / @ifedapoolarewaju)
 - @uppy/provider-views: update instagram nextPagePath after every fetch  (25e31e5 / @ifedapoolarewaju)
 - @uppy/react: Allow changing instance in `uppy` prop (#1247 / @goto-bus-stop)
 - @uppy/react: Allow changing instance in `uppy` prop (#1247 / @goto-bus-stop)
 - @uppy/react: Typescript: Make DashboardModal.target prop optional (#1254 / @mattes3)
 - @uppy/react: Typescript: Make DashboardModal.target prop optional (#1254 / @mattes3)
-- @uppy/aws-s3: Use user provided filename / type for uploaded object, fixes #1238 (#1257 / @goto-bus-stop)
+- @uppy/aws-s3: Use user-provided filename / type for uploaded object, fixes #1238 (#1257 / @goto-bus-stop)
 - @uppy/tus: Update to tus-js-client@1.6.0 with React Native support (#1250 / @arturi)
 - @uppy/tus: Update to tus-js-client@1.6.0 with React Native support (#1250 / @arturi)
-- build: Improve dev npm script: Use Parcel for bundled example, re-build lib automatically, don’t open browser and no ghosts mode, start companion when developing (but there’s optional npm run dev:no-companion) (#1280 / @arturi)
+- build: Improve dev npm script: use Parcel for bundled example, re-build lib automatically, don’t open browser and no ghosts mode, start companion when developing (but there’s optional npm run dev:no-companion) (#1280 / @arturi)