Skip to content

Commit

Permalink
Merge branch 'master' of github.com:transloadit/uppy
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Jan 17, 2020
2 parents a82dee3 + c7868c5 commit 3037519
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions website/src/_posts/2019-12-1.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

Expand All @@ -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')
```
Expand Down
Binary file added website/src/images/blog/1.7/cat-video-screen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/src/images/blog/1.7/cat-video-timer.mp4
Binary file not shown.
Binary file added website/src/images/blog/1.7/cat-video-timer.webm
Binary file not shown.
2 changes: 1 addition & 1 deletion website/themes/uppy/layout/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 3037519

Please sign in to comment.