Antoine du Hamel
cdeb560de2
add missing entries to changelog for individual packages ( #4092 )
2022-09-11 12:03:22 +02:00
github-actions[bot]
feee2afd63
Release: uppy@3.0.1 ( #4068 )
...
| Package | Version | Package | Version |
| ------------------------- | ------- | ------------------------- | ------- |
| @uppy/angular | 0.4.1 | @uppy/store-default | 3.0.1 |
| @uppy/audio | 1.0.1 | @uppy/store-redux | 3.0.1 |
| @uppy/aws-s3 | 3.0.1 | @uppy/svelte | 3.0.0 |
| @uppy/aws-s3-multipart | 3.0.1 | @uppy/thumbnail-generator | 3.0.1 |
| @uppy/companion | 4.0.1 | @uppy/transloadit | 3.0.1 |
| @uppy/companion-client | 3.0.1 | @uppy/tus | 3.0.1 |
| @uppy/core | 3.0.1 | @uppy/utils | 5.0.1 |
| @uppy/dashboard | 3.0.1 | @uppy/webcam | 3.1.0 |
| @uppy/react | 3.0.1 | @uppy/xhr-upload | 3.0.1 |
| @uppy/remote-sources | 1.0.1 | uppy | 3.0.1 |
- @uppy/dashboard,@uppy/webcam: add nativeCameraFacingMode to Webcam and Dashboard (Artur Paikin / #4047 )
- meta: upgrade to Jest 29 (Antoine du Hamel / #4049 )
- @uppy/svelte: update peer dependencies (Antoine du Hamel / #4065 )
- @uppy/react: useUppy: fix unmount on NextJS dev mode (Matt Jesuele / #4062 )
- @uppy/vue: fix missing component in docs (Antoine du Hamel / #4063 )
- @uppy/angular: fix compiler warning (Antoine du Hamel / #4064 )
- meta: improve CI npm install time (Antoine du Hamel / #4058 )
- meta: example: fix Angular example package name (Antoine du Hamel / #4060 )
- meta: upgrade to TypeScript 4.8 (Antoine du Hamel / #4048 )
- @uppy/core,@uppy/dashboard,@uppy/thumbnail-generator: update definition type files for TS 4.8 compatibility (Antoine du Hamel / #4055 )
- @uppy/transloadit: improve deprecation notice (Antoine du Hamel / #4056 )
- @uppy/thumbnail-generator: fix `exifr` import (Antoine du Hamel / #4054 )
- @uppy/utils: fix `relativePath` when drag&dropping a folder (Antoine du Hamel / #4043 )
- @uppy/companion: Fix Companion license (Merlijn Vos / #4044 )
- e2e: add tests for AWS (Antoine du Hamel / #3665 )
- meta: Only publish Companion to Dockerhub on release (Merlijn Vos / #4037 )
- meta: fix linter warnings (Antoine du Hamel / #4039 )
- @uppy/utils: Post-release website fixes (Merlijn Vos / #4038 )
- @uppy/angular: fix peer dependencies (Antoine du Hamel / #4035 )
- meta: uppy.io homepage: Add Tus (Artur Paikin)
- meta: Fix uppy.io homepage example (Artur Paikin)
2022-08-30 16:15:12 +00:00
Matt Jesuele
8a3665d28b
@uppy/react: useUppy: fix unmount on NextJS dev mode ( #4062 )
2022-08-30 15:44:23 +02:00
github-actions[bot]
be05bf97df
Release: uppy@3.0.0 ( #4031 )
...
**Migration guides:**
https://uppy.io/docs/migration-guides.html
| Package | Version | Package | Version |
| ------------------------- | ------- | ------------------------- | ------- |
| @uppy/angular | 0.4.0 | @uppy/progress-bar | 3.0.0 |
| @uppy/audio | 1.0.0 | @uppy/provider-views | 3.0.0 |
| @uppy/aws-s3 | 3.0.0 | @uppy/react | 3.0.0 |
| @uppy/aws-s3-multipart | 3.0.0 | @uppy/react-native | 0.4.0 |
| @uppy/box | 2.0.0 | @uppy/redux-dev-tools | 3.0.0 |
| @uppy/companion | 4.0.0 | @uppy/remote-sources | 1.0.0 |
| @uppy/companion-client | 3.0.0 | @uppy/screen-capture | 3.0.0 |
| @uppy/compressor | 1.0.0 | @uppy/status-bar | 3.0.0 |
| @uppy/core | 3.0.0 | @uppy/store-default | 3.0.0 |
| @uppy/dashboard | 3.0.0 | @uppy/store-redux | 3.0.0 |
| @uppy/drag-drop | 3.0.0 | @uppy/svelte | 2.0.0 |
| @uppy/drop-target | 2.0.0 | @uppy/thumbnail-generator | 3.0.0 |
| @uppy/dropbox | 3.0.0 | @uppy/transloadit | 3.0.0 |
| @uppy/facebook | 3.0.0 | @uppy/tus | 3.0.0 |
| @uppy/file-input | 3.0.0 | @uppy/unsplash | 3.0.0 |
| @uppy/form | 3.0.0 | @uppy/url | 3.0.0 |
| @uppy/golden-retriever | 3.0.0 | @uppy/utils | 5.0.0 |
| @uppy/google-drive | 3.0.0 | @uppy/vue | 1.0.0 |
| @uppy/image-editor | 2.0.0 | @uppy/webcam | 3.0.0 |
| @uppy/informer | 3.0.0 | @uppy/xhr-upload | 3.0.0 |
| @uppy/instagram | 3.0.0 | @uppy/zoom | 2.0.0 |
| @uppy/locales | 3.0.0 | uppy | 3.0.0 |
| @uppy/onedrive | 3.0.0 | | |
- docs: Use RemoteSources in readme example (Artur Paikin / #4030 )
- docs: Add migration guide for Uppy 3.x, Companion 4.x, and Robodog (Merlijn Vos / #3913 )
- example: upgrade React example to use React 18 (Antoine du Hamel / #4002 )
- meta: fix linter failures (Antoine du Hamel / #4029 )
- @uppy/vue: move `@uppy/` packages to peer dependencies (Antoine du Hamel / #4024 )
- @uppy/robodog: remove package (Antoine du Hamel / #3946 )
- example: migrate `digitalocean-spaces` to ESM (Antoine du Hamel / #4015 )
- example: replace Robodog example with Transloadit + RemoteSources + Form (Antoine du Hamel / #4027 )
- website: replace Robodog example with Uppy plugins (Artur Paikin / #4026 )
- @uppy/aws-s3,@uppy/tus,@uppy/xhr-upload: @uppy/tus, @uppy/xhr-upload, @uppy/aws-s3: `metaFields` -> `allowedMetaFields` (Merlijn Vos / #4023 )
- example: showcase migration out of Robodog (Antoine du Hamel / #4021 )
- example: fix Svelte dev mode (Antoine du Hamel / #4025 )
- example: fix docs and env for Vite examples (Antoine du Hamel / #4018 )
- @uppy/tus: avoid crashing when Tus client reports an error (Antoine du Hamel / #4019 )
- @uppy/react: move `@uppy/` packages to peer dependencies (Antoine du Hamel / #4004 )
- @uppy/core: core: uppy.addFile should accept browser File objects (Artur Paikin / #4020 )
- example: fix svelte example (Antoine du Hamel / #4017 )
- example: migrate `python-xhr` to ESM (Antoine du Hamel / #4010 )
- example: migrate `php-xhr` to ESM (Antoine du Hamel / #4009 )
- example: migrate `node-xhr` to ESM (Antoine du Hamel / #4008 )
- example: migrate `xhr-bundle` to ESM (Antoine du Hamel / #4012 )
- example: migrate `multiple-instances` to ESM (Antoine du Hamel / #4007 )
- example: replace `transloadit-textarea` with `transloadit-markdown-bin` (Antoine du Hamel / #4013 )
- example: add README to Svelte example (Antoine du Hamel / #4011 )
- build: Remove size-limit for now (Artur Paikin / #4003 )
- @uppy/core,@uppy/dashboard,@uppy/status-bar: Style tweaks: use all: initial + other resets (Artur Paikin / #3983 )
- @uppy/aws-s3: aws-s3: fix incorrect comparison for `file-removed` (Merlijn Vos / #3962 )
- example: update to new CDN export names (Antoine du Hamel / #4006 )
- example: fix dependencies of `bundled` example (Antoine du Hamel / #4005 )
- @uppy/tus: fix dependencies (Antoine du Hamel / #3923 )
- @uppy/tus: add file argument to `onBeforeRequest` (Merlijn Vos / #3984 )
- @uppy/utils: fix drop of multiple files on Chromium browsers (Antoine du Hamel / #3998 )
- @uppy/angular: upgrade to Angular 14 (Antoine du Hamel / #3997 )
- example: update Angular example to v14 (Antoine du Hamel / #3996 )
- @uppy/utils: Fix @uppy/utils microtip.scss export (Merlijn Vos / #3995 )
- docs: Companion: make streaming upload recommended & other docs tweaks (Mikael Finstad / #3994 )
### 3.0.0-beta.5
### 3.0.0-beta.4
### 3.0.0-beta.3
### 3.0.0-beta.2
### 3.0.0-beta.1
### 3.0.0-beta
2022-08-22 19:48:49 +00:00
Antoine du Hamel
ef7cbea10f
@uppy/react: move @uppy/ packages to peer dependencies ( #4004 )
2022-08-22 15:02:18 +02:00
github-actions[bot]
9d03b6f600
Release: uppy@3.0.0-beta.5 ( #3991 )
...
| Package | Version | Package | Version |
| ------------------------- | ------------ | ------------------------- | ------------ |
| @uppy/audio | 1.0.0-beta.2 | @uppy/progress-bar | 3.0.0-beta.2 |
| @uppy/aws-s3 | 3.0.0-beta.3 | @uppy/provider-views | 3.0.0-beta.3 |
| @uppy/aws-s3-multipart | 3.0.0-beta.4 | @uppy/react | 3.0.0-beta.4 |
| @uppy/box | 2.0.0-beta.2 | @uppy/redux-dev-tools | 3.0.0-beta.2 |
| @uppy/companion | 4.0.0-beta.4 | @uppy/remote-sources | 1.0.0-beta.4 |
| @uppy/companion-client | 3.0.0-beta.2 | @uppy/screen-capture | 3.0.0-beta.3 |
| @uppy/compressor | 1.0.0-beta.3 | @uppy/status-bar | 3.0.0-beta.3 |
| @uppy/core | 3.0.0-beta.4 | @uppy/store-default | 3.0.0-beta.3 |
| @uppy/dashboard | 3.0.0-beta.4 | @uppy/store-redux | 3.0.0-beta.3 |
| @uppy/drag-drop | 3.0.0-beta.2 | @uppy/svelte | 2.0.0-beta.2 |
| @uppy/drop-target | 2.0.0-beta.3 | @uppy/thumbnail-generator | 3.0.0-beta.2 |
| @uppy/dropbox | 3.0.0-beta.2 | @uppy/transloadit | 3.0.0-beta.5 |
| @uppy/facebook | 3.0.0-beta.2 | @uppy/tus | 3.0.0-beta.3 |
| @uppy/file-input | 3.0.0-beta.2 | @uppy/unsplash | 3.0.0-beta.2 |
| @uppy/form | 3.0.0-beta.2 | @uppy/url | 3.0.0-beta.3 |
| @uppy/golden-retriever | 3.0.0-beta.2 | @uppy/utils | 5.0.0-beta.1 |
| @uppy/google-drive | 3.0.0-beta.2 | @uppy/vue | 1.0.0-beta.2 |
| @uppy/image-editor | 2.0.0-beta.3 | @uppy/webcam | 3.0.0-beta.3 |
| @uppy/informer | 3.0.0-beta.3 | @uppy/xhr-upload | 3.0.0-beta.3 |
| @uppy/instagram | 3.0.0-beta.2 | @uppy/zoom | 2.0.0-beta.2 |
| @uppy/locales | 3.0.0-beta.4 | uppy | 3.0.0-beta.5 |
| @uppy/onedrive | 3.0.0-beta.2 | | |
- meta: prepare release workflow for beta versions (Antoine du Hamel)
- @uppy/provider-views: Reset filter input correctly in provider views (Merlijn Vos / #3978 )
- @uppy/aws-s3-multipart: Fix when using Companion (Merlijn Vos / #3969 )
- @uppy/companion: Companion: bring back default upload protocol (Mikael Finstad / #3967 )
- meta: Update CONTRIBUTING.md (Mikael Finstad / #3966 )
- meta: fix contributing link (Mikael Finstad / #3968 )
- @uppy/companion: enforce usage of uploadUrls (Mikael Finstad / #3965 )
- @uppy/utils: Fix webp mimetype (Merlijn Vos / #3961 )
- @uppy/locales: Add compressor string translation to Japanese locale (kenken / #3963 )
- meta: Fix statement about cropping images in README.md (Mikael Finstad / #3964 )
- @uppy/aws-s3-multipart: Fix race condition in `#uploadParts` (Morgan Zolob / #3955 )
- @uppy/provider-views: core validateRestrictions: return error directly vs the result/reason obj (Artur Paikin / #3951 )
- @uppy/aws-s3: Export AwsS3UploadParameters & AwsS3Options interfaces (Antonina Vertsinskaya / #3956 )
- website: convert all website examples to ESM (Antoine du Hamel / #3957 )
- @uppy/companion: fix crash if redis disconnects (Mikael Finstad / #3954 )
- @uppy/companion: upgrade `ws` version (Antoine du Hamel / #3949 )
- @uppy/companion: sort Dropbox response & refactor to async/await (Mikael Finstad / #3897 )
- @uppy/utils: modernize `getDroppedFiles` (Antoine du Hamel / #3534 )
- @uppy/companion: fix default getKey for non-standalone too (Mikael Finstad / #3945 )
- @uppy/aws-s3-multipart: ignore exception inside `abortMultipartUpload` (Antoine du Hamel / #3950 )
- @uppy/companion: remove `isobject` from dependencies (Antoine du Hamel / #3948 )
- @uppy/compressor: Fix Compressor being broken when no name is in the compressed blob (Artur Paikin / #3947 )
- @uppy/core,@uppy/react: Fix all breaking todo comments for 3.0 (Merlijn Vos / #3907 )
- @uppy/companion: show deprecation message when using legacy s3 options (Antoine du Hamel / #3944 )
- example: fix aws-companion example (Antoine du Hamel / #3850 )
2022-08-16 21:40:57 +00:00
Antoine du Hamel
7089cb6530
fixup! Merge branch 3.x
2022-08-04 18:03:05 +02:00
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
github-actions[bot]
2b87253f79
Release: uppy@3.0.0-beta.4 ( #3943 )
...
| Package | Version | Package | Version |
| ---------------------- | ------------ | ---------------------- | ------------ |
| @uppy/aws-s3-multipart | 3.0.0-beta.3 | @uppy/screen-capture | 3.0.0-beta.2 |
| @uppy/companion | 4.0.0-beta.3 | @uppy/status-bar | 3.0.0-beta.2 |
| @uppy/core | 3.0.0-beta.3 | @uppy/store-default | 3.0.0-beta.2 |
| @uppy/dashboard | 3.0.0-beta.3 | @uppy/transloadit | 3.0.0-beta.4 |
| @uppy/drop-target | 2.0.0-beta.2 | @uppy/tus | 3.0.0-beta.2 |
| @uppy/informer | 3.0.0-beta.2 | @uppy/url | 3.0.0-beta.2 |
| @uppy/react | 3.0.0-beta.3 | @uppy/robodog | 3.0.0-beta.4 |
| @uppy/remote-sources | 1.0.0-beta.3 | uppy | 3.0.0-beta.4 |
- @uppy/companion,@uppy/tus: Upgrade tus-js-client to 3.0.0 (Merlijn Vos / #3942 )
- meta: fix release script (Antoine du Hamel)
- @uppy/aws-s3-multipart: Correctly handle errors for `prepareUploadParts` (Merlijn Vos / #3912 )
- @uppy/store-default: export the class, don't expose `.callbacks` (Antoine du Hamel / #3928 )
- @uppy/remote-sources: do not rely on `.name` property (Antoine du Hamel / #3941 )
- @uppy/screen-capture: fix TODOs (Antoine du Hamel / #3930 )
- @uppy/status-bar: rename internal modules (Antoine du Hamel / #3929 )
- @uppy/transloadit: remove static properties in favor of exports (Antoine du Hamel / #3927 )
- @uppy/informer: simplify `render` method (Antoine du Hamel / #3931 )
- @uppy/url: remove private methods from public API (Antoine du Hamel / #3934 )
- @uppy/dashboard: change `copyToClipboard` signature (Antoine du Hamel / #3933 )
- @uppy/drop-target: remove `isFileTransfer` from the public API (Antoine du Hamel / #3932 )
- meta: improve beta release script (Antoine du Hamel)
| Package | Version | Package | Version |
| ----------------- | ------- | ----------------- | ------- |
| @uppy/transloadit | 2.3.6 | @uppy/robodog | 2.9.2 |
| @uppy/tus | 2.4.2 | uppy | 2.13.2 |
- @uppy/transloadit: send `assembly-cancelled` only once (Antoine du Hamel / #3937 )
- meta: `keepNames` in bundle (Antoine du Hamel / #3926 )
- meta: e2e: fix Transloadit test suite with Cypress 10 (Antoine du Hamel / #3936 )
- meta: Bump guzzlehttp/guzzle from 7.4.1 to 7.4.5 in /examples/aws-presigned-url (dependabot[bot] / #3842 )
- @uppy/tus: fix dependencies (Antoine du Hamel / #3923 )
- meta: doc: fix linter failure in `image-editor.md` (Antoine du Hamel / #3924 )
- meta: doc: Fix typo in image-editor.md (Ikko Ashimine / #3921 )
- website: Docs and header fix (Artur Paikin / #3920 )
2022-08-03 10:06:32 +00:00
Antoine du Hamel
dc7ad4b916
@uppy/status-bar: rename internal modules ( #3929 )
...
* rename `StatusBar` -> `StatusBarUI`
* rename `_StatusBar.jsx` -> `StatusBar.jsx`
2022-08-02 14:53:49 +02:00
github-actions[bot]
0dcf869828
Release: uppy@3.0.0-beta.3 ( #3918 )
...
| Package | Version | Package | Version |
| ---------------------- | ------------ | ---------------------- | ------------ |
| @uppy/aws-s3 | 3.0.0-beta.2 | @uppy/react | 3.0.0-beta.2 |
| @uppy/aws-s3-multipart | 3.0.0-beta.2 | @uppy/remote-sources | 1.0.0-beta.2 |
| @uppy/companion | 4.0.0-beta.2 | @uppy/store-redux | 3.0.0-beta.2 |
| @uppy/compressor | 1.0.0-beta.2 | @uppy/transloadit | 3.0.0-beta.3 |
| @uppy/core | 3.0.0-beta.2 | @uppy/webcam | 3.0.0-beta.2 |
| @uppy/dashboard | 3.0.0-beta.2 | @uppy/xhr-upload | 3.0.0-beta.2 |
| @uppy/image-editor | 2.0.0-beta.2 | @uppy/robodog | 3.0.0-beta.3 |
| @uppy/locales | 3.0.0-beta.3 | uppy | 3.0.0-beta.3 |
- @uppy/react: Fix exports in propTypes.js to fix website build (Murderlon)
- @uppy/dashboard,@uppy/webcam: Add support for `mobileNativeCamera` option to Webcam and Dashboard (Artur Paikin / #3844 )
- @uppy/aws-s3-multipart: make `headers` part indexed too in `prepareUploadParts` (Merlijn Vos / #3895 )
- @uppy/aws-s3,@uppy/core,@uppy/dashboard,@uppy/store-redux,@uppy/xhr-upload: upgrade `nanoid` to v4 (Antoine du Hamel / #3904 )
- @uppy/companion: update minimal supported Node.js version in the docs (Antoine du Hamel / #3902 )
- @uppy/companion: upgrade `redis` to version 4.x (Antoine du Hamel / #3589 )
- @uppy/companion: remove unnecessary ts-ignores (Mikael Finstad / #3900 )
- meta: use `node:` protocol when using Node.js built-in core modules (Antoine du Hamel / #3871 )
- meta: upgrade to Vite v3 (Antoine du Hamel / #3882 )
- @uppy/companion: remove `COMPANION_S3_GETKEY_SAFE_BEHAVIOR` env variable (Antoine du Hamel / #3869 )
- meta: fix release script for major beta versions (Antoine du Hamel)
2022-07-27 19:03:19 +01:00
Murderlon
d31cae30aa
Fix exports in propTypes.js to fix website build
2022-07-27 18:32:28 +02:00
github-actions[bot]
f80f437973
Release: uppy@3.0.0-beta.1 ( #3822 )
...
| Package | Version | Package | Version |
| ------------------------- | ------------ | ------------------------- | ------------ |
| uppy | 3.0.0-beta.1 | @uppy/google-drive | 3.0.0-beta.1 |
| @uppy/audio | 1.0.0-beta.1 | @uppy/informer | 3.0.0-beta.1 |
| @uppy/box | 2.0.0-beta.1 | @uppy/instagram | 3.0.0-beta.1 |
| @uppy/compressor | 1.0.0-beta.1 | @uppy/locales | 3.0.0-beta.1 |
| @uppy/drop-target | 2.0.0-beta.1 | @uppy/onedrive | 3.0.0-beta.1 |
| @uppy/image-editor | 2.0.0-beta.1 | @uppy/progress-bar | 3.0.0-beta.1 |
| @uppy/remote-sources | 1.0.0-beta.1 | @uppy/provider-views | 3.0.0-beta.1 |
| @uppy/svelte | 2.0.0-beta.1 | @uppy/react | 3.0.0-beta.1 |
| @uppy/vue | 1.0.0-beta.1 | @uppy/redux-dev-tools | 3.0.0-beta.1 |
| @uppy/zoom | 2.0.0-beta.1 | @uppy/robodog | 3.0.0-beta.1 |
| @uppy/aws-s3 | 3.0.0-beta.1 | @uppy/screen-capture | 3.0.0-beta.1 |
| @uppy/aws-s3-multipart | 3.0.0-beta.1 | @uppy/status-bar | 3.0.0-beta.1 |
| @uppy/companion-client | 3.0.0-beta.1 | @uppy/store-default | 3.0.0-beta.1 |
| @uppy/core | 3.0.0-beta.1 | @uppy/store-redux | 3.0.0-beta.1 |
| @uppy/dashboard | 3.0.0-beta.1 | @uppy/thumbnail-generator | 3.0.0-beta.1 |
| @uppy/drag-drop | 3.0.0-beta.1 | @uppy/transloadit | 3.0.0-beta.1 |
| @uppy/dropbox | 3.0.0-beta.1 | @uppy/tus | 3.0.0-beta.1 |
| @uppy/facebook | 3.0.0-beta.1 | @uppy/unsplash | 3.0.0-beta.1 |
| @uppy/file-input | 3.0.0-beta.1 | @uppy/url | 3.0.0-beta.1 |
| @uppy/form | 3.0.0-beta.1 | @uppy/webcam | 3.0.0-beta.1 |
| @uppy/golden-retriever | 3.0.0-beta.1 | @uppy/xhr-upload | 3.0.0-beta.1 |
- meta: improve release process for beta branch (Antoine du Hamel / #3809 )
- uppy: refactor to ESM (Antoine du Hamel / #3807 )
- @uppy/core,@uppy/dashboard: fix types for some events (Antoine du Hamel / #3812 )
- example: update Vue2 example (Antoine du Hamel / #3802 )
2022-06-09 21:45:29 +01:00
Antoine du Hamel
a6029d0304
Merge stable branch
2022-06-09 21:15:10 +02:00
github-actions[bot]
a95e723775
Release: uppy@2.12.0 ( #3816 )
...
| Package | Version | Package | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/aws-s3 | 2.2.1 | @uppy/tus | 2.4.1 |
| @uppy/aws-s3-multipart | 2.4.1 | @uppy/url | 2.2.0 |
| @uppy/companion-client | 2.2.1 | @uppy/xhr-upload | 2.1.2 |
| @uppy/core | 2.3.1 | @uppy/robodog | 2.8.0 |
| @uppy/react | 2.2.2 | uppy | 2.12.0 |
| @uppy/remote-sources | 0.1.0 | | |
- @uppy/remote-sources: Add @uppy/remote-sources preset/plugin (Artur Paikin / #3676 )
- @uppy/react: Reset uppy instance when React component is unmounted (Tomasz Pęksa / #3814 )
- @uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/tus: queue socket token requests for remote files (Merlijn Vos / #3797 )
- @uppy/xhr-upload: replace `ev.target.status` with `xhr.status` (Wes Sankey / #3782 )
- @uppy/core: fix `TypeError` when file was deleted (Antoine du Hamel / #3811 )
- @uppy/robodog: fix linter warnings (Antoine du Hamel / #3808 )
- meta: fix GHA workflow for prereleases (Antoine du Hamel)
- @uppy/aws-s3-multipart: allow `companionHeaders` to be modified with `setOptions` (Paulo Lemos Neto / #3770 )
- @uppy/url: enable passing optional meta data to `addFile` (Brad Edelman / #3788 )
- @uppy/url: fix `getFileNameFromUrl` (Brad Edelman / #3804 )
- @uppy/tus: make onShouldRetry type optional (Merlijn Vos / #3800 )
- doc: fix React examples (Antoine du Hamel / #3799 )
- meta: add GHA workflow for prereleases (Antoine du Hamel)
2022-06-07 18:11:01 +01:00
Tomasz Pęksa
2c05d51794
Reset uppy instance when React component is unmounted ( #3814 )
2022-06-07 18:14:37 +02:00
github-actions[bot]
861f264e53
Release: uppy@3.0.0-beta ( #3798 )
...
| Package | Version | Package | Version |
| ------------------------- | ---------- | ------------------------- | ---------- |
| @uppy/audio | 3.0.0-beta | @uppy/progress-bar | 3.0.0-beta |
| @uppy/aws-s3 | 3.0.0-beta | @uppy/provider-views | 3.0.0-beta |
| @uppy/aws-s3-multipart | 3.0.0-beta | @uppy/react | 3.0.0-beta |
| @uppy/box | 3.0.0-beta | @uppy/redux-dev-tools | 3.0.0-beta |
| @uppy/companion | 4.0.0-beta | @uppy/robodog | 3.0.0-beta |
| @uppy/companion-client | 3.0.0-beta | @uppy/screen-capture | 3.0.0-beta |
| @uppy/compressor | 3.0.0-beta | @uppy/status-bar | 3.0.0-beta |
| @uppy/core | 3.0.0-beta | @uppy/store-default | 3.0.0-beta |
| @uppy/dashboard | 3.0.0-beta | @uppy/store-redux | 3.0.0-beta |
| @uppy/drag-drop | 3.0.0-beta | @uppy/svelte | 3.0.0-beta |
| @uppy/drop-target | 3.0.0-beta | @uppy/thumbnail-generator | 3.0.0-beta |
| @uppy/dropbox | 3.0.0-beta | @uppy/transloadit | 3.0.0-beta |
| @uppy/facebook | 3.0.0-beta | @uppy/tus | 3.0.0-beta |
| @uppy/file-input | 3.0.0-beta | @uppy/unsplash | 3.0.0-beta |
| @uppy/form | 3.0.0-beta | @uppy/url | 3.0.0-beta |
| @uppy/golden-retriever | 3.0.0-beta | @uppy/utils | 5.0.0-beta |
| @uppy/google-drive | 3.0.0-beta | @uppy/vue | 3.0.0-beta |
| @uppy/image-editor | 3.0.0-beta | @uppy/webcam | 3.0.0-beta |
| @uppy/informer | 3.0.0-beta | @uppy/xhr-upload | 3.0.0-beta |
| @uppy/instagram | 3.0.0-beta | @uppy/zoom | 3.0.0-beta |
| @uppy/locales | 3.0.0-beta | uppy | 3.0.0-beta |
| @uppy/onedrive | 3.0.0-beta | | |
- meta: temporary adjust release script for the beta (Antoine du Hamel)
- meta: disable ESM to CJS transform in dist files (Antoine du Hamel / #3773 )
- @uppy/companion: remove `searchProviders` wrapper & move `s3` options (Merlijn Vos / #3781 )
- meta: do not test on EOL versions of Node.js (Antoine du Hamel / #3786 )
- @uppy/companion: remove support for EOL versions of Node.js (Antoine du Hamel / #3784 )
- @uppy/react: refactor to ESM (Antoine du Hamel / #3780 )
- @uppy/transloadit: remove IE 10 hack (Antoine du Hamel / #3777 )
2022-05-30 17:50:06 +01:00
Antoine du Hamel
b4e5d86370
@uppy/react: refactor to ESM ( #3780 )
2022-05-30 18:33:00 +02:00
github-actions[bot]
3f34af100b
Release: uppy@2.11.0 ( #3796 )
...
| Package | Version | Package | Version |
| ------------------------- | ------- | ------------------------- | ------- |
| @uppy/angular | 0.3.1 | @uppy/progress-bar | 2.1.1 |
| @uppy/audio | 0.3.2 | @uppy/provider-views | 2.1.1 |
| @uppy/aws-s3 | 2.2.0 | @uppy/react | 2.2.1 |
| @uppy/aws-s3-multipart | 2.4.0 | @uppy/react-native | 0.3.1 |
| @uppy/box | 1.0.7 | @uppy/redux-dev-tools | 2.1.0 |
| @uppy/companion | 3.6.0 | @uppy/screen-capture | 2.1.1 |
| @uppy/companion-client | 2.2.0 | @uppy/status-bar | 2.2.1 |
| @uppy/compressor | 0.3.0 | @uppy/store-default | 2.1.0 |
| @uppy/core | 2.3.0 | @uppy/store-redux | 2.1.0 |
| @uppy/dashboard | 2.3.0 | @uppy/thumbnail-generator | 2.2.0 |
| @uppy/drag-drop | 2.1.1 | @uppy/transloadit | 2.3.0 |
| @uppy/dropbox | 2.0.7 | @uppy/tus | 2.4.0 |
| @uppy/facebook | 2.0.7 | @uppy/unsplash | 2.1.0 |
| @uppy/file-input | 2.1.1 | @uppy/url | 2.1.1 |
| @uppy/form | 2.0.6 | @uppy/utils | 4.1.0 |
| @uppy/golden-retriever | 2.1.0 | @uppy/vue | 0.4.8 |
| @uppy/google-drive | 2.1.1 | @uppy/webcam | 2.2.1 |
| @uppy/image-editor | 1.3.0 | @uppy/xhr-upload | 2.1.1 |
| @uppy/informer | 2.1.0 | @uppy/zoom | 1.1.1 |
| @uppy/instagram | 2.1.1 | @uppy/robodog | 2.7.0 |
| @uppy/onedrive | 2.1.1 | uppy | 2.11.0 |
- doc: update bundler recommendation (Antoine du Hamel / #3763 )
- @uppy/aws-s3-multipart: refactor to ESM (Antoine du Hamel / #3672 )
- @uppy/aws-s3: fix JSDoc type error (Antoine du Hamel / #3785 )
- @uppy/aws-s3: refactor to ESM (Antoine du Hamel / #3673 )
- @uppy/companion-client: Revert "Revert "@uppy/companion-client: refactor to ESM"" (Antoine du Hamel / #3730 )
- @uppy/companion: expire redis keys after 1 day (Mikael Finstad / #3771 )
- @uppy/companion: fix some linter warnings (Antoine du Hamel / #3752 )
- @uppy/compressor: Fix Compressor docs, pass files array to compressor:complete event (Artur Paikin / #3682 )
- @uppy/core: refactor to ESM (Antoine du Hamel / #3744 )
- @uppy/dashboard: refactor to ESM (Antoine du Hamel / #3701 )
- @uppy/dashboard: use webkitRelativePath when querying a file's relative path (Eduard Müller / taktik / #3766 )
- @uppy/golden-retriever: refactor to ESM (Antoine du Hamel / #3731 )
- @uppy/image-editor: remove CJS-interop hack in the source code (Antoine du Hamel / #3778 )
- @uppy/informer: @uppy/Informer: refactor to ESM (Antoine du Hamel / #3732 )
- @uppy/informer: remove remaining `require` call (Antoine du Hamel / #3737 )
- @uppy/provider-views: Add onKeyPress event handler to capture e.shiftKey, unavailable in onChange (Artur Paikin / #3768 )
- @uppy/redux-dev-tools: refactor to ESM (Antoine du Hamel / #3733 )
- @uppy/screen-capture: don't install when unsupported (Artur Paikin / #3795 )
- @uppy/store-default: refactor to ESM (Antoine du Hamel / #3746 )
- @uppy/store-redux: refactor to ESM (Antoine du Hamel / #3745 )
- @uppy/thumbnail-generator: refactor to ESM (Antoine du Hamel / #3734 )
- @uppy/transloadit: refactor to ESM (Antoine du Hamel / #3725 )
- @uppy/transloadit: transloadit: propagate error details when creating Assembly fails (Renée Kooi / #3794 )
- @uppy/tus: Add `onShouldRetry` as option to @uppy/tus (Merlijn Vos / #3720 )
- @uppy/tus: fix broken import (Antoine du Hamel / #3729 )
- @uppy/tus: fixup! @uppy/tus: wait for user promise on beforeRequest (Antoine du Hamel / #3712 )
- @uppy/tus: wait for user promise on beforeRequest (Antoine du Hamel / #3712 )
- @uppy/unsplash: refactor to ESM (Antoine du Hamel / #3728 )
- @uppy/utils: refactor to ESM (Antoine du Hamel / #3721 )
- dev: fix dev env Vite's config (Antoine du Hamel)
- dev: fix return type of generateSignatureIfSecret (Renée Kooi / #3793 )
- dev: remove `vite-plugin-jsx-commonjs` plugin on dev env (Antoine du Hamel / #3749 )
- dev: remove CJS-related hack in `build:locale-pack` script (Antoine du Hamel / #3764 )
- meta: e2e: run CI on PRs that modify the workflow file (Antoine du Hamel / #3740 )
- meta: fix linter warnings (Antoine du Hamel / #3753 )
- meta: fix more linter warnings (Antoine du Hamel / #3757 )
- meta: resolve warnings in `.d.ts` files (Antoine du Hamel / #3754 )
- meta: uppy: add Zoom plugin to the bundle and fix ESM exports (Antoine du Hamel / #3747 )
- test: Apply bin/update-yarn.sh (Merlijn Vos / #3775 )
- test: fix e2e dependency conflict (Merlijn Vos / #3779 )
- test: fixup! e2e: run CI on PRs that modify the workflow file (Antoine du Hamel / #3740 )
- test: prepare internal script files for lint rune hardening (Antoine du Hamel / #3760 )
- test: prepare test files for lint rule hardening (Antoine du Hamel / #3761 )
- test: Setup Cypress Dashboard (Merlijn Vos / #3691 )
- test: split Companion CI between Node.js legacy and supported versions (Antoine du Hamel / #3776 )
- website: disable linter warnings (Antoine du Hamel / #3759 )
2022-05-30 17:17:28 +01:00
Antoine du Hamel
6f9813d9b2
doc: update bundler recommendation ( #3763 )
...
With the switch to ESM, Browserify will no longer work with Uppy.
Instead, let's recommend bundlers that we actually test with.
2022-05-23 19:41:37 +02:00
github-actions[bot]
74f3d4d5de
Release: uppy@2.10.0 ( #3727 )
...
| Package | Version | Package | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/audio | 0.3.1 | @uppy/provider-views | 2.1.0 |
| @uppy/aws-s3 | 2.1.0 | @uppy/react | 2.2.0 |
| @uppy/aws-s3-multipart | 2.3.0 | @uppy/react-native | 0.3.0 |
| @uppy/companion-client | 2.1.0 | @uppy/screen-capture | 2.1.0 |
| @uppy/core | 2.2.0 | @uppy/status-bar | 2.2.0 |
| @uppy/dashboard | 2.2.0 | @uppy/svelte | 1.0.8 |
| @uppy/drag-drop | 2.1.0 | @uppy/transloadit | 2.2.0 |
| @uppy/file-input | 2.1.0 | @uppy/tus | 2.3.0 |
| @uppy/google-drive | 2.1.0 | @uppy/url | 2.1.0 |
| @uppy/image-editor | 1.2.0 | @uppy/webcam | 2.2.0 |
| @uppy/instagram | 2.1.0 | @uppy/xhr-upload | 2.1.0 |
| @uppy/locales | 2.1.0 | @uppy/zoom | 1.1.0 |
| @uppy/onedrive | 2.1.0 | @uppy/robodog | 2.6.0 |
| @uppy/progress-bar | 2.1.0 | uppy | 2.10.0 |
- @uppy/audio: fix types (Merlijn Vos / #3689 )
- @uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/core,@uppy/react,@uppy/transloadit,@uppy/tus,@uppy/xhr-upload: proposal: Cancel assemblies optional (Mikael Finstad / #3575 )
- @uppy/aws-s3-multipart: export interface AwsS3MultipartOptions (Matteo Padovano / #3709 )
- @uppy/companion-client: refactor to ESM (Antoine du Hamel / #3693 )
- @uppy/companion: Only deploy on companion changes (kiloreux / #3677 )
- @uppy/core: add definition for addFiles method (Matteo Padovano / #3556 )
- @uppy/core: wrap plugins in div.uppy-Root and set dir attrubute in UIPlugin (Artur Paikin / #3692 )
- @uppy/google-drive: refactor to ESM (Antoine du Hamel / #3683 )
- @uppy/image-editor: refactor to ESM (Antoine du Hamel / #3685 )
- @uppy/instagram: refactor to ESM (Antoine du Hamel / #3696 )
- @uppy/locales: Add `save` translation to Spanish locale (Juan Carlos Alonso / #3678 )
- @uppy/locales: refactor to ESM (Antoine du Hamel / #3707 )
- @uppy/onedrive: refactor to ESM (Antoine du Hamel / #3694 )
- @uppy/progress-bar: refactor to ESM (Antoine du Hamel / #3706 )
- @uppy/provider-views: refactor to ESM (Antoine du Hamel / #3715 )
- @uppy/react: Support React 18 in @uppy/react (Merlijn Vos / #3680 )
- @uppy/screen-capture: refactor to ESM (Antoine du Hamel / #3698 )
- @uppy/status-bar: refactor to ESM (Antoine du Hamel / #3697 )
- @uppy/transloadit: add rate limiting for assembly creation and status polling (Antoine du Hamel / #3718 )
- @uppy/tus: refactor to ESM (Antoine du Hamel / #3724 )
- @uppy/url: refactor to ESM (Antoine du Hamel / #3713 )
- @uppy/webcam: refactor to ESM (Antoine du Hamel / #3686 )
- @uppy/xhr-upload: refactor to ESM (Antoine du Hamel / #3695 )
- @uppy/zoom: refactor to ESM (Antoine du Hamel / #3699 )
- meta: e2e: fix failing test (Antoine du Hamel / #3722 )
- test: harden linter rule for JSX/ESM validation (Antoine du Hamel / #3681 )
- test: harden linter rules for ESM/CJS validation (Antoine du Hamel / #3674 )
- test: Increase retries to trigger longer retryDelay in tus (Artur Paikin / #3726 )
- test: Remove `it.only` from e2e test (Merlijn Vos / #3690 )
- tests: Make Cypress more stable & add e2e test for error events when upload fails (Merlijn Vos / #3662 )
2022-05-14 01:09:48 +01:00
Artur Paikin
934ba79f00
core: wrap plugins in div.uppy-Root and set dir attrubute in UIPlugin ( #3692 )
...
* Add @uppy/remote-sources preset/plugin
* yarn.lock
* Update packages/@uppy/remote-sources/README.md
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
* Use div.uppy-Root for all plugins mounted in DOM; set dir in UIPlugin
* remote uppy-Root from all UI plugins, as it will be set in UIPlugin automatically
* Remove uppy-Root from file-input
* Revert "Update packages/@uppy/remote-sources/README.md"
This reverts commit 3fd00028f7 .
* Revert "yarn.lock"
This reverts commit 04dd8c73de .
* Revert "Add @uppy/remote-sources preset/plugin"
This reverts commit ac1f5df6b3 .
* Update packages/@uppy/core/src/UIPlugin.js
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
* Update packages/@uppy/drag-drop/src/DragDrop.jsx
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
* Update packages/@uppy/core/src/UIPlugin.js
Co-authored-by: Renée Kooi <renee@kooi.me>
* Revert "Update packages/@uppy/core/src/UIPlugin.js"
This reverts commit f91af00d6b .
* @uppy/react: add .uppy-Contrainer class name to wrapper div
* @uppy/svelte: add .uppy-Contrainer class name to wrapper div
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
Co-authored-by: Renée Kooi <renee@kooi.me>
2022-05-13 11:04:29 +01:00
Mikael Finstad
8ed210545c
proposal: Cancel assemblies optional ( #3575 )
...
* change cancel logic
to make canceling assemblies optional
possibly fixes #3547
* add forgotten file
* rewrite to reason='user'
* try to fix crash
* change reason to unmount
* Apply suggestions from code review
* add close+unmount in more code examples
also fix rule of hooks issue
* improve reason docs
* add tests
* add options also to reset
* update doc
* also prevent canceling uploads on unmount
* Update website/src/docs/transloadit.md
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
* remove conflicting file
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
2022-05-06 01:53:46 +07:00
Merlijn Vos
d42badf995
Support React 18 in @uppy/react ( #3680 )
...
* Support React 18
* Remove unit tests
* Create e2e tests
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-05-04 17:38:08 +02:00
github-actions[bot]
2af711cf28
Release: uppy@2.3.0 ( #3348 )
...
| Package | Version | Package | Version |
| ------------------------- | ------- | ------------------------- | ------- |
| @uppy/angular | 0.2.6 | @uppy/locales | 2.0.4 |
| @uppy/audio | 0.2.0 | @uppy/onedrive | 2.0.5 |
| @uppy/aws-s3 | 2.0.6 | @uppy/provider-views | 2.0.6 |
| @uppy/aws-s3-multipart | 2.2.0 | @uppy/react | 2.1.2 |
| @uppy/box | 1.0.5 | @uppy/screen-capture | 2.0.5 |
| @uppy/companion | 3.1.2 | @uppy/status-bar | 2.1.2 |
| @uppy/companion-client | 2.0.4 | @uppy/store-default | 2.0.3 |
| @uppy/core | 2.1.3 | @uppy/thumbnail-generator | 2.0.6 |
| @uppy/dashboard | 2.1.2 | @uppy/transloadit | 2.0.5 |
| @uppy/drag-drop | 2.0.5 | @uppy/tus | 2.1.2 |
| @uppy/dropbox | 2.0.5 | @uppy/url | 2.0.5 |
| @uppy/facebook | 2.0.5 | @uppy/utils | 4.0.4 |
| @uppy/file-input | 2.0.5 | @uppy/webcam | 2.0.5 |
| @uppy/golden-retriever | 2.0.6 | @uppy/xhr-upload | 2.0.6 |
| @uppy/google-drive | 2.0.5 | @uppy/zoom | 1.0.5 |
| @uppy/image-editor | 1.1.0 | @uppy/robodog | 2.1.4 |
| @uppy/informer | 2.0.5 | uppy | 2.3.0 |
| @uppy/instagram | 2.0.5 | | |
- meta: add release automations (Antoine du Hamel / #3304 )
- @uppy/dashboard: Save meta fields when opening the image editor (Merlijn Vos / #3339 )
- @uppy/aws-s3-multipart: Drop `lockedCandidatesForBatch` and mark chunks as busy when preparing (Yegor Yarko / #3342 )
- @uppy/webcam: fix broken links in `webcam.md` (Antoine du Hamel / #3346 )
- @uppy/audio: new @uppy/audio plugin for recording with microphone (Artur Paikin / #2976 )
- build: force use of `@babel/plugin-proposal-optional-chaining` (Antoine du Hamel / #3335 )
- @uppy/companion: fix deploy Yarn version (Antoine du Hamel / #3327 )
- @uppy/companion: upgrade aws-sdk (Mikael Finstad / #3334 )
- @uppy/core: disable loose transpilation for legacy bundle (Antoine du Hamel / #3329 )
- @uppy/angular: examples: update `angular-example` to Angular v13 (Antoine du Hamel / #3325 )
- meta: Update BACKLOG.md (Artur Paikin, Merlijn Vos)
- meta: Add disableLocalFiles to options summary (Steve Barker / #3323 )
- meta: Create SECURITY.md (Ziding Zhang / #3052 )
- @uppy/image-editor: Pass croppedCanvasOptions to getCroppedCanvas (Mohamed Boudra / #3320 )
- meta: finish `master`->`main` job (Mikael Finstad / #3315 )
- website: update documents that were out of date (Antoine du Hamel / #3317 )
- @uppy/status-bar: Status bar error state improvements (Merlijn Vos / #3299 )
- doc: Fix typo in `docs/drag-drop.md` (Ash Allen / #3319 )
- website: Update /support and docs about Transloadit-hosted Companion (Artur Paikin / #3243 )
- @uppy/aws-s3,@uppy/box,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/google-drive,@uppy/image-editor,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/screen-capture,@uppy/status-bar,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/url,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: Refactor locale scripts & generate types and docs (Merlijn Vos / #3276 )
- @uppy/companion: Remove references of incorrect `options` argument for `companion.socket` (Mikael Finstad / #3307 )
- @uppy/companion: Upgrade linting to 2.0.0-0 (Kevin van Zonneveld / #3280 )
2021-12-07 18:48:43 +00:00
Kevin van Zonneveld
bfe659820e
Upgrade linting to 2.0.0-0 ( #3280 )
...
* Upgrade linting to 2.0.0-0
* Adjust so we can pass without error
* Fix linting
* Update header-blacklist.js
* Update index.js
* Update Uppy.js
* Update Components.js
* Update StatusBar.js
* Update Assembly.js
* Upgrade to linting 2.0.0 (final release)
2021-11-09 11:19:05 +00:00
Antoine du Hamel
f0a478d21a
meta: use workspace:^ in peerDependencies ( #3278 )
2021-10-27 17:53:16 +02:00
Antoine du Hamel
9fe02400ae
meta: use workspace:^ instead of workspace:* ( #3278 )
2021-10-27 17:53:11 +02:00
Antoine du Hamel
01d7ea13e9
meta: use Yarn v3 instead of npm ( #3237 )
...
* meta: use Yarn v3 instead of npm
* Update CONTRIBUTING.md to fix linter errors
* remove remaining npm commands
* Update deps
2021-10-20 15:16:59 +02:00
Artur Paikin
b8b4127bd5
Release
2021-10-14 21:58:29 +01:00
Antoine du Hamel
55e0ffd04a
Add retext to markdown linter ( #3024 )
...
* remark-lint-uppy: use `retext` to improve doc syntax and grammar
* WIP: start fixing fixing linter errors
* Remove `retext-passive` as I don't see what's wrong with passive voice
* Remove URL plugin, add emphasis/strong marker plugin
* Fix remark settings to avoid conflicts
* WIP: more auto-fixes
* remark-simplify: allow `option`
* zoom.md
* url.md
* vue.md
* tus.md
* webcam.md
* xhrupload.md
* writing-plugins
* thumbnail-generator
* svelte
* react-dragdrop
* stores
* do not over simplify
* statusbar
* robodog
* robodog-upload
* robodog-picker
* robodog-form
* robodog-dashboard
* redux
* privacy
* uppy.md
* transloadit.md
* react-native
* react-initializing
* react-fileinput
* providers
* progressbar
* plugins
* plugin-common-options
* onedrive
* locales
* instagram
* informer
* index
* google-drive
* golden-retriever
* form
* fileinput
* facebook
* dropbox
* drop-target
* dragdrop
* remark-lint-no-unneeded-full-reference-link
* Try to setup unified-message-control
* Upgrade deps
* Fix collapsed link references with inline code
* Revert "remark-lint-no-unneeded-full-reference-link"
This reverts commit ca375f463b771bc81d0868f4d84f5979823cfc0a.
* remark-lint-uppy: add missing `"main"` field
* Update package-lock.json
* add disable comments
* fixup! xhrupload.md
* writing-plugins
* unsplash
* tus
* stores
* migration-guide
* dashboard
* community-projects
* box
* integration_help
* blog posts
* companion
* aws-s3
* aws-s3-multipart
* remark-lint-uppy README
* website/inject
* BUNDLE-README
* READMEs
* architecture
* move Remark settings to the plugin
* add `listItemIndent` setting
* list indent fix
* fix ignored files
* revert changelog changes
* fixup! architecture
* Revert changes in ignored files
* Remove unnecessary HTML tags from READMEs
2021-10-14 16:10:45 +02:00
Antoine du Hamel
1eb317ba3a
Release
2021-10-06 15:55:29 +02:00
Antoine du Hamel
7fd7b604d7
@uppy/react: update HTMLAttributes filter ( #3215 )
2021-09-28 16:58:50 +02:00
Antoine du Hamel
6b68876c68
@uppy/react: propagate prop mutation ( #3208 )
...
* @uppy/react: propagate prop mutation
Fixes: https://github.com/transloadit/uppy/issues/3203
* fixup! @uppy/react: propagate prop mutation
* fixup! @uppy/react: propagate prop mutation
* Apply changes to other Components
* Update TODOs
2021-09-28 16:57:58 +02:00
Murderlon
b3b68c0777
Release
2021-09-20 11:51:06 +02:00
Murderlon
246eafc51a
Release
2021-09-01 11:30:19 +02:00
Merlijn Vos
2ce0c8b4dc
Fix React DashboardModal's target type ( #3110 )
2021-08-30 15:01:15 +02:00
Artur Paikin
d69043aacc
Release
2021-08-24 20:54:05 +01:00
Artur Paikin
b398248198
Update peerDependencies to ^2.0.0 in all uppy packages
2021-08-24 20:22:13 +01:00
Murderlon
ab771cbe1c
Release
2021-08-24 16:13:19 +02:00
Antoine du Hamel
6b7ad5e7c7
Stricter linter ( #3095 )
...
* enforce some eslint rules
* enforce accessibility linter rules
* harden lint rules with only 1 or 2 warnings
* fix remaining rules with less than 3 warnings
* fix e2e tests
* fix remaining rules with less than 4 warnings
* fix remaining rules with less than 6 warnings
* fix `shuffleTaglines`
* fix companion build
2021-08-17 20:32:57 +02:00
Artur Paikin
472766e48b
UIPlugin fix: prevent Preact replacing contents of body element by using createDocumentFragment ( #3072 )
...
* Pass createDocumentFragment instead of the targetElement to Preact, so it doesn’t destroy the contents of targetElement
* remove replaceTargetContent
* also remove replaceTargetContent from docs and website
2021-08-06 10:02:11 +01:00
Artur Paikin
113b627dd0
Release
2021-08-02 22:38:11 +01:00
Artur Paikin
172cc77f63
Merge master
2021-07-30 14:27:21 +01:00
Artur Paikin
28997bc5c7
Release
2021-07-29 16:14:55 +01:00
Merlijn Vos
f01538ba41
Resolve all type TODO's ( #2963 )
2021-07-20 14:40:31 +02:00
Antoine du Hamel
d40b5241db
core: remove more IE hacks ( #3015 )
...
We can now use `Object.fromEntries`, `Object.values`, and `Symbol`.
Also changes polyfill suggestion for legacy browsers to use `core-js`
which includes almost all we need and more.
2021-07-16 09:27:51 +02:00
Antoine du Hamel
5630f7dc07
tools: enable linter for TypeScript ( #2997 )
...
* tools: enable linter for TypeScript files and code snippets
* types: remove remaning namespaces
* tools: remove unused Babel decorator plugin
2021-07-13 14:28:14 +02:00
Antoine du Hamel
dcaef3173f
core: fix types
2021-07-09 12:22:11 +02:00
Artur Paikin
a8003c873e
core: force new keyword ( #2949 )
...
* Force Uppy initialization with new keyword, remove run()
* update some types
* update docs and examples
* Update packages/@uppy/core/src/index.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
* Update packages/@uppy/core/types/index.d.ts
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
* add new in tests
* Move all types to ESM syntax and fix all issues
* Add back e2e build script and revert uppy docs commit
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Co-authored-by: Murderlon <merlijn@soverin.net>
2021-07-08 19:02:13 +01:00