uppy/website
Renée Kooi 2fdf880064
tus: docs-deprecate autoRetry (#2347)
* tus: deprecate autoRetry

`autoRetry` retries failed uploads when the user's internet connection
comes back up after an outage. It's not totally clear from the name that
that is what it does: it could also just retry automatically after a
failure generally.

This feature can be implemented by users like this:
```js
uppy.on('back-online', () => {
  uppy.retryAll()
})
```
I think that's clearer than `autoRetry: true`, and we don't even have
to come up with a name!

Since the implementation is trivial and the functionality is independent
of tus, it probably shouldn't live in the plugin. Users can copy the
three lines from the docs and use it that way. We could also consider
moving it into `@uppy/core`.

* tus: fill in pr url

* tus: revert runtime deprecation

* changelog: remove deprecated `autoRetry` in 2.0
2020-08-11 13:37:15 +01:00
..
private_modules/hexo-renderer-uppyexamples Update from master 2016-02-01 00:53:55 -05:00
scripts highlight code blocks in excerpt too 2020-04-19 21:54:44 +02:00
src tus: docs-deprecate autoRetry (#2347) 2020-08-11 13:37:15 +01:00
themes/uppy Release 2020-08-10 17:49:30 +02:00
_config.yml website: update to postcss 7 2019-05-20 11:31:38 +02:00
build-examples.js Update eslint to v6 (#1777) 2019-08-13 21:45:30 +03:00
doc-order.json Update from master 2016-02-01 00:53:55 -05:00
inject.js Update inject.js 2020-07-16 19:06:23 +01:00
package.json Add the featured customers logos (#2120) 2020-03-11 19:46:37 +01:00
postcss.config.js we'll use the .browserslistrc config in uppy root instead 2019-08-05 18:10:14 +03:00
VUEORG_LICENSE Rename LICENSE to VUE 2015-11-29 14:22:03 +01:00