Browse Source

Merge branch 'master' of github.com:transloadit/uppy

Kevin van Zonneveld 5 years ago
parent
commit
303751915e

+ 11 - 4
website/src/_posts/2019-12-1.7.md

@@ -3,6 +3,7 @@ title: "Uppy 1.7: A Small One"
 date: 2020-01-10
 author: renee
 published: true
+image: "https://uppy.io/images/blog/1.7/cat-video-screen.jpg"
 ---
 
 Uppy 1.7 was released last December! This release added Hebrew translations, a recording length timer for the `@uppy/webcam` plugin, and a collection of improvements to Companion.
@@ -11,12 +12,18 @@ Uppy 1.7 was released last December! This release added Hebrew translations, a r
 
 ## showRecordingLength: true
 
-When recording audio or video using the `@uppy/webcam` plugin, this new option contributed by [@dominiceden](https://github.com/dominiceden) shows a timer in the bottom right, so your users can see how long they've been recording for.
+When recording audio or video using the `@uppy/webcam` plugin, this new option contributed by [@dominiceden](https://github.com/dominiceden) shows a timer in the bottom right, so your users can see how long they’ve been recording for.
+
+<video alt="Demo video showing Uppy Webcam video recording timer" muted autoplay loop>
+  <source src="/images/blog/1.7/cat-video-timer.webm" type="video/webm">
+  <source src="/images/blog/1.7/cat-video-timer.mp4" type="video/mp4">
+</video>
 
 ## Companion
 
-The past months we've made some incremental improvements to Companion. We patched an issue where Companion could sometimes output remote provider authentication tokens into logs.
-We now run Companion tests on Node.js 6 on each commit, in addition to Node.js 10, to make sure that we don't break compatibility in a minor release. Node.js 6 support will be dropped in a future major release, and we recommend you upgrade soon if you are still using it.
+The past months we’ve made some incremental improvements to Companion. We patched an issue where Companion could sometimes output remote provider authentication tokens into logs.
+
+We now run Companion tests on Node.js 6 on each commit, in addition to Node.js 10, to make sure that we don’t break compatibility in a minor release. Node.js 6 support will be dropped in a future major release, and we recommend you upgrade soon if you are still using it.
 
 Uploading files from remote providers with the `@uppy/aws-s3-multipart` plugin now uses the correct file name in your S3 bucket by default, instead of the temporary filename that Companion uses internally.
 
@@ -31,7 +38,7 @@ require('@uppy/locales/lib/he_IL')
 
 Thanks to [@YehudaKremer](https://github.com/YehudaKremer) for the contribution!
 
-In 1.7, we also fixed the naming of the Galician locale. The locale names follow a `country_LANGUAGE` format. Previously, we used `es_GL` for Galician, which was intended to mean "Galician in Spain", but which _actually_ means "Spanish in Greenland"! The correct way to refer to Galician is as `gl_ES`:
+In 1.7, we also fixed the naming of the Galician locale. The locale names follow a `country_LANGUAGE` format. Previously, we used `es_GL` for Galician, which was intended to mean “Galician in Spain”, but which _actually_ means “Spanish in Greenland”! The correct way to refer to Galician is as `gl_ES`:
 ```js
 require('@uppy/locales/lib/gl_ES')
 ```

BIN
website/src/images/blog/1.7/cat-video-screen.jpg


BIN
website/src/images/blog/1.7/cat-video-timer.mp4


BIN
website/src/images/blog/1.7/cat-video-timer.webm


+ 1 - 1
website/themes/uppy/layout/layout.ejs

@@ -35,7 +35,7 @@ if (page.series) {
       window.PAGE_TYPE = "<%- page.type %>"
     </script>
     <%- css('css/main').replace('.css', '.css?version=2') %>
-    <!-- ^-- poor man's solution to css cache busting. bump the version when there's something new we really want users to see -->
+    <!-- ^ poor man's solution to css cache busting. bump the version when there's something new we really want users to see -->
   </head>
   <body class="<%= isIndex ? 'page-index' : 'page-inner' %> <%= page.body_class %>">
     <div class="page">