uppy/private
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
..
@types/jasmine ci: update Webdriverio packages (#3027) 2021-07-19 23:20:35 +02:00
dev Fix all breaking todo comments for 3.0 (#3907) 2022-08-03 20:07:24 +02:00
locale-pack meta: remove CJS-related hack in build:locale-pack script (#3764) 2022-05-23 12:02:47 +02:00
release meta: fix release script 2022-08-03 11:43:14 +02:00
remark-lint-uppy meta: move dev workspace to private/ (#3368) 2021-12-14 12:53:34 +01:00
vue-template-compiler example: update Vue2 example (#3802) 2022-06-02 20:11:32 +02:00
README.md Add retext to markdown linter (#3024) 2021-10-14 16:10:45 +02:00

Private packages

Node.js packages for internal use by Uppy, like build tooling. These are not published to npm.