mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
[ci] release (#5849)
This commit is contained in:
parent
68bd76be21
commit
4ccd3716af
104 changed files with 769 additions and 155 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@uppy/vue": patch
|
||||
---
|
||||
|
||||
Fix uppy prop in UppyContextProvider
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@uppy/webcam": minor
|
||||
---
|
||||
|
||||
Add image preview with accept/discard buttons
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@uppy/core": patch
|
||||
---
|
||||
|
||||
Resolve stale state in `checkAndUpdateFileState`
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@uppy/companion": minor
|
||||
---
|
||||
|
||||
Add provider name to metadata for observability
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@uppy/companion": patch
|
||||
---
|
||||
|
||||
Make StreamableBlob spec compliant for Node.js 24+
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"@uppy/xhr-upload": minor
|
||||
---
|
||||
|
||||
The `endpoint` option now also accepts a callback to dynamically set it (`endpoint: (fileOrFiles) => '<url>'`).
|
||||
If `bundle` is `true`, you get `UppyFile[]` otherwise `UppyFile`.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@uppy/locales": minor
|
||||
---
|
||||
|
||||
Update Swedish translations
|
||||
|
|
@ -1,50 +0,0 @@
|
|||
---
|
||||
"@uppy/audio": minor
|
||||
"@uppy/aws-s3": minor
|
||||
"@uppy/aws-s3-multipart": minor
|
||||
"@uppy/box": minor
|
||||
"@uppy/companion-client": minor
|
||||
"@uppy/components": minor
|
||||
"@uppy/compressor": minor
|
||||
"@uppy/core": minor
|
||||
"@uppy/dashboard": minor
|
||||
"@uppy/drag-drop": minor
|
||||
"@uppy/drop-target": minor
|
||||
"@uppy/dropbox": minor
|
||||
"@uppy/facebook": minor
|
||||
"@uppy/file-input": minor
|
||||
"@uppy/form": minor
|
||||
"@uppy/golden-retriever": minor
|
||||
"@uppy/google-drive": minor
|
||||
"@uppy/google-drive-picker": minor
|
||||
"@uppy/google-photos-picker": minor
|
||||
"@uppy/image-editor": minor
|
||||
"@uppy/informer": minor
|
||||
"@uppy/instagram": minor
|
||||
"@uppy/locales": minor
|
||||
"@uppy/onedrive": minor
|
||||
"@uppy/progress-bar": minor
|
||||
"@uppy/provider-views": minor
|
||||
"@uppy/react": minor
|
||||
"@uppy/redux-dev-tools": minor
|
||||
"@uppy/remote-sources": minor
|
||||
"@uppy/screen-capture": minor
|
||||
"@uppy/status-bar": minor
|
||||
"@uppy/store-default": minor
|
||||
"@uppy/store-redux": minor
|
||||
"@uppy/svelte": minor
|
||||
"@uppy/thumbnail-generator": minor
|
||||
"@uppy/transloadit": minor
|
||||
"@uppy/tus": minor
|
||||
"@uppy/unsplash": minor
|
||||
"@uppy/url": minor
|
||||
"@uppy/utils": minor
|
||||
"@uppy/vue": minor
|
||||
"@uppy/webcam": minor
|
||||
"@uppy/webdav": minor
|
||||
"@uppy/xhr-upload": minor
|
||||
"@uppy/zoom": minor
|
||||
"uppy": minor
|
||||
---
|
||||
|
||||
Use TypeScript compiler instead of Babel
|
||||
|
|
@ -1,5 +1,18 @@
|
|||
# @uppy/audio
|
||||
|
||||
## 2.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 2.1.3
|
||||
|
||||
Released: 2025-05-18
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/audio",
|
||||
"description": "Uppy plugin that records audio using the device’s microphone.",
|
||||
"version": "2.1.3",
|
||||
"version": "2.2.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"style": "dist/style.min.css",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,16 @@
|
|||
# @uppy/aws-s3-multipart
|
||||
|
||||
## 4.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/aws-s3@4.3.0
|
||||
|
||||
## 4.0.0-beta.5
|
||||
|
||||
Released: 2024-05-03
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/aws-s3-multipart",
|
||||
"description": "Upload to Amazon S3 with Uppy and S3's Multipart upload strategy",
|
||||
"version": "4.0.0",
|
||||
"version": "4.1.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,19 @@
|
|||
# @uppy/aws-s3
|
||||
|
||||
## 4.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/companion-client@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.2.3
|
||||
|
||||
Released: 2025-01-22
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/aws-s3",
|
||||
"description": "Upload to Amazon S3 with Uppy",
|
||||
"version": "4.2.3",
|
||||
"version": "4.3.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,20 @@
|
|||
# @uppy/box
|
||||
|
||||
## 3.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/companion-client@4.5.0
|
||||
- @uppy/provider-views@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 3.2.3
|
||||
|
||||
Released: 2025-05-18
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/box",
|
||||
"description": "Import files from Box, into Uppy.",
|
||||
"version": "3.2.3",
|
||||
"version": "3.3.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,18 @@
|
|||
# @uppy/companion-client
|
||||
|
||||
## 4.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.4.2
|
||||
|
||||
Released: 2025-05-18
|
||||
|
|
@ -92,7 +105,7 @@ Included in: Uppy v3.22.2
|
|||
Released: 2024-02-19
|
||||
Included in: Uppy v3.22.0
|
||||
|
||||
- @uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/companion-client,@uppy/tus,@uppy/xhr-upload: update `uppyfile` objects before emitting events (antoine du hamel / #4928)
|
||||
- @uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/companion-client,@uppy/tus,@uppy/xhr-upload: update `uppyfile` objects before emitting events (antoine du hamel / #4928)
|
||||
- @uppy/companion-client: fix tests and linter (antoine du hamel / #4890)
|
||||
- @uppy/companion-client: migrate to ts (merlijn vos / #4864)
|
||||
- @uppy/companion-client: fix `typeerror` (antoine du hamel)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/companion-client",
|
||||
"description": "Client library for communication with Companion. Intended for use in Uppy plugins.",
|
||||
"version": "4.4.2",
|
||||
"version": "4.5.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,12 +1,22 @@
|
|||
# @uppy/companion
|
||||
|
||||
## 5.9.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Add provider name to metadata for observability
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 0c24c5a: Make StreamableBlob spec compliant for Node.js 24+
|
||||
|
||||
## 5.8.0
|
||||
|
||||
Released: 2025-06-02
|
||||
Included in: Uppy v4.17.0
|
||||
|
||||
- @uppy/companion: add max filename length env var (Freeman / #5763)
|
||||
- @uppy/companion: fix cookie maxAge to milliseconds (zolotarov@brights.io / #5746)
|
||||
- @uppy/companion: fix cookie maxAge to milliseconds (zolotarov@brights.io / #5746)
|
||||
- @uppy/companion: improve Zoom folder structure (Merlijn Vos / #5739)
|
||||
|
||||
## 5.7.0
|
||||
|
|
@ -30,7 +40,7 @@ Released: 2025-02-25
|
|||
Included in: Uppy v4.13.3
|
||||
|
||||
- @uppy/companion: log when tus uploaded size differs (Mikael Finstad / #5647)
|
||||
- @uppy/companion: remove redundant HEAD request for file size (Mikael Finstad / #5648)
|
||||
- @uppy/companion: remove redundant HEAD request for file size (Mikael Finstad / #5648)
|
||||
|
||||
## 5.5.1
|
||||
|
||||
|
|
@ -80,7 +90,7 @@ Included in: Uppy v4.7.0
|
|||
Released: 2024-10-31
|
||||
Included in: Uppy v4.6.0
|
||||
|
||||
- docs,@uppy/companion: disallow corsOrigins "*" (Mikael Finstad / #5496)
|
||||
- docs,@uppy/companion: disallow corsOrigins "\*" (Mikael Finstad / #5496)
|
||||
|
||||
## 5.1.2
|
||||
|
||||
|
|
@ -237,7 +247,7 @@ Released: 2024-06-18
|
|||
Included in: Uppy v3.27.0
|
||||
|
||||
- @uppy/google-photos: add plugin (Mikael Finstad / #5061)
|
||||
- @uppy/companion: Bump ws from 8.8.1 to 8.17.1 (#5256)
|
||||
- @uppy/companion: Bump ws from 8.8.1 to 8.17.1 (#5256)
|
||||
|
||||
## 4.13.3
|
||||
|
||||
|
|
@ -284,9 +294,9 @@ Released: 2023-12-12
|
|||
Included in: Uppy v3.21.0
|
||||
|
||||
- @uppy/companion: fix double tus uploads (Mikael Finstad / #4816)
|
||||
- @uppy/companion: fix accelerated endpoints for presigned POST (Mikael Finstad / #4817)
|
||||
- @uppy/companion: fix accelerated endpoints for presigned POST (Mikael Finstad / #4817)
|
||||
- @uppy/companion: fix `authProvider` property inconsistency (Mikael Finstad / #4672)
|
||||
- @uppy/companion: send certain onedrive errors to the user (Mikael Finstad / #4671)
|
||||
- @uppy/companion: send certain onedrive errors to the user (Mikael Finstad / #4671)
|
||||
- @uppy/companion: Provider user sessions (Mikael Finstad / #4619)
|
||||
|
||||
## 4.11.0
|
||||
|
|
@ -384,7 +394,7 @@ Included in: Uppy v3.11.0
|
|||
Released: 2023-06-19
|
||||
Included in: Uppy v3.10.0
|
||||
|
||||
- @uppy/companion: switch from aws-sdk v2 to @aws-sdk/* (v3) (Scott Bessler / #4285)
|
||||
- @uppy/companion: switch from aws-sdk v2 to @aws-sdk/\* (v3) (Scott Bessler / #4285)
|
||||
- @uppy/companion,@uppy/core,@uppy/dashboard,@uppy/golden-retriever,@uppy/status-bar,@uppy/utils: Migrate all lodash' per-method-packages usage to lodash. (LinusMain / #4274)
|
||||
- @uppy/companion: revert randomness from file names (Mikael Finstad / #4509)
|
||||
- @uppy/companion: Custom provider fixes (Mikael Finstad / #4498)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@uppy/companion",
|
||||
"version": "5.8.0",
|
||||
"version": "5.9.0",
|
||||
"description": "OAuth helper and remote fetcher for Uppy's (https://uppy.io) extensible file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Dropbox and Google Drive, S3 and more :dog:",
|
||||
"main": "lib/companion.js",
|
||||
"types": "lib/companion.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,23 @@
|
|||
# @uppy/components
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/webcam@4.3.0
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/audio@2.2.0
|
||||
- @uppy/image-editor@3.4.0
|
||||
- @uppy/remote-sources@2.4.0
|
||||
- @uppy/screen-capture@4.4.0
|
||||
|
||||
## 0.2.0
|
||||
|
||||
Released: 2025-06-30
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/components",
|
||||
"description": "Headless Uppy components, made in Preact",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,18 @@
|
|||
# @uppy/compressor
|
||||
|
||||
## 2.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 2.2.0
|
||||
|
||||
Released: 2025-01-06
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/compressor",
|
||||
"description": "Uppy plugin that compresses images before upload, saving up to 60% in size",
|
||||
"version": "2.2.1",
|
||||
"version": "2.3.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"style": "dist/style.min.css",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,18 @@
|
|||
# @uppy/core
|
||||
|
||||
## 4.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 0c24c5a: Resolve stale state in `checkAndUpdateFileState`
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/store-default@4.3.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.4.6
|
||||
|
||||
Released: 2025-06-02
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/core",
|
||||
"description": "Core module for the extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:",
|
||||
"version": "4.4.7",
|
||||
"version": "4.5.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"style": "dist/style.min.css",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,22 @@
|
|||
# @uppy/dashboard
|
||||
|
||||
## 4.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/informer@4.3.0
|
||||
- @uppy/provider-views@4.5.0
|
||||
- @uppy/status-bar@4.2.0
|
||||
- @uppy/thumbnail-generator@4.2.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.3.4
|
||||
|
||||
Released: 2025-05-18
|
||||
|
|
@ -47,8 +64,8 @@ Included in: Uppy v4.6.0
|
|||
Released: 2024-10-15
|
||||
Included in: Uppy v4.5.0
|
||||
|
||||
- @uppy/dashboard: Dashboard - convert some files to typescript (Evgenia Karunus / #5367)
|
||||
- @uppy/dashboard,@uppy/drag-drop,@uppy/file-input: `.handleInputChange()` - use `.currentTarget`; clear the input using `''` (Evgenia Karunus / #5381)
|
||||
- @uppy/dashboard: Dashboard - convert some files to typescript (Evgenia Karunus / #5367)
|
||||
- @uppy/dashboard,@uppy/drag-drop,@uppy/file-input: `.handleInputChange()` - use `.currentTarget`; clear the input using `''` (Evgenia Karunus / #5381)
|
||||
|
||||
## 4.1.0
|
||||
|
||||
|
|
@ -215,7 +232,7 @@ Included in: Uppy v3.16.0
|
|||
Released: 2023-09-05
|
||||
Included in: Uppy v3.15.0
|
||||
|
||||
- @uppy/dashboard: when showAddFilesPanel is true, aria-hidden should be the opposite (Artur Paikin / #4643)
|
||||
- @uppy/dashboard: when showAddFilesPanel is true, aria-hidden should be the opposite (Artur Paikin / #4643)
|
||||
|
||||
## 3.4.1
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/dashboard",
|
||||
"description": "Universal UI plugin for Uppy.",
|
||||
"version": "4.3.4",
|
||||
"version": "4.4.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"style": "dist/style.min.css",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,18 @@
|
|||
# @uppy/drag-drop
|
||||
|
||||
## 4.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.1.3
|
||||
|
||||
Released: 2025-05-18
|
||||
|
|
@ -33,7 +46,7 @@ Included in: Uppy v4.6.0
|
|||
Released: 2024-10-15
|
||||
Included in: Uppy v4.5.0
|
||||
|
||||
- @uppy/dashboard,@uppy/drag-drop,@uppy/file-input: `.handleInputChange()` - use `.currentTarget`; clear the input using `''` (Evgenia Karunus / #5381)
|
||||
- @uppy/dashboard,@uppy/drag-drop,@uppy/file-input: `.handleInputChange()` - use `.currentTarget`; clear the input using `''` (Evgenia Karunus / #5381)
|
||||
|
||||
## 4.0.2
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/drag-drop",
|
||||
"description": "Droppable zone UI for Uppy. Drag and drop files into it to upload.",
|
||||
"version": "4.1.3",
|
||||
"version": "4.2.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"style": "dist/style.min.css",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,18 @@
|
|||
# @uppy/drop-target
|
||||
|
||||
## 3.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 3.1.0
|
||||
|
||||
Released: 2025-01-06
|
||||
|
|
@ -42,7 +55,6 @@ Included in: Uppy v4.0.0-beta.1
|
|||
|
||||
- @uppy/audio,@uppy/dashboard,@uppy/drop-target,@uppy/webcam: add missing exports (Antoine du Hamel / #5014)
|
||||
|
||||
|
||||
## 2.1.0
|
||||
|
||||
Released: 2024-04-29
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/drop-target",
|
||||
"description": "Lets your users drag and drop files on a DOM element",
|
||||
"version": "3.1.1",
|
||||
"version": "3.2.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,20 @@
|
|||
# @uppy/dropbox
|
||||
|
||||
## 4.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/companion-client@4.5.0
|
||||
- @uppy/provider-views@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.2.3
|
||||
|
||||
Released: 2025-05-18
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/dropbox",
|
||||
"description": "Import files from Dropbox, into Uppy.",
|
||||
"version": "4.2.3",
|
||||
"version": "4.3.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,20 @@
|
|||
# @uppy/facebook
|
||||
|
||||
## 4.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/companion-client@4.5.0
|
||||
- @uppy/provider-views@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.2.3
|
||||
|
||||
Released: 2025-05-18
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/facebook",
|
||||
"description": "Import files from Facebook, into Uppy.",
|
||||
"version": "4.2.3",
|
||||
"version": "4.3.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,18 @@
|
|||
# @uppy/file-input
|
||||
|
||||
## 4.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.1.3
|
||||
|
||||
Released: 2025-05-18
|
||||
|
|
@ -33,7 +46,7 @@ Included in: Uppy v4.6.0
|
|||
Released: 2024-10-15
|
||||
Included in: Uppy v4.5.0
|
||||
|
||||
- @uppy/dashboard,@uppy/drag-drop,@uppy/file-input: `.handleInputChange()` - use `.currentTarget`; clear the input using `''` (Evgenia Karunus / #5381)
|
||||
- @uppy/dashboard,@uppy/drag-drop,@uppy/file-input: `.handleInputChange()` - use `.currentTarget`; clear the input using `''` (Evgenia Karunus / #5381)
|
||||
|
||||
## 4.0.1
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/file-input",
|
||||
"description": "Simple UI of a file input button that works with Uppy right out of the box",
|
||||
"version": "4.1.3",
|
||||
"version": "4.2.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"style": "dist/style.min.css",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,18 @@
|
|||
# @uppy/form
|
||||
|
||||
## 4.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.1.0
|
||||
|
||||
Released: 2025-01-06
|
||||
|
|
@ -83,6 +96,7 @@ Released: 2022-04-27
|
|||
Included in: Uppy v2.9.4
|
||||
|
||||
- @uppy/form: refactor to ESM (Antoine du Hamel / #3654)
|
||||
|
||||
## 3.0.0
|
||||
|
||||
Released: 2022-08-22
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/form",
|
||||
"description": "Connect Uppy to an existing HTML <form>.",
|
||||
"version": "4.1.1",
|
||||
"version": "4.2.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,18 @@
|
|||
# @uppy/golden-retriever
|
||||
|
||||
## 4.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.1.0
|
||||
|
||||
Released: 2025-01-06
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/golden-retriever",
|
||||
"description": "The GoldenRetriever Uppy plugin saves selected files in browser cache to seamlessly resume uploding after browser crash or accidentally closed tab",
|
||||
"version": "4.1.1",
|
||||
"version": "4.2.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,20 @@
|
|||
# @uppy/google-drive-picker
|
||||
|
||||
## 0.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/companion-client@4.5.0
|
||||
- @uppy/provider-views@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 0.3.5
|
||||
|
||||
Released: 2025-05-18
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/google-drive-picker",
|
||||
"description": "The Google Drive Picker plugin for Uppy lets users import files from their Google Drive account",
|
||||
"version": "0.3.6",
|
||||
"version": "0.4.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,20 @@
|
|||
# @uppy/google-drive
|
||||
|
||||
## 4.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/companion-client@4.5.0
|
||||
- @uppy/provider-views@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.3.3
|
||||
|
||||
Released: 2025-05-18
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/google-drive",
|
||||
"description": "The Google Drive plugin for Uppy lets users import files from their Google Drive account",
|
||||
"version": "4.3.3",
|
||||
"version": "4.4.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,20 @@
|
|||
# @uppy/google-photos-picker
|
||||
|
||||
## 0.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/companion-client@4.5.0
|
||||
- @uppy/provider-views@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 0.3.5
|
||||
|
||||
Released: 2025-05-18
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/google-photos-picker",
|
||||
"description": "The Google Photos Picker plugin for Uppy lets users import files from their Google Photos account",
|
||||
"version": "0.3.6",
|
||||
"version": "0.4.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,18 @@
|
|||
# @uppy/image-editor
|
||||
|
||||
## 3.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 3.3.3
|
||||
|
||||
Released: 2025-05-18
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/image-editor",
|
||||
"description": "Image editor and cropping UI",
|
||||
"version": "3.3.3",
|
||||
"version": "3.4.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"style": "dist/style.min.css",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,18 @@
|
|||
# @uppy/informer
|
||||
|
||||
## 4.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.2.0
|
||||
|
||||
Released: 2025-01-06
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/informer",
|
||||
"description": "A notification and error pop-up bar for Uppy.",
|
||||
"version": "4.2.1",
|
||||
"version": "4.3.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"style": "dist/style.min.css",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,20 @@
|
|||
# @uppy/instagram
|
||||
|
||||
## 4.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/companion-client@4.5.0
|
||||
- @uppy/provider-views@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.2.3
|
||||
|
||||
Released: 2025-05-18
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/instagram",
|
||||
"description": "Import photos and videos from Instagram, into Uppy.",
|
||||
"version": "4.2.3",
|
||||
"version": "4.3.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,17 @@
|
|||
# @uppy/locales
|
||||
|
||||
## 4.7.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Update Swedish translations
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.6.0
|
||||
|
||||
Released: 2025-06-30
|
||||
|
|
@ -93,7 +105,7 @@ Included in: Uppy v4.0.0-beta.10
|
|||
Released: 2024-05-03
|
||||
Included in: Uppy v3.25.1
|
||||
|
||||
- @uppy/locales: Update ru_RU locale (Uladzislau Bodryi / #5120)
|
||||
- @uppy/locales: Update ru_RU locale (Uladzislau Bodryi / #5120)
|
||||
|
||||
## 3.5.2
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/locales",
|
||||
"description": "Uppy language packs",
|
||||
"version": "4.6.0",
|
||||
"version": "4.7.0",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"main": "locale-pack/index.mjs",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,20 @@
|
|||
# @uppy/onedrive
|
||||
|
||||
## 4.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/companion-client@4.5.0
|
||||
- @uppy/provider-views@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.2.4
|
||||
|
||||
Released: 2025-05-18
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/onedrive",
|
||||
"description": "Import files from OneDrive, into Uppy.",
|
||||
"version": "4.2.4",
|
||||
"version": "4.3.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,18 @@
|
|||
# @uppy/progress-bar
|
||||
|
||||
## 4.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.2.0
|
||||
|
||||
Released: 2025-01-06
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/progress-bar",
|
||||
"description": "A progress bar UI for Uppy",
|
||||
"version": "4.2.1",
|
||||
"version": "4.3.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"style": "dist/style.min.css",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,18 @@
|
|||
# @uppy/provider-views
|
||||
|
||||
## 4.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.4.5
|
||||
|
||||
Released: 2025-06-30
|
||||
|
|
@ -190,7 +203,7 @@ Included in: Uppy v3.13.0
|
|||
|
||||
- @uppy/provider-views: Add VirtualList to ProviderView (Merlijn Vos / #4566)
|
||||
- @uppy/provider-views: fix race conditions with folder loading (Mikael Finstad / #4578)
|
||||
- @uppy/provider-views: fix infinite folder loading (Mikael Finstad / #4590)
|
||||
- @uppy/provider-views: fix infinite folder loading (Mikael Finstad / #4590)
|
||||
|
||||
## 3.4.0
|
||||
|
||||
|
|
@ -280,6 +293,7 @@ Included in: Uppy v2.5.0
|
|||
|
||||
- @uppy/companion-client,@uppy/companion,@uppy/provider-views,@uppy/robodog: Finishing touches on Companion dynamic Oauth (Renée Kooi / #2802)
|
||||
- @uppy/provider-views: Unsplash: UI improvements (Artur Paikin / #3438)
|
||||
|
||||
## 3.0.0
|
||||
|
||||
Released: 2022-08-22
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/provider-views",
|
||||
"description": "View library for Uppy remote provider plugins.",
|
||||
"version": "4.4.5",
|
||||
"version": "4.5.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"style": "dist/style.min.css",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,15 @@
|
|||
# @uppy/react-native
|
||||
|
||||
## 0.6.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/instagram@4.3.0
|
||||
- @uppy/url@4.3.0
|
||||
|
||||
## 0.6.1
|
||||
|
||||
Released: 2024-10-31
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/react-native",
|
||||
"description": "React Native Uppy UI components",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"main": "file-picker/index.js",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
|
|
|
|||
|
|
@ -1,5 +1,27 @@
|
|||
# @uppy/react
|
||||
|
||||
## 4.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/webcam@4.3.0
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/components@0.3.0
|
||||
- @uppy/dashboard@4.4.0
|
||||
- @uppy/drag-drop@4.2.0
|
||||
- @uppy/file-input@4.2.0
|
||||
- @uppy/progress-bar@4.3.0
|
||||
- @uppy/screen-capture@4.4.0
|
||||
- @uppy/status-bar@4.2.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.4.0
|
||||
|
||||
Released: 2025-06-30
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/react",
|
||||
"description": "React component wrappers around Uppy's official UI plugins.",
|
||||
"version": "4.4.0",
|
||||
"version": "4.5.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,17 @@
|
|||
# @uppy/redux-dev-tools
|
||||
|
||||
## 4.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
|
||||
## 4.0.1
|
||||
|
||||
Released: 2024-10-31
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/redux-dev-tools",
|
||||
"description": "Redux developer tools plugin for Uppy that simply syncs Uppy’s state with redux-devtools browser or JS extensions, and allows for basic time travel",
|
||||
"version": "4.0.1",
|
||||
"version": "4.1.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,27 @@
|
|||
# @uppy/remote-sources
|
||||
|
||||
## 2.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/box@3.3.0
|
||||
- @uppy/dashboard@4.4.0
|
||||
- @uppy/dropbox@4.3.0
|
||||
- @uppy/facebook@4.3.0
|
||||
- @uppy/google-drive@4.4.0
|
||||
- @uppy/instagram@4.3.0
|
||||
- @uppy/onedrive@4.3.0
|
||||
- @uppy/unsplash@4.4.0
|
||||
- @uppy/url@4.3.0
|
||||
- @uppy/zoom@3.3.0
|
||||
|
||||
## 2.3.3
|
||||
|
||||
Released: 2025-05-18
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/remote-sources",
|
||||
"description": "Uppy plugin that includes all remote sources that Uppy+Companion offer, like Instagram, Google Drive, Dropox, Box, Unsplash, Url etc",
|
||||
"version": "2.3.4",
|
||||
"version": "2.4.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,18 @@
|
|||
# @uppy/screen-capture
|
||||
|
||||
## 4.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.3.1
|
||||
|
||||
Released: 2025-06-30
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/screen-capture",
|
||||
"description": "Uppy plugin that captures video from display or application.",
|
||||
"version": "4.3.1",
|
||||
"version": "4.4.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"style": "dist/style.min.css",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,18 @@
|
|||
# @uppy/status-bar
|
||||
|
||||
## 4.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.1.2
|
||||
|
||||
Released: 2025-02-25
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/status-bar",
|
||||
"description": "A progress bar for Uppy, with many bells and whistles.",
|
||||
"version": "4.1.3",
|
||||
"version": "4.2.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"style": "dist/style.min.css",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# @uppy/store-default
|
||||
|
||||
## 4.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
## 4.1.2
|
||||
|
||||
Released: 2024-12-05
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/store-default",
|
||||
"description": "The default simple object-based store for Uppy.",
|
||||
"version": "4.2.0",
|
||||
"version": "4.3.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# @uppy/store-redux
|
||||
|
||||
## 4.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
## 4.0.2
|
||||
|
||||
Released: 2025-01-06
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/store-redux",
|
||||
"description": "Make Uppy use your existing Redux store.",
|
||||
"version": "4.0.2",
|
||||
"version": "4.1.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,22 @@
|
|||
# @uppy/svelte
|
||||
|
||||
## 4.6.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/components@0.3.0
|
||||
- @uppy/dashboard@4.4.0
|
||||
- @uppy/drag-drop@4.2.0
|
||||
- @uppy/progress-bar@4.3.0
|
||||
- @uppy/status-bar@4.2.0
|
||||
|
||||
## 4.5.0
|
||||
|
||||
Released: 2025-06-30
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@uppy/svelte",
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.0",
|
||||
"description": "Uppy plugin that helps integrate Uppy into your Svelte project.",
|
||||
"type": "module",
|
||||
"svelte": "./dist/index.js",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,18 @@
|
|||
# @uppy/thumbnail-generator
|
||||
|
||||
## 4.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.1.0
|
||||
|
||||
Released: 2025-01-06
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/thumbnail-generator",
|
||||
"description": "Uppy plugin that generates small previews of images to show on your upload UI.",
|
||||
"version": "4.1.1",
|
||||
"version": "4.2.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,21 @@
|
|||
# @uppy/transloadit
|
||||
|
||||
## 4.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/companion-client@4.5.0
|
||||
- @uppy/provider-views@4.5.0
|
||||
- @uppy/tus@4.3.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.2.0
|
||||
|
||||
Released: 2025-01-06
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/transloadit",
|
||||
"description": "The Transloadit plugin can be used to upload files to Transloadit for all kinds of processing, such as transcoding video, resizing images, zipping/unzipping, and more",
|
||||
"version": "4.2.2",
|
||||
"version": "4.3.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,19 @@
|
|||
# @uppy/tus
|
||||
|
||||
## 4.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/companion-client@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.2.2
|
||||
|
||||
Released: 2025-01-22
|
||||
|
|
@ -99,7 +113,7 @@ Included in: Uppy v3.25.4
|
|||
Released: 2024-02-19
|
||||
Included in: Uppy v3.22.0
|
||||
|
||||
- @uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/companion-client,@uppy/tus,@uppy/xhr-upload: update `uppyfile` objects before emitting events (antoine du hamel / #4928)
|
||||
- @uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/companion-client,@uppy/tus,@uppy/xhr-upload: update `uppyfile` objects before emitting events (antoine du hamel / #4928)
|
||||
- @uppy/tus: migrate to ts (merlijn vos / #4899)
|
||||
- @uppy/companion,@uppy/tus: bump `tus-js-client` version range (merlijn vos / #4848)
|
||||
|
||||
|
|
@ -122,7 +136,7 @@ Included in: Uppy v3.15.0
|
|||
Released: 2023-08-15
|
||||
Included in: Uppy v3.14.0
|
||||
|
||||
- @uppy/aws-s3,@uppy/tus,@uppy/xhr-upload: Invoke headers function for remote uploads (Dominik Schmidt / #4596)
|
||||
- @uppy/aws-s3,@uppy/tus,@uppy/xhr-upload: Invoke headers function for remote uploads (Dominik Schmidt / #4596)
|
||||
|
||||
## 3.1.2
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/tus",
|
||||
"description": "Resumable uploads for Uppy using Tus.io",
|
||||
"version": "4.2.2",
|
||||
"version": "4.3.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,20 @@
|
|||
# @uppy/unsplash
|
||||
|
||||
## 4.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/companion-client@4.5.0
|
||||
- @uppy/provider-views@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.3.4
|
||||
|
||||
Released: 2025-05-18
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/unsplash",
|
||||
"description": "Import files from Unsplash, the free stock photography resource, into Uppy",
|
||||
"version": "4.3.4",
|
||||
"version": "4.4.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,19 @@
|
|||
# @uppy/url
|
||||
|
||||
## 4.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/companion-client@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.2.4
|
||||
|
||||
Released: 2025-05-18
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/url",
|
||||
"description": "The Url plugin lets users import files from the Internet. Paste any URL and it’ll be added!",
|
||||
"version": "4.2.4",
|
||||
"version": "4.3.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"style": "dist/style.min.css",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# @uppy/utils
|
||||
|
||||
## 6.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
## 6.1.4
|
||||
|
||||
Released: 2025-05-18
|
||||
|
|
@ -84,7 +90,6 @@ Included in: Uppy v4.0.0-beta.1
|
|||
- @uppy/utils: fix `AbortablePromise` type (Antoine du Hamel / #4988)
|
||||
- @uppy/utils: migrate RateLimitedQueue to TS (Merlijn Vos / #4981)
|
||||
|
||||
|
||||
## 5.9.0
|
||||
|
||||
Released: 2024-04-29
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/utils",
|
||||
"description": "Shared utility functions for Uppy Core and plugins maintained by the Uppy team.",
|
||||
"version": "6.1.5",
|
||||
"version": "6.2.0",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,24 @@
|
|||
# @uppy/vue
|
||||
|
||||
## 2.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 0c24c5a: Fix uppy prop in UppyContextProvider
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/components@0.3.0
|
||||
- @uppy/dashboard@4.4.0
|
||||
- @uppy/drag-drop@4.2.0
|
||||
- @uppy/file-input@4.2.0
|
||||
- @uppy/progress-bar@4.3.0
|
||||
- @uppy/status-bar@4.2.0
|
||||
|
||||
## 2.3.0
|
||||
|
||||
Released: 2025-06-30
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@uppy/vue",
|
||||
"version": "2.3.0",
|
||||
"version": "2.4.0",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"main": "lib/index.js",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,19 @@
|
|||
# @uppy/webcam
|
||||
|
||||
## 4.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Add image preview with accept/discard buttons
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.1.3
|
||||
|
||||
Released: 2025-05-18
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/webcam",
|
||||
"description": "Uppy plugin that takes photos or records videos using the device's camera.",
|
||||
"version": "4.2.1",
|
||||
"version": "4.3.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"style": "dist/style.min.css",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,20 @@
|
|||
# @uppy/webdav
|
||||
|
||||
## 0.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/companion-client@4.5.0
|
||||
- @uppy/provider-views@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 0.3.3
|
||||
|
||||
Released: 2025-05-18
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/webdav",
|
||||
"description": "Import files from WebDAV into Uppy.",
|
||||
"version": "0.3.3",
|
||||
"version": "0.4.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,21 @@
|
|||
# @uppy/xhr-upload
|
||||
|
||||
## 4.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 49e98ab: The `endpoint` option now also accepts a callback to dynamically set it (`endpoint: (fileOrFiles) => '<url>'`).
|
||||
If `bundle` is `true`, you get `UppyFile[]` otherwise `UppyFile`.
|
||||
- 0c24c5a: Use TypeScript compiler instead of Babel
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0c24c5a]
|
||||
- Updated dependencies [0c24c5a]
|
||||
- @uppy/core@4.5.0
|
||||
- @uppy/companion-client@4.5.0
|
||||
- @uppy/utils@6.2.0
|
||||
|
||||
## 4.3.3
|
||||
|
||||
Released: 2025-02-25
|
||||
|
|
@ -154,7 +170,7 @@ Included in: Uppy v3.23.0
|
|||
Released: 2024-02-19
|
||||
Included in: Uppy v3.22.0
|
||||
|
||||
- @uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/companion-client,@uppy/tus,@uppy/xhr-upload: update `uppyfile` objects before emitting events (antoine du hamel / #4928)
|
||||
- @uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/companion-client,@uppy/tus,@uppy/xhr-upload: update `uppyfile` objects before emitting events (antoine du hamel / #4928)
|
||||
- @uppy/xhr-upload: migrate to ts (merlijn vos / #4892)
|
||||
- @uppy/xhr-upload: show remove button (merlijn vos / #4851)
|
||||
|
||||
|
|
@ -171,7 +187,7 @@ Released: 2023-08-15
|
|||
Included in: Uppy v3.14.0
|
||||
|
||||
- @uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/companion,@uppy/transloadit,@uppy/xhr-upload: use uppercase HTTP method names (Antoine du Hamel / #4612)
|
||||
- @uppy/aws-s3,@uppy/tus,@uppy/xhr-upload: Invoke headers function for remote uploads (Dominik Schmidt / #4596)
|
||||
- @uppy/aws-s3,@uppy/tus,@uppy/xhr-upload: Invoke headers function for remote uploads (Dominik Schmidt / #4596)
|
||||
|
||||
## 3.3.1
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/xhr-upload",
|
||||
"description": "Plain and simple classic HTML multipart form uploads with Uppy, as well as uploads using the HTTP PUT method.",
|
||||
"version": "4.3.3",
|
||||
"version": "4.4.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue