uppy/private/dev
Merlijn Vos 9a213b59da
Fix all breaking todo comments for 3.0 (#3907)
- `@uppy/aws/s3-multipart`: remove `client` getter and setter.
  - reason: internal usage only
  - migrate: use exposed options only
- `@uppy/core`: remove `AggregateError` polyfill
  - reason: [should be polyfilled by the user](https://github.com/transloadit/uppy/pull/3532#discussion_r818602636)
  - migrate: install `AggregateError` polyfill or use `core-js`
- `@uppy/core`: remove `reset()` method
  - reason: it's a duplicate of `cancelAll`, but with a less intention revealing name
  - migrate: use `cancelAll`
- `@uppy/core`: remove backwards compatible exports (static properties on `Uppy`)
  - reason: transition to ESM
  - migrate: import the `Uppy` class by default and/or use named exports for everything else.
- `@uppy/react`: don't expose `validProps`
  - reason: internal only
  - migrate: do not depend on this
- `@uppy/store-redux`: remove backwards compatible exports (static properties on `ReduxStore`)
  - reason: transition to ESM
  - migrate: use named imports
- `@uppy/thumbnail-generator`: remove `rotateImage`, `protect`, and `canvasToBlob` from prototype.
  - reason: internal only
  - migrate: don't depend on this
2022-08-03 20:07:24 +02:00
..
Dashboard.js Fix all breaking todo comments for 3.0 (#3907) 2022-08-03 20:07:24 +02:00
dragdrop.html meta: move dev workspace to private/ (#3368) 2021-12-14 12:53:34 +01:00
DragDrop.js dev: sign requests sent to Transloadit (#3517) 2022-04-21 16:08:28 +02:00
generateSignatureIfSecret.js dev: fix return type of generateSignatureIfSecret (#3793) 2022-05-30 14:44:06 +02:00
index.html meta: move dev workspace to private/ (#3368) 2021-12-14 12:53:34 +01:00
index.js meta: fix linter warnings (#3753) 2022-05-19 11:57:14 +02:00
package.json meta: upgrade to Vite v3 (#3882) 2022-07-14 17:10:38 +02:00
sw.js meta: fix linter warnings (#3753) 2022-05-19 11:57:14 +02:00
vite.config.js @uppy/transloadit: remove IE 10 hack (#3777) 2022-05-30 18:32:53 +02:00