uppy/packages/@uppy/react/src
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
..
CommonTypes.d.ts Fix React DashboardModal's target type (#3110) 2021-08-30 15:01:15 +02:00
Dashboard.d.ts Fix React DashboardModal's target type (#3110) 2021-08-30 15:01:15 +02:00
Dashboard.js Fix all breaking todo comments for 3.0 (#3907) 2022-08-03 20:07:24 +02:00
DashboardModal.d.ts tools: enable linter for TypeScript (#2997) 2021-07-13 14:28:14 +02:00
DashboardModal.js Fix all breaking todo comments for 3.0 (#3907) 2022-08-03 20:07:24 +02:00
DragDrop.d.ts tools: enable linter for TypeScript (#2997) 2021-07-13 14:28:14 +02:00
DragDrop.js Fix all breaking todo comments for 3.0 (#3907) 2022-08-03 20:07:24 +02:00
FileInput.d.ts tools: enable linter for TypeScript (#2997) 2021-07-13 14:28:14 +02:00
FileInput.js @uppy/react: refactor to ESM (#3780) 2022-05-30 18:33:00 +02:00
getHTMLProps.js @uppy/react: refactor to ESM (#3780) 2022-05-30 18:33:00 +02:00
index.js @uppy/react: refactor to ESM (#3780) 2022-05-30 18:33:00 +02:00
nonHtmlPropsHaveChanged.js Fix all breaking todo comments for 3.0 (#3907) 2022-08-03 20:07:24 +02:00
ProgressBar.d.ts tools: enable linter for TypeScript (#2997) 2021-07-13 14:28:14 +02:00
ProgressBar.js Fix all breaking todo comments for 3.0 (#3907) 2022-08-03 20:07:24 +02:00
propTypes.js Fix exports in propTypes.js to fix website build 2022-07-27 18:32:28 +02:00
StatusBar.d.ts tools: enable linter for TypeScript (#2997) 2021-07-13 14:28:14 +02:00
StatusBar.js Fix all breaking todo comments for 3.0 (#3907) 2022-08-03 20:07:24 +02:00
useUppy.d.ts tools: enable linter for TypeScript (#2997) 2021-07-13 14:28:14 +02:00
useUppy.js Merge stable branch 2022-06-09 21:15:10 +02:00
Wrapper.js @uppy/react: refactor to ESM (#3780) 2022-05-30 18:33:00 +02:00