Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed May 29, 2024
1 parent 8e3c51b commit fef4f90
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/guides/migration-guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ These cover all the major Uppy versions and how to migrate to them.
- `static getExtraConfig` property has been renamed to `getExtraGrantConfig`.
- `static authProvider` property has been renamed to `oauthProvider`. Also
internal functions have been renamed accordingly.
https://github.com/transloadit/uppy/pull/5198/commits/10d93b52f7a93b58f0e86491e7f3159865c30d81
[commit](https://github.com/transloadit/uppy/pull/5198/commits/10d93b52f7a93b58f0e86491e7f3159865c30d81)
- Endpoint `GET /s3/params` now returns `{ method: "POST" }` instead of
`{ method: "post" }`. This will not affect most people.
https://github.com/transloadit/uppy/pull/5198/commits/d1b5d01c1c85c4a4cdfdebd26e4b4ec8c8526617
[commit](https://github.com/transloadit/uppy/pull/5198/commits/d1b5d01c1c85c4a4cdfdebd26e4b4ec8c8526617)
- The Companion [`error` event](https://uppy.io/docs/companion/#events) now no
longer includes `extraData` inside the `payload.error` property. `extraData`
is (and was also before) included in the `payload`. See
https://github.com/transloadit/uppy/pull/5198/commits/1726053fbc88f547a8443edb5e9840094b55983f.
If you use Companion stand-alone this shouldn't affect you.
is (and was also before) included in the `payload`.
[commit](https://github.com/transloadit/uppy/pull/5198/commits/1726053fbc88f547a8443edb5e9840094b55983f)
If you use Companion stand-alone this shouldnt affect you.
- `metadata` no will now throw an error if a Symbol is passed. This most likely
won't affect anyone.
https://github.com/transloadit/uppy/pull/5198/commits/217cba4747d9740c3a185b7ea0dc1a41a9e5edb2
wont affect anyone.
[commit](https://github.com/transloadit/uppy/pull/5198/commits/217cba4747d9740c3a185b7ea0dc1a41a9e5edb2)
- `access-control-allow-headers` is no longer included in
`Access-Control-Expose-Headers`, and `uppy-versions` is no longer an allowed
header. We are not aware of any issues this might cause.
- Internal refactoring (probably won't affect you)
- Internal refactoring (probably wont affect you)
- `getProtectedGot` parameter `blockLocalIPs` changed to `allowLocalIPs`
(inverted boolean).
- `getURLMeta` 2nd (boolean) argument inverted.
Expand All @@ -46,13 +46,13 @@ These cover all the major Uppy versions and how to migrate to them.
- `supportsRefreshToken` now defaults to `false` instead of `true`. If you have
implemented a custom provider, this might affect you.
- `Socket` class is no longer in use and has been removed. Unless you used this
class you don't need to do anything.
class you dont need to do anything.
- Remove deprecated options `serverUrl` and `serverPattern` (they were merely
defined in Typescript, not in use).
- `RequestClient` methods `get`, `post`, `delete` no longer accepts a boolean as
the third argument. Instead, pass `{ skipPostResponse: true | false }`. This
won't affect you unless you've been using `RequestClient`.
https://github.com/transloadit/uppy/pull/5198/commits/80a0bbc1ff87450aae54ee3ab10924536754036a
wont affect you unless youve been using `RequestClient`.
[commit](https://github.com/transloadit/uppy/pull/5198/commits/80a0bbc1ff87450aae54ee3ab10924536754036a)

## Migrate from Robodog to Uppy plugins

Expand Down

0 comments on commit fef4f90

Please sign in to comment.