github-actions[bot]
cc103ce5c9
Release: uppy@4.0.0-beta.5 ( #5141 )
...
| Package | Version | Package | Version |
| ------------------------- | ------------ | ------------------------- | ------------ |
| @uppy/audio | 2.0.0-beta.5 | @uppy/progress-bar | 4.0.0-beta.4 |
| @uppy/aws-s3 | 4.0.0-beta.3 | @uppy/provider-views | 4.0.0-beta.5 |
| @uppy/aws-s3-multipart | 4.0.0-beta.5 | @uppy/react | 4.0.0-beta.5 |
| @uppy/box | 3.0.0-beta.5 | @uppy/redux-dev-tools | 4.0.0-beta.2 |
| @uppy/companion | 5.0.0-beta.5 | @uppy/remote-sources | 2.0.0-beta.4 |
| @uppy/companion-client | 4.0.0-beta.5 | @uppy/screen-capture | 4.0.0-beta.4 |
| @uppy/compressor | 2.0.0-beta.5 | @uppy/status-bar | 4.0.0-beta.5 |
| @uppy/core | 4.0.0-beta.5 | @uppy/store-default | 4.0.0-beta.2 |
| @uppy/dashboard | 4.0.0-beta.5 | @uppy/store-redux | 4.0.0-beta.3 |
| @uppy/drag-drop | 4.0.0-beta.4 | @uppy/svelte | 4.0.0-beta.3 |
| @uppy/dropbox | 4.0.0-beta.5 | @uppy/thumbnail-generator | 4.0.0-beta.4 |
| @uppy/facebook | 4.0.0-beta.5 | @uppy/transloadit | 4.0.0-beta.5 |
| @uppy/file-input | 4.0.0-beta.5 | @uppy/tus | 4.0.0-beta.4 |
| @uppy/form | 4.0.0-beta.3 | @uppy/unsplash | 4.0.0-beta.5 |
| @uppy/golden-retriever | 4.0.0-beta.4 | @uppy/url | 4.0.0-beta.5 |
| @uppy/google-drive | 4.0.0-beta.5 | @uppy/utils | 6.0.0-beta.5 |
| @uppy/image-editor | 3.0.0-beta.3 | @uppy/vue | 2.0.0-beta.2 |
| @uppy/informer | 4.0.0-beta.2 | @uppy/webcam | 4.0.0-beta.5 |
| @uppy/instagram | 4.0.0-beta.5 | @uppy/xhr-upload | 4.0.0-beta.3 |
| @uppy/locales | 4.0.0-beta.1 | @uppy/zoom | 3.0.0-beta.5 |
| @uppy/onedrive | 4.0.0-beta.5 | uppy | 4.0.0-beta.5 |
- @uppy/core: make UppyEventMap more readable (Murderlon)
- @uppy/audio,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/remote-sources,@uppy/tus,@uppy/utils: Format (Murderlon)
- @uppy/aws-s3-multipart: Format (Murderlon)
- meta: enable prettier for markdown (Merlijn Vos / #5133 )
- @uppy/xhr-upload: do not throw when res is missing url (Merlijn Vos / #5132 )
- @uppy/companion: coerce `requestUrl` to a string (Antoine du Hamel / #5128 )
- meta: enforce use of `.js` extension in `import type` declarations (Antoine du Hamel / #5126 )
- @uppy/core: add instance ID to generated IDs (Merlijn Vos / #5080 )
- @uppy/core: reference updated i18n in Restricter (Merlijn Vos / #5118 )
2024-05-03 12:58:13 +00:00
github-actions[bot]
b8f8f8a9dd
Release: uppy@4.0.0-beta.4 ( #5130 )
...
| Package | Version | Package | Version |
| ---------------------- | ------------ | ---------------------- | ------------ |
| @uppy/angular | 0.7.0-beta.4 | @uppy/instagram | 4.0.0-beta.4 |
| @uppy/audio | 2.0.0-beta.4 | @uppy/onedrive | 4.0.0-beta.4 |
| @uppy/aws-s3-multipart | 4.0.0-beta.4 | @uppy/provider-views | 4.0.0-beta.4 |
| @uppy/box | 3.0.0-beta.4 | @uppy/react | 4.0.0-beta.4 |
| @uppy/companion | 5.0.0-beta.4 | @uppy/status-bar | 4.0.0-beta.4 |
| @uppy/companion-client | 4.0.0-beta.4 | @uppy/store-redux | 4.0.0-beta.2 |
| @uppy/compressor | 2.0.0-beta.4 | @uppy/svelte | 4.0.0-beta.2 |
| @uppy/core | 4.0.0-beta.4 | @uppy/transloadit | 4.0.0-beta.4 |
| @uppy/dashboard | 4.0.0-beta.4 | @uppy/unsplash | 4.0.0-beta.4 |
| @uppy/drop-target | 3.0.0-beta.4 | @uppy/url | 4.0.0-beta.4 |
| @uppy/dropbox | 4.0.0-beta.4 | @uppy/utils | 6.0.0-beta.4 |
| @uppy/facebook | 4.0.0-beta.4 | @uppy/webcam | 4.0.0-beta.4 |
| @uppy/file-input | 4.0.0-beta.4 | @uppy/xhr-upload | 4.0.0-beta.2 |
| @uppy/form | 4.0.0-beta.2 | @uppy/zoom | 3.0.0-beta.4 |
| @uppy/google-drive | 4.0.0-beta.4 | uppy | 4.0.0-beta.4 |
| @uppy/image-editor | 3.0.0-beta.2 | | |
- meta: Upgrade Yarn to 4.x (Merlijn Vos / #4849 )
- @uppy/utils: fix fetcher export (Murderlon)
- @uppy/xhr-upload: refactor to use `fetcher` (Merlijn Vos / #5074 )
- docs: use StackBlitz for all examples/issue template (Merlijn Vos / #5125 )
- meta: Update yarn.lock (Murderlon)
- @uppy/svelte: Add svelte 5 as peer dep (frederikhors / #5122 )
- meta: Bump docker/setup-buildx-action from 2 to 3 (dependabot[bot] / #5124 )
- meta: Bump actions/checkout from 3 to 4 (dependabot[bot] / #5123 )
- @uppy/dashboard,@uppy/provider-views: Remove JSX global type everywhere (Merlijn Vos / #5117 )
- @uppy/utils: improve return type of `dataURItoFile` (Antoine du Hamel / #5112 )
- @uppy/drop-target: change drop event type to DragEvent (Alireza Heydari / #5107 )
- @uppy/image-editor: fix label definitions (Antoine du Hamel / #5111 )
- meta: bump Prettier version (Antoine du Hamel / #5114 )
- @uppy/provider-views: bring back "loaded X files..." (Mikael Finstad / #5097 )
- @uppy/dashboard: fix type of trigger option (Merlijn Vos / #5106 )
- meta: fix linter (Antoine du Hamel)
- @uppy/companion: bump Node.js version support matrix (Antoine du Hamel / #5035 )
- @uppy/form: fix `submitOnSuccess` and `triggerUploadOnSubmit` combination (Merlijn Vos / #5058 )
- meta: Bump docker/build-push-action from 3 to 5 (dependabot[bot] / #5105 )
- meta: Bump akhileshns/heroku-deploy from 3.12.12 to 3.13.15 (dependabot[bot] / #5102 )
- meta: Bump docker/login-action from 2 to 3 (dependabot[bot] / #5101 )
- meta: Bump actions/download-artifact from 3 to 4 (dependabot[bot])
- meta: Bump actions/upload-artifact from 3 to 4 (dependabot[bot])
- @uppy/react: remove `useUppy` & reintroduce `useUppyState` (Merlijn Vos / #5059 )
- meta: docs: add back markdown files (Antoine du Hamel / #5064 )
- meta: fix custom provider example (Merlijn Vos / #5079 )
- @uppy/utils: add fetcher (Merlijn Vos / #5073 )
- meta: Fix prettier (Murderlon)
- @uppy/dashboard: add missing `x-zip-compress` archive type (Younes / #5081 )
- meta: Bump docker/metadata-action from 4 to 5 (dependabot[bot] / #5086 )
- meta: Bump actions/setup-node from 3 to 4 (dependabot[bot] / #5087 )
- meta: Bump docker/setup-qemu-action from 2 to 3 (dependabot[bot] / #5089 )
- meta: bump supercharge/redis-github-action from 1.4.0 to 1.8.0 (dependabot[bot] / #5090 )
- meta: bump actions/cache from 3 to 4 (dependabot[bot] / #5088 )
- meta: add `dependabot.yml` to keep GHA up-to-date (Antoine du Hamel / #5083 )
- @uppy/core: Release: uppy@3.24.2 (github-actions[bot] / #5084 )
- @uppy/core: fix `setOptions` not re-rendereing plugin UI (Antoine du Hamel / #5082 )
- meta: bump vite from 5.0.12 to 5.0.13 (dependabot[bot] / #5060 )
- meta: bump tar from 6.1.11 to 6.2.1 (dependabot[bot] / #5068 )
- @uppy/companion,@uppy/file-input: Release: uppy@3.24.1 (github-actions[bot] / #5069 )
- @uppy/companion: upgrade redis (Mikael Finstad / #5065 )
- meta: fix `watch:*` scripts (Antoine du Hamel / #5046 )
- meta: include more packages in `compare_diff` CI (Antoine du Hamel / #5044 )
- @uppy/file-input: add missing export (Antoine du Hamel / #5045 )
- meta: Bump express from 4.18.1 to 4.19.2 in /packages/@uppy/companion (dependabot[bot] / #5036 )
- @uppy/companion: Bump express from 4.18.1 to 4.19.2 (dependabot[bot] / #5037 )
| Package | Version | Package | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/audio | 1.1.9 | @uppy/instagram | 3.3.1 |
| @uppy/aws-s3-multipart | 3.11.1 | @uppy/onedrive | 3.3.1 |
| @uppy/box | 2.3.1 | @uppy/provider-views | 3.12.0 |
| @uppy/companion-client | 3.8.1 | @uppy/react | 3.3.1 |
| @uppy/compressor | 1.1.3 | @uppy/status-bar | 3.3.2 |
| @uppy/core | 3.11.0 | @uppy/svelte | 3.1.4 |
| @uppy/dashboard | 3.8.2 | @uppy/transloadit | 3.6.1 |
| @uppy/drop-target | 2.1.0 | @uppy/unsplash | 3.3.1 |
| @uppy/dropbox | 3.3.1 | @uppy/url | 3.6.1 |
| @uppy/facebook | 3.3.1 | @uppy/utils | 5.9.0 |
| @uppy/file-input | 3.1.2 | @uppy/webcam | 3.4.1 |
| @uppy/form | 3.2.1 | @uppy/xhr-upload | 3.6.5 |
| @uppy/google-drive | 3.5.1 | @uppy/zoom | 2.3.1 |
| @uppy/image-editor | 2.4.5 | uppy | 3.25.0 |
- meta: enforce use of `.js` extension in `import type` declarations (Antoine du Hamel / #5126 )
- @uppy/core: add instance ID to generated IDs (Merlijn Vos / #5080 )
- @uppy/core: reference updated i18n in Restricter (Merlijn Vos / #5118 )
- @uppy/xhr-upload: refactor to use `fetcher` (Merlijn Vos / #5074 )
- meta: docs: use StackBlitz for all examples/issue template (Merlijn Vos / #5125 )
- meta: Update yarn.lock (Murderlon)
- @uppy/svelte: Add svelte 5 as peer dep (frederikhors / #5122 )
- meta: Bump docker/setup-buildx-action from 2 to 3 (dependabot[bot] / #5124 )
- meta: Bump actions/checkout from 3 to 4 (dependabot[bot] / #5123 )
- @uppy/dashboard,@uppy/provider-views: Remove JSX global type everywhere (Merlijn Vos / #5117 )
- @uppy/utils: improve return type of `dataURItoFile` (Antoine du Hamel / #5112 )
- @uppy/drop-target: change drop event type to DragEvent (Alireza Heydari / #5107 )
- @uppy/image-editor: fix label definitions (Antoine du Hamel / #5111 )
- meta: bump Prettier version (Antoine du Hamel / #5114 )
- @uppy/provider-views: bring back "loaded X files..." (Mikael Finstad / #5097 )
- @uppy/dashboard: fix type of trigger option (Merlijn Vos / #5106 )
- meta: fix linter (Antoine du Hamel)
- @uppy/form: fix `submitOnSuccess` and `triggerUploadOnSubmit` combination (Merlijn Vos / #5058 )
- meta: Bump docker/build-push-action from 3 to 5 (dependabot[bot] / #5105 )
- meta: Bump akhileshns/heroku-deploy from 3.12.12 to 3.13.15 (dependabot[bot] / #5102 )
- meta: Bump docker/login-action from 2 to 3 (dependabot[bot] / #5101 )
- meta: Bump actions/download-artifact from 3 to 4 (dependabot[bot])
- meta: Bump actions/upload-artifact from 3 to 4 (dependabot[bot])
2024-04-29 20:12:59 +00:00
Merlijn Vos
915a563da9
@uppy/react: remove useUppy & reintroduce useUppyState ( #5059 )
2024-04-17 12:05:48 +02:00
github-actions[bot]
61daa7e279
Release: uppy@4.0.0-beta.3 ( #5085 )
...
| Package | Version | Package | Version |
| ------------------------- | ------------ | ------------------------- | ------------ |
| @uppy/angular | 0.7.0-beta.3 | @uppy/onedrive | 4.0.0-beta.3 |
| @uppy/audio | 2.0.0-beta.3 | @uppy/progress-bar | 4.0.0-beta.3 |
| @uppy/aws-s3-multipart | 4.0.0-beta.3 | @uppy/provider-views | 4.0.0-beta.3 |
| @uppy/box | 3.0.0-beta.3 | @uppy/react | 4.0.0-beta.3 |
| @uppy/companion | 5.0.0-beta.3 | @uppy/remote-sources | 2.0.0-beta.3 |
| @uppy/companion-client | 4.0.0-beta.3 | @uppy/screen-capture | 4.0.0-beta.3 |
| @uppy/compressor | 2.0.0-beta.3 | @uppy/status-bar | 4.0.0-beta.3 |
| @uppy/core | 4.0.0-beta.3 | @uppy/thumbnail-generator | 4.0.0-beta.3 |
| @uppy/dashboard | 4.0.0-beta.3 | @uppy/transloadit | 4.0.0-beta.3 |
| @uppy/drag-drop | 4.0.0-beta.3 | @uppy/tus | 4.0.0-beta.3 |
| @uppy/drop-target | 3.0.0-beta.3 | @uppy/unsplash | 4.0.0-beta.3 |
| @uppy/dropbox | 4.0.0-beta.3 | @uppy/url | 4.0.0-beta.3 |
| @uppy/facebook | 4.0.0-beta.3 | @uppy/utils | 6.0.0-beta.3 |
| @uppy/file-input | 4.0.0-beta.3 | @uppy/webcam | 4.0.0-beta.3 |
| @uppy/golden-retriever | 4.0.0-beta.3 | @uppy/zoom | 3.0.0-beta.3 |
| @uppy/google-drive | 4.0.0-beta.3 | uppy | 4.0.0-beta.3 |
| @uppy/instagram | 4.0.0-beta.3 | | |
- @uppy/core: fix `setOptions` not re-rendereing plugin UI (Antoine du Hamel / #5082 )
| Package | Version | Package | Version |
| ---------- | ------- | ---------- | ------- |
| @uppy/core | 3.10.1 | uppy | 3.24.2 |
- @uppy/core: fix `setOptions` not re-rendereing plugin UI (Antoine du Hamel / #5082 )
- meta: bump vite from 5.0.12 to 5.0.13 (dependabot[bot] / #5060 )
- meta: bump tar from 6.1.11 to 6.2.1 (dependabot[bot] / #5068 )
2024-04-15 14:23:26 +00:00
github-actions[bot]
dd75cd41e1
Release: uppy@4.0.0-beta.2 ( #5077 )
...
| Package | Version | Package | Version |
| ------------------------- | ------------ | ------------------------- | ------------ |
| @uppy/angular | 0.7.0-beta.2 | @uppy/instagram | 4.0.0-beta.2 |
| @uppy/audio | 2.0.0-beta.2 | @uppy/onedrive | 4.0.0-beta.2 |
| @uppy/aws-s3 | 4.0.0-beta.2 | @uppy/progress-bar | 4.0.0-beta.2 |
| @uppy/aws-s3-multipart | 4.0.0-beta.2 | @uppy/provider-views | 4.0.0-beta.2 |
| @uppy/box | 3.0.0-beta.2 | @uppy/react | 4.0.0-beta.2 |
| @uppy/companion | 5.0.0-beta.2 | @uppy/remote-sources | 2.0.0-beta.2 |
| @uppy/companion-client | 4.0.0-beta.2 | @uppy/screen-capture | 4.0.0-beta.2 |
| @uppy/compressor | 2.0.0-beta.2 | @uppy/status-bar | 4.0.0-beta.2 |
| @uppy/core | 4.0.0-beta.2 | @uppy/thumbnail-generator | 4.0.0-beta.2 |
| @uppy/dashboard | 4.0.0-beta.2 | @uppy/transloadit | 4.0.0-beta.2 |
| @uppy/drag-drop | 4.0.0-beta.2 | @uppy/tus | 4.0.0-beta.2 |
| @uppy/drop-target | 3.0.0-beta.2 | @uppy/unsplash | 4.0.0-beta.2 |
| @uppy/dropbox | 4.0.0-beta.2 | @uppy/url | 4.0.0-beta.2 |
| @uppy/facebook | 4.0.0-beta.2 | @uppy/utils | 6.0.0-beta.2 |
| @uppy/file-input | 4.0.0-beta.2 | @uppy/webcam | 4.0.0-beta.2 |
| @uppy/golden-retriever | 4.0.0-beta.2 | @uppy/zoom | 3.0.0-beta.2 |
| @uppy/google-drive | 4.0.0-beta.2 | uppy | 4.0.0-beta.2 |
- @uppy/aws-s3: default to multipart depending on the size of input (Antoine du Hamel / #5076 )
- @uppy/aws-s3: remove deprecated `prepareUploadParts` option (Antoine du Hamel / #5075 )
- @uppy/core: use variadic arguments for `uppy.use` (Antoine du Hamel / #4888 )
- @uppy/aws-s3: remove legacy plugin (Antoine du Hamel / #5070 )
- @uppy/locales: do not build `dist/` folder (Merlijn Vos / #5055 )
- @uppy/angular: fix Angular version requirement in peerDeps (Antoine du Hamel / #5067 )
- @uppy/transloadit: remove deprecated options (Merlijn Vos / #5056 )
| Package | Version | Package | Version |
| ---------------- | ------- | ---------------- | ------- |
| @uppy/companion | 4.13.1 | uppy | 3.24.1 |
| @uppy/file-input | 3.1.1 | | |
- @uppy/companion: upgrade redis (Mikael Finstad / #5065 )
- meta: fix `watch:*` scripts (Antoine du Hamel / #5046 )
- meta: include more packages in `compare_diff` CI (Antoine du Hamel / #5044 )
- @uppy/file-input: add missing export (Antoine du Hamel / #5045 )
- meta: Bump express from 4.18.1 to 4.19.2 in /packages/@uppy/companion (dependabot[bot] / #5036 )
- @uppy/companion: Bump express from 4.18.1 to 4.19.2 (dependabot[bot] / #5037 )
2024-04-11 17:29:23 +00:00
github-actions[bot]
d425517c64
Release: uppy@4.0.0-beta.1 ( #5047 )
...
| Package | Version | Package | Version |
| ------------------------- | ------------ | ------------------------- | ------------ |
| @uppy/angular | 0.7.0-beta.1 | @uppy/progress-bar | 4.0.0-beta.1 |
| @uppy/audio | 2.0.0-beta.1 | @uppy/provider-views | 4.0.0-beta.1 |
| @uppy/aws-s3 | 4.0.0-beta.1 | @uppy/react | 4.0.0-beta.1 |
| @uppy/aws-s3-multipart | 4.0.0-beta.1 | @uppy/redux-dev-tools | 4.0.0-beta.1 |
| @uppy/box | 3.0.0-beta.1 | @uppy/remote-sources | 2.0.0-beta.1 |
| @uppy/companion | 5.0.0-beta.1 | @uppy/screen-capture | 4.0.0-beta.1 |
| @uppy/companion-client | 4.0.0-beta.1 | @uppy/status-bar | 4.0.0-beta.1 |
| @uppy/compressor | 2.0.0-beta.1 | @uppy/store-default | 4.0.0-beta.1 |
| @uppy/core | 4.0.0-beta.1 | @uppy/store-redux | 4.0.0-beta.1 |
| @uppy/dashboard | 4.0.0-beta.1 | @uppy/svelte | 4.0.0-beta.1 |
| @uppy/drag-drop | 4.0.0-beta.1 | @uppy/thumbnail-generator | 4.0.0-beta.1 |
| @uppy/drop-target | 3.0.0-beta.1 | @uppy/transloadit | 4.0.0-beta.1 |
| @uppy/dropbox | 4.0.0-beta.1 | @uppy/tus | 4.0.0-beta.1 |
| @uppy/facebook | 4.0.0-beta.1 | @uppy/unsplash | 4.0.0-beta.1 |
| @uppy/file-input | 4.0.0-beta.1 | @uppy/url | 4.0.0-beta.1 |
| @uppy/form | 4.0.0-beta.1 | @uppy/utils | 6.0.0-beta.1 |
| @uppy/golden-retriever | 4.0.0-beta.1 | @uppy/vue | 2.0.0-beta.1 |
| @uppy/google-drive | 4.0.0-beta.1 | @uppy/webcam | 4.0.0-beta.1 |
| @uppy/image-editor | 3.0.0-beta.1 | @uppy/xhr-upload | 4.0.0-beta.1 |
| @uppy/informer | 4.0.0-beta.1 | @uppy/zoom | 3.0.0-beta.1 |
| @uppy/instagram | 4.0.0-beta.1 | uppy | 4.0.0-beta.1 |
| @uppy/onedrive | 4.0.0-beta.1 | | |
- @uppy/vue: migrate to Composition API with TS & drop Vue 2 support (Merlijn Vos / #5043 )
- @uppy/angular: upgrade to Angular 17.x and to TS 5.4 (Antoine du Hamel / #5008 )
- @uppy/svelte: remove UMD output and make it use newer types (Antoine du Hamel / #5023 )
- @uppy/companion-client,@uppy/provider-views,@uppy/status-bar: fix type imports (Antoine du Hamel / #5038 )
- @uppy/aws-s3-multipart: mark `opts` as optional (Antoine du Hamel / #5039 )
- e2e: bump Cypress version (Antoine du Hamel / #5034 )
- @uppy/react: remove `prop-types` dependency (Antoine du Hamel / #5031 )
- @uppy/progress-bar: remove default target (Antoine du Hamel / #4971 )
- @uppy/status-bar: remove default target (Antoine du Hamel / #4970 )
- @uppy/react: remove `Wrapper.ts` (Antoine du Hamel / #5032 )
- @uppy/react: refactor to TS (Antoine du Hamel / #5012 )
- @uppy/core: refine type of private variables (Antoine du Hamel / #5028 )
- @uppy/dashboard: refine type of private variables (Antoine du Hamel / #5027 )
- @uppy/drag-drop: refine type of private variables (Antoine du Hamel / #5026 )
- @uppy/status-bar: refine type of private variables (Antoine du Hamel / #5025 )
- @uppy/remote-sources: migrate to TS (Merlijn Vos / #5020 )
- @uppy/dashboard: refine option types (Antoine du Hamel / #5022 )
- @uppy/dashboard: add new `autoOpen` option (Chris Grigg / #5001 )
- @uppy/aws-s3-multipart,@uppy/tus,@uppy/utils,@uppy/xhr-upload: Make `allowedMetaFields` consistent (Merlijn Vos / #5011 )
- @uppy/core: fix some type errors (Antoine du Hamel / #5015 )
- @uppy/audio,@uppy/dashboard,@uppy/drop-target,@uppy/webcam: add missing exports (Antoine du Hamel / #5014 )
- meta: Bump webpack-dev-middleware from 5.3.3 to 5.3.4 (dependabot[bot] / #5013 )
- @uppy/dashboard: refactor to TypeScript (Antoine du Hamel / #4984 )
- @uppy/companion: improve error msg (Mikael Finstad / #5010 )
- @uppy/aws-s3-multipart: refactor to TS (Antoine du Hamel / #4902 )
- @uppy/dashboard: refactor to stable lifecycle method (Antoine du Hamel / #4999 )
- @uppy/companion: crash if trying to set path to / (Mikael Finstad / #5003 )
- @uppy/provider-views: fix `super.toggleCheckbox` bug (Mikael Finstad / #5004 )
- @uppy/aws-s3-multipart: fix escaping issue with client signed request (Hiroki Shimizu / #5006 )
- @uppy/drag-drop,@uppy/progress-bar: add missing exports (Antoine du Hamel / #5009 )
- @uppy/transloadit: migrate to TS (Merlijn Vos / #4987 )
- @uppy/utils: fix `RateLimitedQueue#wrapPromiseFunction` types (Antoine du Hamel / #5007 )
- @uppy/golden-retriever: migrate to TS (Merlijn Vos / #4989 )
- meta: Bump follow-redirects from 1.15.4 to 1.15.6 (dependabot[bot] / #5002 )
- meta: fix `resize-observer-polyfill` types (Antoine du Hamel / #4994 )
- @uppy/core: various type fixes (Antoine du Hamel / #4995 )
- @uppy/utils: fix `findAllDOMElements` type (Antoine du Hamel / #4997 )
- @uppy/status-bar: fix `recoveredState` type (Antoine du Hamel / #4996 )
- @uppy/utils: fix `AbortablePromise` type (Antoine du Hamel / #4988 )
- @uppy/core,@uppy/provider-views: Fix breadcrumbs (Evgenia Karunus / #4986 )
- @uppy/drag-drop: refactor to TypeScript (Antoine du Hamel / #4983 )
- @uppy/webcam: refactor to TypeScript (Antoine du Hamel / #4870 )
- @uppy/url: migrate to TS (Merlijn Vos / #4980 )
- @uppy/zoom: refactor to TypeScript (Murderlon / #4979 )
- @uppy/unsplash: refactor to TypeScript (Murderlon / #4979 )
- @uppy/onedrive: refactor to TypeScript (Murderlon / #4979 )
- @uppy/instagram: refactor to TypeScript (Murderlon / #4979 )
- @uppy/google-drive: refactor to TypeScript (Murderlon / #4979 )
- @uppy/facebook: refactor to TypeScript (Murderlon / #4979 )
- @uppy/dropbox: refactor to TypeScript (Murderlon / #4979 )
- @uppy/box: refactor to TypeScript (Murderlon / #4979 )
- @uppy/utils: migrate RateLimitedQueue to TS (Merlijn Vos / #4981 )
- @uppy/thumbnail-generator: migrate to TS (Merlijn Vos / #4978 )
- @uppy/screen-capture: migrate to TS (Merlijn Vos / #4965 )
- @uppy/companion-client: Replace Provider.initPlugin with composition (Merlijn Vos / #4977 )
- uppy: remove legacy bundle (Antoine du Hamel)
- meta: include types in npm archive (Antoine du Hamel)
- @uppy/angular: fix build (Antoine du Hamel)
- meta: Remove generate types from locale-pack (Murderlon)
- meta: enable CI on `4.x` branch (Antoine du Hamel)
- @uppy/vue: [v4.x] remove manual types (Antoine du Hamel / #4803 )
- meta: prepare release workflow for beta versions (Antoine du Hamel)
| Package | Version | Package | Version |
| ------------------------- | ------- | ------------------------- | ------- |
| @uppy/audio | 1.1.8 | @uppy/progress-bar | 3.1.1 |
| @uppy/aws-s3-multipart | 3.11.0 | @uppy/provider-views | 3.11.0 |
| @uppy/box | 2.3.0 | @uppy/react | 3.3.0 |
| @uppy/companion | 4.13.0 | @uppy/remote-sources | 1.2.0 |
| @uppy/companion-client | 3.8.0 | @uppy/screen-capture | 3.2.0 |
| @uppy/compressor | 1.1.2 | @uppy/status-bar | 3.3.1 |
| @uppy/core | 3.10.0 | @uppy/thumbnail-generator | 3.1.0 |
| @uppy/dashboard | 3.8.0 | @uppy/transloadit | 3.6.0 |
| @uppy/drag-drop | 3.1.0 | @uppy/tus | 3.5.4 |
| @uppy/drop-target | 2.0.5 | @uppy/unsplash | 3.3.0 |
| @uppy/dropbox | 3.3.0 | @uppy/url | 3.6.0 |
| @uppy/facebook | 3.3.0 | @uppy/utils | 5.7.5 |
| @uppy/golden-retriever | 3.2.0 | @uppy/webcam | 3.4.0 |
| @uppy/google-drive | 3.5.0 | @uppy/zoom | 2.3.0 |
| @uppy/instagram | 3.3.0 | uppy | 3.24.0 |
| @uppy/onedrive | 3.3.0 | | |
- @uppy/box,@uppy/companion-client,@uppy/provider-views,@uppy/status-bar: fix type imports (Antoine du Hamel / #5038 )
- @uppy/aws-s3-multipart: mark `opts` as optional (Antoine du Hamel / #5039 )
- e2e: bump Cypress version (Antoine du Hamel / #5034 )
- @uppy/react: refactor to TS (Antoine du Hamel / #5012 )
- @uppy/core: refine type of private variables (Antoine du Hamel / #5028 )
- @uppy/dashboard: refine type of private variables (Antoine du Hamel / #5027 )
- @uppy/drag-drop: refine type of private variables (Antoine du Hamel / #5026 )
- @uppy/status-bar: refine type of private variables (Antoine du Hamel / #5025 )
- @uppy/remote-sources: migrate to TS (Merlijn Vos / #5020 )
- @uppy/dashboard: refine option types (Antoine du Hamel / #5022 )
- @uppy/dashboard: add new `autoOpen` option (Chris Grigg / #5001 )
- @uppy/core: fix some type errors (Antoine du Hamel / #5015 )
- @uppy/audio,@uppy/dashboard,@uppy/drop-target,@uppy/webcam: add missing exports (Antoine du Hamel / #5014 )
- meta: Bump webpack-dev-middleware from 5.3.3 to 5.3.4 (dependabot[bot] / #5013 )
- @uppy/dashboard: refactor to TypeScript (Antoine du Hamel / #4984 )
- @uppy/companion: improve error msg (Mikael Finstad / #5010 )
- @uppy/aws-s3-multipart: refactor to TS (Antoine du Hamel / #4902 )
- @uppy/dashboard: refactor to stable lifecycle method (Antoine du Hamel / #4999 )
- @uppy/companion: crash if trying to set path to / (Mikael Finstad / #5003 )
- @uppy/provider-views: fix `super.toggleCheckbox` bug (Mikael Finstad / #5004 )
- @uppy/aws-s3-multipart: fix escaping issue with client signed request (Hiroki Shimizu / #5006 )
- @uppy/drag-drop,@uppy/progress-bar: add missing exports (Antoine du Hamel / #5009 )
- @uppy/transloadit: migrate to TS (Merlijn Vos / #4987 )
- @uppy/utils: fix `RateLimitedQueue#wrapPromiseFunction` types (Antoine du Hamel / #5007 )
- @uppy/golden-retriever: migrate to TS (Merlijn Vos / #4989 )
- meta: Bump follow-redirects from 1.15.4 to 1.15.6 (dependabot[bot] / #5002 )
- meta: fix `resize-observer-polyfill` types (Antoine du Hamel / #4994 )
- @uppy/core: various type fixes (Antoine du Hamel / #4995 )
- @uppy/utils: fix `findAllDOMElements` type (Antoine du Hamel / #4997 )
- @uppy/status-bar: fix `recoveredState` type (Antoine du Hamel / #4996 )
- @uppy/utils: fix `AbortablePromise` type (Antoine du Hamel / #4988 )
- @uppy/core,@uppy/provider-views: Fix breadcrumbs (Evgenia Karunus / #4986 )
- @uppy/drag-drop: refactor to TypeScript (Antoine du Hamel / #4983 )
- @uppy/webcam: refactor to TypeScript (Antoine du Hamel / #4870 )
- @uppy/url: migrate to TS (Merlijn Vos / #4980 )
- @uppy/zoom: refactor to TypeScript (Murderlon / #4979 )
- @uppy/unsplash: refactor to TypeScript (Murderlon / #4979 )
- @uppy/onedrive: refactor to TypeScript (Murderlon / #4979 )
- @uppy/instagram: refactor to TypeScript (Murderlon / #4979 )
- @uppy/google-drive: refactor to TypeScript (Murderlon / #4979 )
- @uppy/facebook: refactor to TypeScript (Murderlon / #4979 )
- @uppy/dropbox: refactor to TypeScript (Murderlon / #4979 )
- @uppy/box: refactor to TypeScript (Murderlon / #4979 )
- @uppy/utils: migrate RateLimitedQueue to TS (Merlijn Vos / #4981 )
- @uppy/thumbnail-generator: migrate to TS (Merlijn Vos / #4978 )
- @uppy/screen-capture: migrate to TS (Merlijn Vos / #4965 )
- @uppy/companion-client: Replace Provider.initPlugin with composition (Merlijn Vos / #4977 )
2024-03-28 14:00:30 +00:00
Antoine du Hamel
4be043a306
@uppy/react: remove prop-types dependency ( #5031 )
2024-03-27 13:18:11 +01:00
Murderlon
a787a6496f
Merge branch 'main' into 4.x
...
* main: (90 commits)
crash if trying to set path to / (#5003 )
fix `super.toggleCheckbox` bug (#5004 )
@uppy/aws-s3-multipart: fix escaping issue with client signed request (#5006 )
add missing exports (#5009 )
@uppy/transloadit: migrate to TS (#4987 )
@uppy/utils: fix `RateLimitedQueue#wrapPromiseFunction` types (#5007 )
@uppy/golden-retriever: migrate to TS (#4989 )
Bump follow-redirects from 1.15.4 to 1.15.6 (#5002 )
meta: fix `resize-observer-polyfill` types (#4994 )
@uppy/core: various type fixes (#4995 )
@uppy/utils: fix `findAllDOMElements` type (#4997 )
@uppy/status-bar: fix `recoveredState` type (#4996 )
@uppy/utils: fix `AbortablePromise` type (#4988 )
Fix breadcrumbs (#4986 )
@uppy/drag-drop: refactor to TypeScript (#4983 )
@uppy/webcam: refactor to TypeScript (#4870 )
@uppy/url: migrate to TS (#4980 )
@uppy/zoom: refactor to TypeScript (#4979 )
@uppy/unsplash: refactor to TypeScript (#4979 )
@uppy/onedrive: refactor to TypeScript (#4979 )
...
2024-03-19 17:52:15 +01:00
github-actions[bot]
0fd1a2a2ef
Release: uppy@3.22.2 ( #4952 )
...
| Package | Version | Package | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/audio | 1.1.7 | @uppy/react | 3.2.2 |
| @uppy/companion | 4.12.3 | @uppy/status-bar | 3.2.8 |
| @uppy/companion-client | 3.7.3 | @uppy/tus | 3.5.3 |
| @uppy/core | 3.9.2 | @uppy/utils | 5.7.3 |
| @uppy/dashboard | 3.7.4 | @uppy/xhr-upload | 3.6.3 |
| @uppy/image-editor | 2.4.3 | uppy | 3.22.2 |
- @uppy/core: fix plugin detection (Antoine du Hamel / #4951 )
- @uppy/core,@uppy/utils: Introduce `ValidateableFile` & move `MinimalRequiredUppyFile` into utils (Antoine du Hamel / #4944 )
- meta: uppy: fix bundle builder (Antoine du Hamel / #4950 )
- @uppy/core: improve `UIPluginOptions` types (Merlijn Vos / #4946 )
- @uppy/companion-client: fix body/url on upload-success (Merlijn Vos / #4922 )
- @uppy/utils: remove EventManager circular reference (Merlijn Vos / #4949 )
- @uppy/dashboard: MetaEditor + ImageEditor - new state machine logic (Evgenia Karunus / #4939 )
- meta: disable `@typescript-eslint/no-non-null-assertion` lint rule (Antoine du Hamel / #4945 )
- @uppy/companion-client: remove unnecessary `'use strict'` directives (Antoine du Hamel / #4943 )
- @uppy/companion-client: type changes for provider-views (Antoine du Hamel / #4938 )
- meta: bump ip from 1.1.8 to 1.1.9 (dependabot[bot] / #4941 )
- @uppy/companion-client: update types (Antoine du Hamel / #4927 )
2024-02-22 16:04:13 +00:00
Antoine du Hamel
a0657db5a0
[v4.x] remove manual types ( #4803 )
2023-11-23 16:15:20 +01:00
github-actions[bot]
390c4fb250
Release: uppy@3.19.1 ( #4790 )
...
| Package | Version | Package | Version |
| ------------------ | ------- | ------------------ | ------- |
| @uppy/core | 3.7.1 | @uppy/react-native | 0.5.2 |
| @uppy/dashboard | 3.7.1 | uppy | 3.19.1 |
| @uppy/react | 3.2.1 | | |
- @uppy/react: Revert "@uppy/react: add useUppyState (#4711 )" (Artur Paikin / #4789 )
- @uppy/dashboard: fix(@uppy/dashboard): fix wrong option type in index.d.ts (dzcpy / #4788 )
- meta: fix build of TypeScript plugins (Antoine du Hamel / #4784 )
- @uppy/core,@uppy/dashboard,@uppy/react-native: Update Uppy's blue color to meet WCAG contrast requirements (Alexander Zaytsev / #4777 )
- meta: fix JS2TS script (Antoine du Hamel / #4778 )
2023-11-12 02:30:15 +00:00
github-actions[bot]
472cc9352d
Release: uppy@3.19.0 ( #4781 )
...
| Package | Version | Package | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/aws-s3 | 3.5.0 | @uppy/provider-views | 3.7.0 |
| @uppy/aws-s3-multipart | 3.9.0 | @uppy/react | 3.2.0 |
| @uppy/companion | 4.11.0 | @uppy/transloadit | 3.4.0 |
| @uppy/companion-client | 3.6.0 | @uppy/tus | 3.4.0 |
| @uppy/core | 3.7.0 | @uppy/url | 3.4.0 |
| @uppy/dashboard | 3.7.0 | @uppy/utils | 5.6.0 |
| @uppy/image-editor | 2.3.0 | @uppy/xhr-upload | 3.5.0 |
| @uppy/locales | 3.4.0 | uppy | 3.19.0 |
- @uppy/dashboard: Remove uppy-Dashboard-isFixed when uppy.close() is invoked (Artur Paikin / #4775 )
- @uppy/core,@uppy/dashboard: don't cancel all files when clicking "done" (Mikael Finstad / #4771 )
- @uppy/utils: refactor to TS (Antoine du Hamel / #4699 )
- @uppy/locales: locales: add ca_ES (ordago / #4772 )
- @uppy/companion: Companion+client stability fixes, error handling and retry (Mikael Finstad / #4734 )
- @uppy/companion: add getBucket metadata argument (Mikael Finstad / #4770 )
- @uppy/core: simplify types with class generic (JokcyLou / #4761 )
- @uppy/image-editor: More image editor improvements (Evgenia Karunus / #4676 )
- @uppy/react: add useUppyState (Merlijn Vos / #4711 )
2023-11-08 23:42:11 +00:00
github-actions[bot]
49c9bcc8b7
Release: uppy@3.18.0 ( #4754 )
...
| Package | Version | Package | Version |
| ------------------------- | ------- | ------------------------- | ------- |
| @uppy/angular | 0.6.1 | @uppy/progress-bar | 3.0.4 |
| @uppy/audio | 1.1.4 | @uppy/provider-views | 3.6.0 |
| @uppy/aws-s3 | 3.4.0 | @uppy/react | 3.1.4 |
| @uppy/aws-s3-multipart | 3.8.0 | @uppy/remote-sources | 1.1.0 |
| @uppy/box | 2.1.4 | @uppy/screen-capture | 3.1.3 |
| @uppy/companion | 4.10.0 | @uppy/status-bar | 3.2.5 |
| @uppy/companion-client | 3.5.0 | @uppy/store-default | 3.0.5 |
| @uppy/compressor | 1.0.5 | @uppy/store-redux | 3.0.5 |
| @uppy/core | 3.6.0 | @uppy/svelte | 3.1.1 |
| @uppy/dashboard | 3.6.0 | @uppy/thumbnail-generator | 3.0.6 |
| @uppy/drop-target | 2.0.2 | @uppy/transloadit | 3.3.2 |
| @uppy/dropbox | 3.1.4 | @uppy/tus | 3.3.2 |
| @uppy/facebook | 3.1.3 | @uppy/unsplash | 3.2.3 |
| @uppy/file-input | 3.0.4 | @uppy/url | 3.3.4 |
| @uppy/form | 3.0.3 | @uppy/utils | 5.5.2 |
| @uppy/golden-retriever | 3.1.1 | @uppy/vue | 1.1.0 |
| @uppy/google-drive | 3.3.0 | @uppy/webcam | 3.3.4 |
| @uppy/image-editor | 2.2.2 | @uppy/xhr-upload | 3.4.2 |
| @uppy/informer | 3.0.4 | @uppy/zoom | 2.1.3 |
| @uppy/instagram | 3.1.3 | uppy | 3.18.0 |
| @uppy/onedrive | 3.1.4 | | |
- @uppy/aws-s3-multipart: fix `TypeError` (Antoine du Hamel / #4748 )
- meta: Bump tough-cookie from 4.1.2 to 4.1.3 (dependabot[bot] / #4750 )
- meta: example: simplify code by using built-in `throwIfAborted` (Antoine du Hamel / #4749 )
- @uppy/aws-s3-multipart: pass `signal` as separate arg for backward compat (Antoine du Hamel / #4746 )
- meta: fix TS integration (Antoine du Hamel / #4741 )
- meta: fix js2ts check (Antoine du Hamel)
- meta: add support for TypeScript plugins (Antoine du Hamel / #4640 )
- @uppy/vue: export FileInput (mdxiaohu / #4736 )
- meta: examples: update `server.py` (codehero7386 / #4732 )
- @uppy/aws-s3-multipart: fix `uploadURL` when using `PUT` (Antoine du Hamel / #4701 )
- @uppy/dashboard: auto discover and install plugins without target (Artur Paikin / #4343 )
- meta: e2e: upgrade Cypress (Antoine du Hamel / #4731 )
- @uppy/core: mark the package as side-effect free (Antoine du Hamel / #4730 )
- meta: Bump postcss from 8.4.16 to 8.4.31 (dependabot[bot] / #4723 )
- meta: test with the latest versions of Node.js (Antoine du Hamel / #4729 )
- meta: e2e: update Parcel (Antoine du Hamel / #4726 )
- meta: uppy: fix types (Antoine du Hamel / #4721 )
- @uppy/core: type more events (Antoine du Hamel / #4719 )
- @uppy/svelte: fix TS build command (Antoine du Hamel / #4720 )
- @uppy/companion: Bucket fn also remote files (Mikael Finstad / #4693 )
- @uppy/companion-client: fixup! Added Companion OAuth Key type (Murderlon / #4668 )
- @uppy/companion-client: Added Companion OAuth Key type (Chris Pratt / #4668 )
- meta: check for formatting in CI (Antoine du Hamel / #4714 )
- meta: bump get-func-name from 2.0.0 to 2.0.2 (dependabot[bot] / #4709 )
- meta: run Prettier on existing files (Antoine du Hamel / #4713 )
2023-10-20 15:20:18 +00:00
github-actions[bot]
a93e6cdd4d
Release: uppy@3.12.0 ( #4574 )
...
| Package | Version | Package | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/aws-s3-multipart | 3.5.0 | @uppy/locales | 3.2.3 |
| @uppy/box | 2.1.2 | @uppy/onedrive | 3.1.2 |
| @uppy/companion | 4.7.0 | @uppy/provider-views | 3.4.0 |
| @uppy/companion-client | 3.2.1 | @uppy/react | 3.1.3 |
| @uppy/core | 3.3.1 | @uppy/status-bar | 3.2.2 |
| @uppy/dashboard | 3.4.2 | @uppy/transloadit | 3.2.0 |
| @uppy/dropbox | 3.1.2 | @uppy/utils | 5.4.1 |
| @uppy/google-drive | 3.2.0 | uppy | 3.12.0 |
- @uppy/transloadit: fix error message (Antoine du Hamel / #4572 )
- @uppy/provider-views: add support for remote file paths (Mikael Finstad / #4537 )
- @uppy/transloadit: implement Server-sent event API (Antoine du Hamel / #4098 )
- @uppy/aws-s3-multipart: add support for signing on the client (Antoine du Hamel / #4519 )
- @uppy/react: allow `id` from props (Merlijn Vos / #4570 )
- @uppy/aws-s3-multipart: fix lint warning (Antoine du Hamel / #4569 )
- @uppy/status-bar: listen to `upload` event instead of button click (Antoine du Hamel / #4563 )
- @uppy/aws-s3-multipart: fix support for non-multipart PUT upload (Antoine du Hamel / #4568 )
- @uppy/companion: fix esm imports in production/transpiled builds (Dominik Schmidt / #4561 )
- @uppy/locales: fix expression and spelling errors in es_ES (Rubén / #4567 )
- meta: upgrade dev dependencies (dependabot\[bot\])
- meta: Don't use triage label (Artur Paikin / #4552 )
- meta: update Cypress (Antoine du Hamel / #4562 )
- @uppy/box,@uppy/companion,@uppy/dropbox,@uppy/google-drive,@uppy/onedrive,@uppy/provider-views: Load Google Drive / OneDrive lists 5-10x faster & always load all files (Merlijn Vos / #4513 )
- @uppy/locales: Add missing pt-BR locales for ImageEditor plugin (Mateus Cruz / #4558 )
2023-07-13 16:34:41 +00:00
github-actions[bot]
57a71e175c
Release: uppy@3.8.0 ( #4418 )
...
| Package | Version | Package | Version |
| ------------------------- | ------- | ------------------------- | ------- |
| @uppy/angular | 0.5.2 | @uppy/progress-bar | 3.0.2 |
| @uppy/audio | 1.1.1 | @uppy/provider-views | 3.3.0 |
| @uppy/aws-s3 | 3.1.0 | @uppy/react | 3.1.2 |
| @uppy/aws-s3-multipart | 3.2.0 | @uppy/react-native | 0.5.1 |
| @uppy/box | 2.1.1 | @uppy/redux-dev-tools | 3.0.2 |
| @uppy/companion | 4.5.0 | @uppy/remote-sources | 1.0.3 |
| @uppy/companion-client | 3.1.3 | @uppy/screen-capture | 3.1.1 |
| @uppy/compressor | 1.0.2 | @uppy/status-bar | 3.1.1 |
| @uppy/core | 3.2.0 | @uppy/store-default | 3.0.3 |
| @uppy/dashboard | 3.4.0 | @uppy/store-redux | 3.0.3 |
| @uppy/drag-drop | 3.0.2 | @uppy/svelte | 3.0.2 |
| @uppy/dropbox | 3.1.1 | @uppy/thumbnail-generator | 3.0.3 |
| @uppy/facebook | 3.1.1 | @uppy/transloadit | 3.1.3 |
| @uppy/file-input | 3.0.2 | @uppy/tus | 3.1.0 |
| @uppy/form | 3.0.2 | @uppy/unsplash | 3.2.1 |
| @uppy/golden-retriever | 3.0.3 | @uppy/url | 3.3.1 |
| @uppy/google-drive | 3.1.1 | @uppy/utils | 5.3.0 |
| @uppy/image-editor | 2.1.2 | @uppy/vue | 1.0.2 |
| @uppy/informer | 3.0.2 | @uppy/webcam | 3.3.1 |
| @uppy/instagram | 3.1.1 | @uppy/xhr-upload | 3.2.0 |
| @uppy/locales | 3.2.0 | @uppy/zoom | 2.1.1 |
| @uppy/onedrive | 3.1.1 | uppy | 3.8.0 |
- @uppy/companion: increase max limits for remote file list operations (Mikael Finstad / #4417 )
- @uppy/xhr-upload: fix type in README.md (Top Master / #4416 )
- @uppy/core: improve performance of validating & uploading files (Mikael Finstad / #4402 )
- @uppy/provider-views: Concurrent file listing (Mikael Finstad / #4401 )
- @uppy/core,@uppy/locales,@uppy/provider-views: User feedback adding recursive folders take 2 (Mikael Finstad / #4399 )
- @uppy/dashboard: Single File Mode: fix layout and make optional (Artur Paikin / #4374 )
- @uppy/informer: add a check in `TransitionGroup` when component is null (Juan Belej / #4410 )
- meta: Fix logos in all the readmes (Artur Paikin / #4407 )
- meta: fix logo in readme (Kid / #4403 )
2023-04-18 17:51:07 +00:00
github-actions[bot]
ffabc2142e
Release: uppy@3.7.0 ( #4400 )
...
| Package | Version | Package | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/aws-s3 | 3.0.6 | @uppy/status-bar | 3.1.0 |
| @uppy/aws-s3-multipart | 3.1.3 | @uppy/transloadit | 3.1.2 |
| @uppy/companion | 4.4.0 | @uppy/tus | 3.0.6 |
| @uppy/companion-client | 3.1.2 | @uppy/unsplash | 3.2.0 |
| @uppy/core | 3.1.2 | @uppy/url | 3.3.0 |
| @uppy/dashboard | 3.3.2 | @uppy/utils | 5.2.0 |
| @uppy/locales | 3.1.0 | @uppy/xhr-upload | 3.1.1 |
| @uppy/provider-views | 3.2.0 | uppy | 3.7.0 |
| @uppy/react | 3.1.1 | | |
- @uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/tus,@uppy/xhr-upload: make sure that we reset serverToken when an upload fails (Mikael Finstad / #4376 )
- @uppy/aws-s3-multipart: do not auto-open sockets, clean them up on abort (Antoine du Hamel)
- @uppy/aws-s3: Update types (Minh Hieu / #4294 )
- @uppy/companion-client: do not open socket more than once (Artur Paikin)
- @uppy/companion: add `service: 'companion'` to periodic ping (Mikael Finstad / #4383 )
- @uppy/companion: add connection keep-alive to dropbox (Mikael Finstad / #4365 )
- @uppy/companion: add missing env variable for standalone option (Mikael Finstad / #4382 )
- @uppy/companion: add S3 prefix env variable (Mikael Finstad / #4320 )
- @uppy/companion: allow local ips when testing (Mikael Finstad / #4328 )
- @uppy/companion: fix typo in redis-emitter.js (Ikko Eltociear Ashimine / #4362 )
- @uppy/companion: merge Provider/SearchProvider (Mikael Finstad / #4330 )
- @uppy/companion: only body parse when needed & increased body size for s3 (Mikael Finstad / #4372 )
- @uppy/core: fix bug with `setOptions` (Nguyễn bảo Trung / #4350 )
- @uppy/locales: locales: add es_MX (Kevin van Zonneveld / #4393 )
- @uppy/locales: locales: add hi_IN (Kevin van Zonneveld / #4391 )
- @uppy/provider-views: fix race condition when adding folders (Mikael Finstad / #4384 )
- @uppy/provider-views: UI: Use form attribite with a form in doc root to prevent outer form submit (Artur Paikin / #4283 )
- @uppy/transloadit: fix socket error message (Artur Paikin / #4352 )
- @uppy/tus: do not auto-open sockets, clean them up on abort (Antoine du Hamel)
- meta: add version info in the bundlers CI (Antoine du Hamel / #4386 )
- meta: deploy to Heroku on every companion commit (Mikael Finstad / #4367 )
- meta: example: migrate `redux` to ESM (Antoine du Hamel / #4158 )
- meta: fix all ESLint warnings and turn them into errors (Antoine du Hamel / #4398 )
- meta: fixup! website: update links to work under the new URL (Antoine du Hamel / #4371 )
- meta: remove duplicate outdated OSS support docs (Mikael Finstad, Artur Paikin / #4364 )
- meta: use overrides to make sure no uppy package is fetch from npm (Antoine du Hamel / #4395 )
- website: add a deprecation notice and a link to the new website (Antoine du Hamel / #4370 )
- website: fix home page (Antoine du Hamel)
- website: Remove the website (Merlijn Vos / #4369 )
- website: update links to work under the new URL (Antoine du Hamel / #4371 )
2023-04-04 23:44:16 +00:00
github-actions[bot]
d1499b3b09
Release: uppy@3.4.0 ( #4288 )
...
| Package | Version | Package | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/audio | 1.0.3 | @uppy/locales | 3.0.5 |
| @uppy/aws-s3 | 3.0.5 | @uppy/react | 3.1.0 |
| @uppy/aws-s3-multipart | 3.1.2 | @uppy/react-native | 0.5.0 |
| @uppy/companion | 4.2.0 | @uppy/transloadit | 3.1.0 |
| @uppy/core | 3.0.5 | @uppy/utils | 5.1.2 |
| @uppy/dashboard | 3.2.1 | uppy | 3.4.0 |
- @uppy/utils: better fallbacks for the drag & drop API (Antoine du Hamel / #4260 )
- @uppy/core: fix metafields validation when used as function (Merlijn Vos / #4276 )
- @uppy/companion: allow customizing express session prefix (Mikael Finstad / #4249 )
- meta: Fix comment about COMPANION_PATH (Collin Allen / #4279 )
- @uppy/companion: Fix typo in KUBERNETES.md (Collin Allen / #4277 )
- @uppy/locales: update zh_TW.js (5idereal / #4270 )
- meta: ci: make sure Yarn's global cache is disabled (Antoine du Hamel / #4268 )
- @uppy/aws-s3-multipart: fix metadata shape (Antoine du Hamel / #4267 )
- meta: example: add multipart support to `aws-nodejs` (Antoine du Hamel / #4257 )
- @uppy/react-native: example: revive React Native example (Giacomo Cerquone / #4164 )
- @uppy/utils: Fix getSpeed type (referenced `bytesTotal` instead of `uploadStarted`) (Pascal Wengerter / #4263 )
- @uppy/companion: document how to run many instances (Mikael Finstad / #4227 )
- @uppy/aws-s3-multipart: add support for `allowedMetaFields` option (Antoine du Hamel / #4215 )
- meta: Fix indentation in generate-test.mjs (Youssef Victor / #4181 )
- @uppy/react: deprecate `useUppy` (Merlijn Vos / #4223 )
- meta: fix typo in README.md (Fuad Herac / #4254 )
- meta: Don’t close stale issues automatically (Artur Paikin / #4246 )
- meta: upgrade to Vite 4 and ESBuild 0.16 (Antoine du Hamel / #4243 )
- @uppy/audio: @uppy/audio fix typo in readme (elliotsayes / #4240 )
- @uppy/aws-s3: fix: add https:// to digital oceans link (Le Gia Hoang / #4165 )
- website: Simplify Dashboard code sample (Artur Paikin / #4197 )
- @uppy/transloadit: introduce `assemblyOptions`, deprecate other options (Merlijn Vos / #4059 )
- @uppy/core: fix typo in Uppy.test.js (Ikko Ashimine / #4235 )
- @uppy/aws-s3-multipart: fix singPart type (Stefan Schonert / #4224 )
2023-01-26 16:15:17 +00:00
github-actions[bot]
03bfd418c8
Release: uppy@3.1.0 ( #4121 )
...
| Package | Version | Package | Version |
| ------------------------- | ------- | ------------------------- | ------- |
| @uppy/angular | 0.4.2 | @uppy/onedrive | 3.0.1 |
| @uppy/audio | 1.0.2 | @uppy/progress-bar | 3.0.1 |
| @uppy/aws-s3 | 3.0.2 | @uppy/provider-views | 3.0.1 |
| @uppy/aws-s3-multipart | 3.0.2 | @uppy/react | 3.0.2 |
| @uppy/box | 2.0.1 | @uppy/redux-dev-tools | 3.0.1 |
| @uppy/companion | 4.0.2 | @uppy/remote-sources | 1.0.2 |
| @uppy/companion-client | 3.0.2 | @uppy/screen-capture | 3.0.1 |
| @uppy/compressor | 1.0.1 | @uppy/status-bar | 3.0.1 |
| @uppy/core | 3.0.2 | @uppy/store-default | 3.0.2 |
| @uppy/dashboard | 3.1.0 | @uppy/store-redux | 3.0.2 |
| @uppy/drag-drop | 3.0.1 | @uppy/svelte | 3.0.1 |
| @uppy/drop-target | 2.0.1 | @uppy/thumbnail-generator | 3.0.2 |
| @uppy/dropbox | 3.0.1 | @uppy/transloadit | 3.0.2 |
| @uppy/facebook | 3.0.1 | @uppy/tus | 3.0.2 |
| @uppy/file-input | 3.0.1 | @uppy/unsplash | 3.0.1 |
| @uppy/form | 3.0.1 | @uppy/url | 3.0.1 |
| @uppy/golden-retriever | 3.0.1 | @uppy/utils | 5.0.2 |
| @uppy/google-drive | 3.0.1 | @uppy/vue | 1.0.1 |
| @uppy/image-editor | 2.0.1 | @uppy/webcam | 3.2.0 |
| @uppy/informer | 3.0.1 | @uppy/xhr-upload | 3.0.2 |
| @uppy/instagram | 3.0.1 | @uppy/zoom | 2.0.1 |
| @uppy/locales | 3.0.1 | uppy | 3.1.0 |
- meta: Fix companion-deploy-yml (Mikael Finstad)
- website: fix tag for Activity Feed (Livia Medeiros / #4118 )
- @uppy/golden-retriever: fix condition to load files from service worker (Merlijn Vos / #4115 )
- website: remove references to the deleted `disc.html` page (Antoine du Hamel / #4119 )
- @uppy/locales: Create uz_UZ (Ozodbek1405 / #4114 )
- @uppy/golden-retriever: Fix endless webcam re-render with Golden Retriever (Merlijn Vos / #4111 )
- @uppy/image-editor: image-editor: fix controls in small Dashboard (Livia Medeiros / #4113 )
- website: add “what is Uppy” to the blog post (Artur Paikin)
- meta: fix Companion deploy (Antoine du Hamel / #4095 )
- @uppy/dashboard: add dashboard:show-panel event (Jon-Pierre Sanchez / #4108 )
- website: Small post fixes (Artur Paikin)
- @uppy/companion: Companion throttle progress by time (Mikael Finstad / #4101 )
- meta: skip a few more unnecessary CI runs (Antoine du Hamel / #4106 )
- meta: resolve e2e flakiness (Merlijn Vos / #4077 )
- meta: run linters on almost every PRs (Antoine du Hamel / #4105 )
- website: 3.0 blog post tweaks (Merlijn Vos / #4104 )
- meta: Fix linter warnings in 3.0 post (Murderlon)
- website: Add 3.0 blog post (Artur Paikin / #4046 )
- website: fix ESM import in example (Livia Medeiros / #4103 )
- doc: Update "Dashboard typo" (Laban / #4096 )
- @uppy/audio,@uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/companion,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/redux-dev-tools,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/store-redux,@uppy/svelte,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: add missing entries to changelog for individual packages (Antoine du Hamel / #4092 )
- meta: ci: add GHA to tryout bundling Uppy with popular bundlers (Antoine du Hamel / #4084 )
- @uppy/core: Fix `Restrictor` counts ghost files against `maxNumberOfFiles` (Andrew McIntee / #4078 )
- uppy: add a decoy `Core` export to warn users about the renaming (Antoine du Hamel / #4085 )
- meta: run CI when modifying workflow files (Antoine du Hamel / #4091 )
- meta: limit the number of unnecessary CI runs (Antoine du Hamel / #4086 )
- meta: Update remote-sources.md (heocoi / #4087 )
- uppy: remove all remaining occurrences of `Uppy.Core` (Antoine du Hamel / #4082 )
- meta: fix typo in `e2e.yml` (Antoine du Hamel)
- meta: Restrict e2e CI runs (Merlijn Vos / #4075 )
- @uppy/webcam: Set default videoConstraints (Artur Paikin / #4070 )
- @uppy/angular: Fix angular build error (Murderlon)
- website: add `Known issues` section on Migration Guide (Antoine du Hamel / #4066 )
- @uppy/core: fix types (Antoine du Hamel / #4072 )
- doc: remove use of deprecated `metaFields` option (Antoine du Hamel / #4073 )
2022-09-25 19:08:30 +00: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
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
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
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
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
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
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
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
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
1eb317ba3a
Release
2021-10-06 15:55:29 +02:00
Murderlon
b3b68c0777
Release
2021-09-20 11:51:06 +02:00
Murderlon
246eafc51a
Release
2021-09-01 11:30:19 +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
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
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
Antoine du Hamel
f3b90b0726
deps: re-organize React dependencies
2021-07-07 15:49:42 +02:00
Artur Paikin
4b782ffbbb
Release
2021-06-30 23:07:21 +01:00
Artur Paikin
23e4a537a6
Release
2021-05-28 11:54:17 +01:00
Artur Paikin
12b7bd34e8
Release
2021-05-27 21:35:08 +01:00