Skip to content

Commit

Permalink
Fix SEO issues to impove the Ahrefs' Health Score (#200)
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine du Hamel <antoine@transloadit.com>
  • Loading branch information
nqst and aduh95 authored Jan 3, 2024
1 parent 2d94bb3 commit 09b23a9
Show file tree
Hide file tree
Showing 59 changed files with 98 additions and 111 deletions.
8 changes: 4 additions & 4 deletions blog/2016-08-0.8.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ previous versions as well:
- We have been doing some more work on accessibility: from now on, when you
switch tabs in Modal, it will focus on the first input in that tab. We have
also added proper labels and titles, and are doing more research in this area.
- Everybody likes to see stats. That is why, on our website, you can now
[view stats](http://uppy.io/stats) that show how acceptance tests are
performing in various browsers. If a test is successful, that means Uppy will
likely be able to load and upload files in that particular browser.
- Everybody likes to see stats. That is why, on our website, you can now view
stats that show how acceptance tests are performing in various browsers. If a
test is successful, that means Uppy will likely be able to load and upload
files in that particular browser.
- The Dashboard UI is now way better looking and easier to work with. It
replaced the old `Modal` plugin and it can accept files via drag & drop, local
disk and paste (experimental, WIP). It has become our main source of truth and
Expand Down
2 changes: 1 addition & 1 deletion blog/2017-07-golden-retriever.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dreaded Blue Screen of Death! (if that is still a thing ;)
First off, let’s show you a demo 📹 of Uppy surviving a browser crash and
picking up right where we left it:

<figure class="wide"><video alt="Demo video showing the Golden Retriever file restoring plugin in action" controls><source src="/img/blog/golden-retriever/uppy-golden-retriever-crash-demo-2.mp4" type="video/mp4" />Your browser does not support the video tag, you can <a href="/img/blog/golden-retriever/uppy-golden-retriever-crash-demo-2.mp4">download the video</a> to watch it.</video></figure>
<figure class="wide"><video alt="Demo video showing the Golden Retriever file restoring plugin in action" controls><source src="/img/blog/golden-retriever/uppy-golden-retriever-crash-demo-2.mp4" type="video/mp4" />Your browser does not support the video tag, you can <a href="https://uppy.io/img/blog/golden-retriever/uppy-golden-retriever-crash-demo-2.mp4">download the video</a> to watch it.</video></figure>

<a name="uppy"></a>

Expand Down
2 changes: 1 addition & 1 deletion blog/2017-10-0.20.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ uppy.use(ReduxStore, {
});
```

[See the docs](/docs/redux/)
[See the docs](/docs/guides/custom-stores/)

## Redux DevTools

Expand Down
2 changes: 1 addition & 1 deletion blog/2017-12-0.22.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const uppy = Uppy({
Now Uppy will use your app’s Redux store instead of its own, so you have a
“single source of truth” 🔮

Read [more on stores](https://uppy.io/docs/stores/) in docs.
Read [more on stores](https://uppy.io/docs/guides/custom-stores/) in docs.

## Form

Expand Down
5 changes: 2 additions & 3 deletions blog/2018-02-0.23.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ need.
uppy.use(Url, { target: Dashboard, host: YOUR_UPPY_SERVER_URL });
```

<figure class="wide"><video alt="Demo video showing Uppy with Url plugin that imports files from urls" controls autoplay><source src="/img/blog/0.23/uppy-url-demo.mp4" type="video/mp4" />Your browser does not support the video tag, you can <a href="/img/blog/0.23/uppy-url-demo.mp4">download the video</a> to watch it.</video></figure>
<figure class="wide"><video alt="Demo video showing Uppy with Url plugin that imports files from urls" controls autoplay><source src="/img/blog/0.23/uppy-url-demo.mp4" type="video/mp4" />Your browser does not support the video tag, you can <a href="https://uppy.io/img/blog/0.23/uppy-url-demo.mp4">download the video</a> to watch it.</video></figure>

<!--truncate-->

Expand Down Expand Up @@ -92,8 +92,7 @@ pictures or video:

- You can now specify a config path when starting the standalone Uppy Server
like so `uppy-server --config /path/to/uppyconf.json`. The config file is
expected to be a JSON file with the same schema as the
[Uppy Server options](https://uppy.io/docs/server/#Options).
expected to be a JSON file with the same schema as the Uppy Server options.
- A periodic cleanup job has been added to Uppy Server, to delete stale upload
files from the specified `filePath`. Even though we'd rarely expect uploaded
files to go undeleted immediately, there could be cases where an error occurs
Expand Down
2 changes: 1 addition & 1 deletion blog/2018-06-0.25.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you use the [Url plugin](/docs/url/) with the [Dashboard](/docs/dashboard),
you can now drop or paste URLs into the main Dashboard area. They will
automatically be imported by the Url plugin:

<figure class="wide"><video alt="Demo video showing Uppy with Url plugin that accepts drag and dropped urls" autoplay loop muted playsinline><source src="/img/blog/0.25/link-drop-demo.mp4" type="video/mp4" />Your browser does not support the video tag, you can <a href="/img/blog/0.25/link-drop-demo.mp4">download the video</a> to watch it.</video></figure>
<figure class="wide"><video alt="Demo video showing Uppy with Url plugin that accepts drag and dropped urls" autoplay loop muted playsinline><source src="/img/blog/0.25/link-drop-demo.mp4" type="video/mp4" />Your browser does not support the video tag, you can <a href="https://uppy.io/img/blog/0.25/link-drop-demo.mp4">download the video</a> to watch it.</video></figure>

## i18n Strings with Interactive Components

Expand Down
2 changes: 1 addition & 1 deletion blog/2018-08-0.27.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Depending on community input, we might add that later.
## Package sizes

We now have a cool table showing mingzipped bundle sizes for each individual
Uppy package, [check it out](https://uppy.io/docs/stats/#bundle-sizes):
Uppy package:

<img width="400" src="/img/blog/0.27/uppy-sizes.png" />

Expand Down
8 changes: 4 additions & 4 deletions blog/2018-12-0.29.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ import '@uppy/webcam/dist/style.css';
Thus, the Core styles are only included once. `@uppy/core` styles must be
included before Plugin styles.

Please see the [documentation](https://uppy.io/docs/plugins/) for the Plugin you
are using to find out whether it requires a CSS file to work. Generally
speaking, UI plugins, such as the Dashboard, Webcam and Status Bar, need a CSS
file, while utility plugins, such as Tus or XHR Upload, don’t.
Please see the [documentation](https://uppy.io/docs/) for the Plugin you are
using to find out whether it requires a CSS file to work. Generally speaking, UI
plugins, such as the Dashboard, Webcam and Status Bar, need a CSS file, while
utility plugins, such as Tus or XHR Upload, don’t.

⚠️ Important things to remember:

Expand Down
15 changes: 7 additions & 8 deletions blog/2019-03-0.30.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@ 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 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.
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.
3. [Upload](https://uppy.io/docs/robodog/upload/): one-line programmatic uploads
— call `transloadit.upload(files, opts)` and get an array of results back.
1. **File picker,** using the Dashboard plugin you know and love for the modal
UI, with support for imports from third-party services.
2. **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.
3. **Upload:** one-line programmatic uploads — call
`transloadit.upload(files, opts)` and get an array of results back.

<center><img src="https://media.giphy.com/media/Eq7T3GwDAlggE/giphy.gif" /></center>

Expand Down
2 changes: 1 addition & 1 deletion blog/2019-03-liftoff-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ See you tomorrow for the first progress update on
[Day 2](/blog/2019/03/liftoff-02/) of our 30 Days to Liftoff!

PS If you don't want to miss an update, consider
[good ol' RSS](https://uppy.io/atom.xml) :)
[good ol' RSS](https://uppy.io/blog/atom.xml) :)
2 changes: 1 addition & 1 deletion blog/2019-03-liftoff-02.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ That's all the updates I have for you today. See you tomorrow for
[Day 3](/blog/2019/03/liftoff-03/) of our 30 Days to Liftoff!

PS If you don't want to miss an update, consider
[good ol' RSS](https://uppy.io/atom.xml) :)
[good ol' RSS](https://uppy.io/blog/atom.xml) :)
2 changes: 1 addition & 1 deletion blog/2019-03-liftoff-03.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ That's all the updates I have for you today. See you tomorrow for
[Day 4](/blog/2019/03/liftoff-04/) of our 30 Days to Liftoff!

P.S. If you don't want to miss an update, consider
[good ol' RSS](https://uppy.io/atom.xml) :)
[good ol' RSS](https://uppy.io/blog/atom.xml) :)
4 changes: 2 additions & 2 deletions blog/2019-03-liftoff-04.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ work in progress, the entire team has been overjoyed with how it's turning out!
Take a look for yourself (click to see the full page):

<center>
<a rel="noreferrer noopener" target="_blank" href="/img/blog/30daystoliftoff/2019-03-liftoff-04b.png">
<a rel="noreferrer noopener" target="_blank" href="https://uppy.io/img/blog/30daystoliftoff/2019-03-liftoff-04b.png">
<img width="400" src="/img/blog/30daystoliftoff/2019-03-liftoff-04a.png" />
</a>
</center>
Expand All @@ -55,4 +55,4 @@ And that's Day 4 complete! Catch up with us
[tomorrow](/blog/2019/03/liftoff-05/), as we take this thing into our first
weekend of the 30 Days to Liftoff! And of course, if you want to keep yourself
constantly updated, feel free to subscribe to our
[RSS feed](https://uppy.io/atom.xml) :smile:
[RSS feed](https://uppy.io/blog/atom.xml) :smile:
4 changes: 2 additions & 2 deletions blog/2019-04-liftoff-07.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ After:<br />
And that's all the news we have for you today! Catch up with us
[tomorrow](/blog/2019/04/liftoff-08/) for more progress on our 30 Days to
Liftoff! And of course, if you want to make sure you're not missing out on
anything, feel free to subscribe to our [RSS feed](https://uppy.io/atom.xml)
:rocket:
anything, feel free to subscribe to our
[RSS feed](https://uppy.io/blog/atom.xml) :rocket:
2 changes: 1 addition & 1 deletion blog/2019-04-liftoff-08.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ That's all the updates I have for you today. See you tomorrow for
[Day 9](/blog/2019/04/liftoff-09/) of our 30 Days to Liftoff!

P.S. If you don't want to miss an update, you might like to subscribe to our
[RSS feed](https://uppy.io/atom.xml) :)
[RSS feed](https://uppy.io/blog/atom.xml) :)
2 changes: 1 addition & 1 deletion blog/2019-04-liftoff-09.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ sharing more details on that call soon!
The first third of our thirty-day challenge ends tomorrow with
[Day 10](/blog/2019/04/liftoff-10/). Look forward to more updates (and pictures
of dogs in space) tomorrow and, as usual, don't forget about our
[RSS feed](https://uppy.io/atom.xml) :dog:
[RSS feed](https://uppy.io/blog/atom.xml) :dog:
4 changes: 2 additions & 2 deletions blog/2019-04-liftoff-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ week is almost upon us, but there's no sign of slowing down yet.
<center><img width="400" src="/img/blog/30daystoliftoff/day10.jpg" /><br /></center>

Things are looking up(p 17 |
<a rel="noreferrer noopener" target="_blank" href="/img/blog/30daystoliftoff/2019-03-liftoff-04b.png" />
<a rel="noreferrer noopener" target="_blank" href="https://uppy.io/img/blog/30daystoliftoff/2019-03-liftoff-04b.png" />
18 |
<img width="400" src="/img/blog/30daystoliftoff/2019-03-liftoff-04a.png" />y) on
our project board as the team has been working on tasks at a steady pace. A
Expand Down Expand Up @@ -73,4 +73,4 @@ you to everyone offering their support!
On that note, Day 10 of our thirty-day challenge comes to an end. Friday looks
like it will be another exciting day, so don't hesitate to keep checking up on
us via [Twitter](https://twitter.com/uppy_io) or
[RSS](https://uppy.io/atom.xml)!
[RSS](https://uppy.io/blog/atom.xml)!
2 changes: 1 addition & 1 deletion blog/2019-04-liftoff-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ rest & relaxation. Here is what we've been up to!
That’s it. All the updates I have for you today. Have a great
[weekend](/blog/2019/04/liftoff-12/) everyone! And if you don’t want to miss a
post, keep tabs on our [Twitter](https://twitter.com/uppy_io) or
[RSS](https://uppy.io/atom.xml) feed.
[RSS](https://uppy.io/blog/atom.xml) feed.
2 changes: 1 addition & 1 deletion blog/2019-04-liftoff-14.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ example as our deliverables!

That's it for Day 14. Tomorrow, it will be Samuel's turn again to update you on
our board and progress. Subscribe via [Twitter](https://twitter.com/uppy_io) or
[RSS](https://uppy.io/atom.xml) and don't miss out on
[RSS](https://uppy.io/blog/atom.xml) and don't miss out on
[Day 15](/blog/2019/04/liftoff-15/)! :dog:
2 changes: 1 addition & 1 deletion blog/2019-04-liftoff-15.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ Here is a view of what our Asana board looks like this week:
And that's Day 15! Tyler will be here again
[tomorrow](/blog/2019/04/liftoff-16/) to give you more updates on our launch
preparations. Subscribe via [Twitter](https://twitter.com/uppy_io) or
[RSS](https://uppy.io/atom.xml), so you'll never miss out!
[RSS](https://uppy.io/blog/atom.xml), so you'll never miss out!
4 changes: 2 additions & 2 deletions blog/2019-04-liftoff-16.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ you'll notice some 1.1 todos in there. There's always room for improvement, so
now you have something to look forward to after Uppy 1.0 hits the web! :wink:

That's all from me today. Stay in the loop with us on
[Twitter](https://twitter.com/uppy_io) or [RSS](https://uppy.io/atom.xml) for
more Uppy updates. [Day 17](/blog/2019/04/liftoff-17/) is coming up next!
[Twitter](https://twitter.com/uppy_io) or [RSS](https://uppy.io/blog/atom.xml)
for more Uppy updates. [Day 17](/blog/2019/04/liftoff-17/) is coming up next!
2 changes: 1 addition & 1 deletion blog/2019-04-liftoff-17.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ After:<br />
That's all from us today. As I mentioned, we are now focusing on the big tasks
and as a result, our daily list of updates might sometimes be a little shorter
than usual. Remember to keep tabs on our [Twitter](https://twitter.com/uppy_io)
or [RSS](https://uppy.io/atom.xml) for more Uppy updates.
or [RSS](https://uppy.io/blog/atom.xml) for more Uppy updates.
[Day 18](/blog/2019/04/liftoff-18/) is coming up next!
2 changes: 1 addition & 1 deletion blog/2019-04-liftoff-18.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ Hope you'll have a great weekend and see you on
preparations! We'll of course also have a few more light-hearted posts in the
meantime for you, so be sure to check those out as well :slightly_smiling_face:
Keep tabs on [@uppy_io](https://twitter.com/uppy_io) or
[RSS](https://uppy.io/atom.xml) for more Uppy updates!
[RSS](https://uppy.io/blog/atom.xml) for more Uppy updates!
2 changes: 1 addition & 1 deletion blog/2019-04-liftoff-21.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ and adding features with ease.

Our goal is in sight, so we're starting to get pretty excited! Keep us in your
thoughts by giving us a follow on [Twitter](https://twitter.com/uppy_io) or
subscribing to regular updates on [RSS](https://uppy.io/atom.xml).
subscribing to regular updates on [RSS](https://uppy.io/blog/atom.xml).
[Day 22](/blog/2019/04/liftoff-22/) is up next, so you can look forward to
another lovely post from Kevin!
6 changes: 3 additions & 3 deletions blog/2019-04-liftoff-22.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ be to switch Uppy to your favorite language. Fun fact: we experimented a bit
with Google Sheets and Google Translate to automatically create a first swing
for a few of the languages we want to launch with.

<center><a rel="noreferrer noopener" target="_blank" href="/img/blog/30daystoliftoff/sheetstranslate.png"><img src="/img/blog/30daystoliftoff/sheetstranslate.png" /></a></center>
<center><a rel="noreferrer noopener" target="_blank" href="https://uppy.io/img/blog/30daystoliftoff/sheetstranslate.png"><img src="/img/blog/30daystoliftoff/sheetstranslate.png" /></a></center>

It kinda worked! Google automatically translates to target languages in each
column we add, for each change we make in the original! In the end, though, we
Expand All @@ -42,7 +42,7 @@ Transloadians and outside contributors.

- [Alex](https://github.com/nqst) finished his redesign for the new website:

<center><a rel="noreferrer noopener" target="_blank" href="/img/blog/30daystoliftoff/webdesign2.png"><img src="/img/blog/30daystoliftoff/webdesign2.png" /></a></center>
<center><a rel="noreferrer noopener" target="_blank" href="https://uppy.io/img/blog/30daystoliftoff/webdesign2.png"><img src="/img/blog/30daystoliftoff/webdesign2.png" /></a></center>

..and will start implementing it today! He also worked on more
[design improvements for Uppy itself](https://github.com/transloadit/uppy/pull/1452).
Expand All @@ -60,5 +60,5 @@ Transloadians and outside contributors.
and will continue working on accessibility improvements.

Stay current by following us on [Twitter](https://twitter.com/uppy_io) or
subscribing to regular updates on [RSS](https://uppy.io/atom.xml). See you
subscribing to regular updates on [RSS](https://uppy.io/blog/atom.xml). See you
tomorrow for [Day 23](/blog/2019/04/liftoff-23/)!
2 changes: 1 addition & 1 deletion blog/2019-04-liftoff-23.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ to your own language! This time we promise your contributions will make it to
On that note, Day 23 of our thirty-day challenge comes to an end. Tomorrow looks
like it will be another exciting day, so don't hesitate to keep checking up on
us via [Twitter](https://twitter.com/uppy_io) or
[RSS](https://uppy.io/atom.xml)!
[RSS](https://uppy.io/blog/atom.xml)!
4 changes: 2 additions & 2 deletions blog/2019-04-liftoff-24.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ a look at where we are now!

Thus ends Day 24. We're all taking an early break for Good Friday tomorrow and
we hope you'll have a Good one as well! Check us out on
[Twitter](https://twitter.com/uppy_io) and on [RSS](https://uppy.io/atom.xml) as
we edge closer to **Uppy 1.0** :dog:
[Twitter](https://twitter.com/uppy_io) and on
[RSS](https://uppy.io/blog/atom.xml) as we edge closer to **Uppy 1.0** :dog:
2 changes: 1 addition & 1 deletion blog/2019-04-liftoff-28.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ get all pumped up and ready for the final sprint!
See you back tomorrow on [Day 29](/blog/2019/04/liftoff-29/) of our 30 Days to
Liftoff! We'll have a lot more to share as we prepare for Uppy's Big Day. Give
us a follow on [Twitter](https://twitter.com/uppy_io) or on
[RSS](https://uppy.io/atom.xml) to stay up to date with everything.
[RSS](https://uppy.io/blog/atom.xml) to stay up to date with everything.
2 changes: 1 addition & 1 deletion blog/2019-04-liftoff-29.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ Don't forget that today is Day 29 of our '30 Days to Liftoff' challenge. With
you won't miss these quick updates too much! If you can't stand to miss our
grand finale [tomorrow](/blog/2019/04/liftoff-30/), make sure to follow us on
[Twitter](https://twitter.com/uppy_io) and have a look at our
[RSS feed](https://uppy.io/atom.xml).
[RSS feed](https://uppy.io/blog/atom.xml).
13 changes: 6 additions & 7 deletions blog/2019-04-liftoff-30.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ let's dive right in.
<!--truncate-->

- [Tim](https://github.com/tim-kos) added additional information to the
[migration guide](https://uppy.io/docs/robodog/form/#Migrating-From-the-jQuery-SDK),
so Transloadit customers looking to move from the jQuery SDK to Uppy Robodog
will have an easier time doing so. He also implemented support for a jQuery
SDK parameter that didn't work in Robodog.form yet, and smashed out the
[German Locale Pack](https://github.com/transloadit/uppy/pull/1475)!
migration guide, so Transloadit customers looking to move from the jQuery SDK
to Uppy Robodog will have an easier time doing so. He also implemented support
for a jQuery SDK parameter that didn't work in Robodog.form yet, and smashed
out the [German Locale Pack](https://github.com/transloadit/uppy/pull/1475)!

- [Abdel](https://github.com/kiloreux)
[translated](https://github.com/transloadit/uppy/pull/1481) Uppy to French.
Expand All @@ -40,7 +39,7 @@ for the launch, and which ones we'd really like to get in. To save time for
actually working on these tasks, instead of typing, let me share a screenshot of
what we agreed upon:

<center><a rel="noreferrer noopener" target="_blank" href="/img/blog/30daystoliftoff/2019-04-day30-board.png"><img src="/img/blog/30daystoliftoff/2019-04-day30-board.png" /></a><br /><br /></center>
<center><a rel="noreferrer noopener" target="_blank" href="https://uppy.io/img/blog/30daystoliftoff/2019-04-day30-board.png"><img src="/img/blog/30daystoliftoff/2019-04-day30-board.png" /></a><br /><br /></center>

It's gonna be a close call. [Ife](https://github.com/ifedapoolarewaju),
especially, has a lot on his plate with that
Expand Down Expand Up @@ -70,6 +69,6 @@ and how.
We hope to see you tomorrow again for our 1.0 launch, which will be accompanied
by a meaty release post! Make sure to follow us on
[Twitter](https://twitter.com/uppy_io) or via our
[RSS feed](https://uppy.io/atom.xml) if you don't want to miss it!
[RSS feed](https://uppy.io/blog/atom.xml) if you don't want to miss it!

<!-- <center><img width="400" src="https://media.giphy.com/media/11syU6ZZ6PsGRO/giphy.gif" /><br/><br/></center> -->
5 changes: 2 additions & 3 deletions blog/2019-08-1.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,8 @@ Since 1.0, most of the updates have been bugfixes:

- `Robodog.dashboard()` and `Robodog.form()` now pass their options to the
`@uppy/dashboard` plugin as advertised.
- `Robodog.form()` now supports the
[`triggerUploadOnSubmit`](/docs/robodog/form/#Separating-Uploads-from-Form-Submission)
option from `@uppy/form`.
- `Robodog.form()` now supports the `triggerUploadOnSubmit` option from
`@uppy/form`.
- `Robodog.form()` now supports localization of the “Choose files” button it
adds in the default configuration.

Expand Down
Loading

0 comments on commit 09b23a9

Please sign in to comment.