Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
| Package                   | Version | Package                   | Version |
| ------------------------- | ------- | ------------------------- | ------- |
| @uppy/angular             |   0.7.0 | @uppy/onedrive            |   4.0.0 |
| @uppy/audio               |   2.0.0 | @uppy/progress-bar        |   4.0.0 |
| @uppy/aws-s3              |   4.0.0 | @uppy/provider-views      |   4.0.0 |
| @uppy/aws-s3-multipart    |   4.0.0 | @uppy/react               |   4.0.0 |
| @uppy/box                 |   3.0.0 | @uppy/react-native        |   0.6.0 |
| @uppy/companion           |   5.0.0 | @uppy/redux-dev-tools     |   4.0.0 |
| @uppy/companion-client    |   4.0.0 | @uppy/remote-sources      |   2.0.0 |
| @uppy/compressor          |   2.0.0 | @uppy/screen-capture      |   4.0.0 |
| @uppy/core                |   4.0.0 | @uppy/status-bar          |   4.0.0 |
| @uppy/dashboard           |   4.0.0 | @uppy/store-default       |   4.0.0 |
| @uppy/drag-drop           |   4.0.0 | @uppy/store-redux         |   4.0.0 |
| @uppy/drop-target         |   3.0.0 | @uppy/svelte              |   4.0.0 |
| @uppy/dropbox             |   4.0.0 | @uppy/thumbnail-generator |   4.0.0 |
| @uppy/facebook            |   4.0.0 | @uppy/transloadit         |   4.0.0 |
| @uppy/file-input          |   4.0.0 | @uppy/tus                 |   4.0.0 |
| @uppy/form                |   4.0.0 | @uppy/unsplash            |   4.0.0 |
| @uppy/golden-retriever    |   4.0.0 | @uppy/url                 |   4.0.0 |
| @uppy/google-drive        |   4.0.0 | @uppy/utils               |   6.0.0 |
| @uppy/google-photos       |   0.2.0 | @uppy/vue                 |   2.0.0 |
| @uppy/image-editor        |   3.0.0 | @uppy/webcam              |   4.0.0 |
| @uppy/informer            |   4.0.0 | @uppy/xhr-upload          |   4.0.0 |
| @uppy/instagram           |   4.0.0 | @uppy/zoom                |   3.0.0 |
| @uppy/locales             |   4.0.0 | uppy                      |   4.0.0 |

- meta: Bump docker/setup-qemu-action from 3.0.0 to 3.1.0 (dependabot[bot] / #5314)
- meta: Bump docker/build-push-action from 6.2.0 to 6.3.0 (dependabot[bot] / #5313)
- @uppy/core: bring back resetProgress (Merlijn Vos / #5320)
- docs: add note regarding `COMPANION_CLIENT_ORIGINS_REGEX` (Antoine du Hamel / #5322)
- @uppy/companion: make streaming upload default to `true` (Mikael Finstad / #5315)
- docs: change slug for aws docs (Merlijn Vos / #5321)
- @uppy/core: export UppyOptions, UppyFile, Meta, Body (Merlijn Vos / #5319)
- meta: fix React linter rules (Antoine du Hamel / #5317)
- meta: enforce use of extension in import type declarations (Antoine du Hamel / #5316)
- @uppy/companion: remove `oauthOrigin` (Antoine du Hamel / #5311)
- docs,@uppy/companion-client: don't close socket when pausing (Mikael Finstad / #4821)
- @uppy/aws-s3: fix signing on client for bucket name with dots (Antoine du Hamel / #5312)
- @uppy/react: introduce useUppyEvent (Merlijn Vos / #5264)
- @uppy/companion: do not list Node.js 20.12 as compatible (Antoine du Hamel / #5309)
- @uppy/provider-views: `.openFolder()` - return progress indication (Evgenia Karunus / #5306)
- examples,@uppy/companion: Release: [email protected] (github-actions[bot] / #5304)
- @uppy/companion: fix `TypeError` when parsing request (Antoine du Hamel / #5303)
  • Loading branch information
github-actions[bot] authored Jul 10, 2024
1 parent 1b059ff commit c6c279f
Show file tree
Hide file tree
Showing 57 changed files with 244 additions and 192 deletions.
2 changes: 1 addition & 1 deletion BUNDLE-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Hi, thanks for trying out the bundled version of the Uppy File Uploader. You can
use this from a CDN
(`<script src="https://releases.transloadit.com/uppy/v4.0.0-beta.14/uppy.min.js"></script>`)
(`<script src="https://releases.transloadit.com/uppy/v4.0.0/uppy.min.js"></script>`)
or bundle it with your webapp.

Note that the recommended way to use Uppy is to install it with yarn/npm and use
Expand Down
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,55 @@ Please add your entries in this format:

In the current stage we aim to release a new version at least every month.

## 4.0.0

Released: 2024-07-10

| Package | Version | Package | Version |
| ------------------------- | ------- | ------------------------- | ------- |
| @uppy/angular | 0.7.0 | @uppy/onedrive | 4.0.0 |
| @uppy/audio | 2.0.0 | @uppy/progress-bar | 4.0.0 |
| @uppy/aws-s3 | 4.0.0 | @uppy/provider-views | 4.0.0 |
| @uppy/aws-s3-multipart | 4.0.0 | @uppy/react | 4.0.0 |
| @uppy/box | 3.0.0 | @uppy/react-native | 0.6.0 |
| @uppy/companion | 5.0.0 | @uppy/redux-dev-tools | 4.0.0 |
| @uppy/companion-client | 4.0.0 | @uppy/remote-sources | 2.0.0 |
| @uppy/compressor | 2.0.0 | @uppy/screen-capture | 4.0.0 |
| @uppy/core | 4.0.0 | @uppy/status-bar | 4.0.0 |
| @uppy/dashboard | 4.0.0 | @uppy/store-default | 4.0.0 |
| @uppy/drag-drop | 4.0.0 | @uppy/store-redux | 4.0.0 |
| @uppy/drop-target | 3.0.0 | @uppy/svelte | 4.0.0 |
| @uppy/dropbox | 4.0.0 | @uppy/thumbnail-generator | 4.0.0 |
| @uppy/facebook | 4.0.0 | @uppy/transloadit | 4.0.0 |
| @uppy/file-input | 4.0.0 | @uppy/tus | 4.0.0 |
| @uppy/form | 4.0.0 | @uppy/unsplash | 4.0.0 |
| @uppy/golden-retriever | 4.0.0 | @uppy/url | 4.0.0 |
| @uppy/google-drive | 4.0.0 | @uppy/utils | 6.0.0 |
| @uppy/google-photos | 0.2.0 | @uppy/vue | 2.0.0 |
| @uppy/image-editor | 3.0.0 | @uppy/webcam | 4.0.0 |
| @uppy/informer | 4.0.0 | @uppy/xhr-upload | 4.0.0 |
| @uppy/instagram | 4.0.0 | @uppy/zoom | 3.0.0 |
| @uppy/locales | 4.0.0 | uppy | 4.0.0 |

- meta: Bump docker/setup-qemu-action from 3.0.0 to 3.1.0 (dependabot[bot] / #5314)
- meta: Bump docker/build-push-action from 6.2.0 to 6.3.0 (dependabot[bot] / #5313)
- @uppy/core: bring back resetProgress (Merlijn Vos / #5320)
- docs: add note regarding `COMPANION_CLIENT_ORIGINS_REGEX` (Antoine du Hamel / #5322)
- @uppy/companion: make streaming upload default to `true` (Mikael Finstad / #5315)
- docs: change slug for aws docs (Merlijn Vos / #5321)
- @uppy/core: export UppyOptions, UppyFile, Meta, Body (Merlijn Vos / #5319)
- meta: fix React linter rules (Antoine du Hamel / #5317)
- meta: enforce use of extension in import type declarations (Antoine du Hamel / #5316)
- @uppy/companion: remove `oauthOrigin` (Antoine du Hamel / #5311)
- docs,@uppy/companion-client: don't close socket when pausing (Mikael Finstad / #4821)
- @uppy/aws-s3: fix signing on client for bucket name with dots (Antoine du Hamel / #5312)
- @uppy/react: introduce useUppyEvent (Merlijn Vos / #5264)
- @uppy/companion: do not list Node.js 20.12 as compatible (Antoine du Hamel / #5309)
- @uppy/provider-views: `.openFolder()` - return progress indication (Evgenia Karunus / #5306)
- examples,@uppy/companion: Release: [email protected] (github-actions[bot] / #5304)
- @uppy/companion: fix `TypeError` when parsing request (Antoine du Hamel / #5303)


## 4.0.0-beta.14

Released: 2024-07-02
Expand Down
103 changes: 52 additions & 51 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/cdn-example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://releases.transloadit.com/uppy/v4.0.0-beta.14/uppy.min.css"
href="https://releases.transloadit.com/uppy/v4.0.0/uppy.min.css"
rel="stylesheet"
/>
</head>
Expand All @@ -19,7 +19,7 @@
Dashboard,
Webcam,
Tus,
} from 'https://releases.transloadit.com/uppy/v4.0.0-beta.14/uppy.min.mjs'
} from 'https://releases.transloadit.com/uppy/v4.0.0/uppy.min.mjs'

const uppy = new Uppy({ debug: true, autoProceed: false })
.use(Dashboard, { trigger: '#uppyModalOpener' })
Expand Down
4 changes: 2 additions & 2 deletions examples/uppy-with-companion/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://releases.transloadit.com/uppy/v4.0.0-beta.14/uppy.min.css"
href="https://releases.transloadit.com/uppy/v4.0.0/uppy.min.css"
rel="stylesheet"
/>
</head>
Expand All @@ -19,7 +19,7 @@
Instagram,
GoogleDrive,
Tus,
} from 'https://releases.transloadit.com/uppy/v4.0.0-beta.14/uppy.min.mjs'
} from 'https://releases.transloadit.com/uppy/v4.0.0/uppy.min.mjs'

const uppy = new Uppy({ debug: true, autoProceed: false })
.use(Dashboard, { trigger: '#uppyModalOpener' })
Expand Down
5 changes: 2 additions & 3 deletions packages/@uppy/angular/projects/uppy/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uppy/angular",
"description": "Angular component wrappers around Uppy's official UI plugins.",
"version": "0.7.0-beta.5",
"version": "0.7.0",
"license": "MIT",
"homepage": "https://uppy.io",
"keywords": [
Expand Down Expand Up @@ -34,6 +34,5 @@
"@uppy/status-bar": "workspace:^",
"@uppy/utils": "workspace:^"
},
"sideEffects": false,
"stableVersion": "0.6.1"
"sideEffects": false
}
5 changes: 2 additions & 3 deletions packages/@uppy/audio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uppy/audio",
"description": "Uppy plugin that records audio using the device’s microphone.",
"version": "2.0.0-beta.7",
"version": "2.0.0",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
Expand Down Expand Up @@ -36,6 +36,5 @@
},
"publishConfig": {
"access": "public"
},
"stableVersion": "1.1.8"
}
}
5 changes: 2 additions & 3 deletions packages/@uppy/aws-s3-multipart/package.json
Original file line number Diff line number Diff line change
@@ -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-beta.6",
"version": "4.0.0",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
Expand All @@ -24,6 +24,5 @@
},
"dependencies": {
"@uppy/aws-s3": "workspace:^"
},
"stableVersion": "3.11.0"
}
}
7 changes: 7 additions & 0 deletions packages/@uppy/aws-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @uppy/aws-s3

## 4.0.0

Released: 2024-07-10
Included in: Uppy v4.0.0

- @uppy/aws-s3: fix signing on client for bucket name with dots (Antoine du Hamel / #5312)

## 4.0.0-beta.7

Released: 2024-06-18
Expand Down
5 changes: 2 additions & 3 deletions packages/@uppy/aws-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uppy/aws-s3",
"description": "Upload to Amazon S3 with Uppy",
"version": "4.0.0-beta.8",
"version": "4.0.0",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
Expand Down Expand Up @@ -35,6 +35,5 @@
},
"peerDependencies": {
"@uppy/core": "workspace:^"
},
"stableVersion": "3.6.2"
}
}
5 changes: 2 additions & 3 deletions packages/@uppy/box/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uppy/box",
"description": "Import files from Box, into Uppy.",
"version": "3.0.0-beta.8",
"version": "3.0.0",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
Expand Down Expand Up @@ -30,6 +30,5 @@
},
"publishConfig": {
"access": "public"
},
"stableVersion": "2.3.0"
}
}
7 changes: 7 additions & 0 deletions packages/@uppy/companion-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @uppy/companion-client

## 4.0.0

Released: 2024-07-10
Included in: Uppy v4.0.0

- docs,@uppy/companion-client: don't close socket when pausing (Mikael Finstad / #4821)

## 4.0.0-beta.7

Released: 2024-06-04
Expand Down
5 changes: 2 additions & 3 deletions packages/@uppy/companion-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uppy/companion-client",
"description": "Client library for communication with Companion. Intended for use in Uppy plugins.",
"version": "4.0.0-beta.9",
"version": "4.0.0",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
Expand Down Expand Up @@ -30,6 +30,5 @@
},
"peerDependencies": {
"@uppy/core": "workspace:^"
},
"stableVersion": "3.8.0"
}
}
11 changes: 11 additions & 0 deletions packages/@uppy/companion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @uppy/companion

## 5.0.0

Released: 2024-07-10
Included in: Uppy v4.0.0

- @uppy/companion: make streaming upload default to `true` (Mikael Finstad / #5315)
- @uppy/companion: remove `oauthOrigin` (Antoine du Hamel / #5311)
- @uppy/companion: do not list Node.js 20.12 as compatible (Antoine du Hamel / #5309)
- examples,@uppy/companion: Release: [email protected] (github-actions[bot] / #5304)
- @uppy/companion: fix `TypeError` when parsing request (Antoine du Hamel / #5303)

## 5.0.0-beta.12

Released: 2024-07-02
Expand Down
5 changes: 2 additions & 3 deletions packages/@uppy/companion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uppy/companion",
"version": "5.0.0-beta.12",
"version": "5.0.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",
Expand Down Expand Up @@ -111,6 +111,5 @@
},
"installConfig": {
"hoistingLimits": "workspaces"
},
"stableVersion": "4.13.0"
}
}
5 changes: 2 additions & 3 deletions packages/@uppy/compressor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uppy/compressor",
"description": "Uppy plugin that compresses images before upload, saving up to 60% in size",
"version": "2.0.0-beta.8",
"version": "2.0.0",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
Expand Down Expand Up @@ -36,6 +36,5 @@
},
"devDependencies": {
"vitest": "^1.2.1"
},
"stableVersion": "1.1.2"
}
}
8 changes: 8 additions & 0 deletions packages/@uppy/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @uppy/core

## 4.0.0

Released: 2024-07-10
Included in: Uppy v4.0.0

- @uppy/core: bring back resetProgress (Merlijn Vos / #5320)
- @uppy/core: export UppyOptions, UppyFile, Meta, Body (Merlijn Vos / #5319)

## 4.0.0-beta.9

Released: 2024-06-04
Expand Down
5 changes: 2 additions & 3 deletions packages/@uppy/core/package.json
Original file line number Diff line number Diff line change
@@ -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.0.0-beta.12",
"version": "4.0.0",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
Expand Down Expand Up @@ -34,6 +34,5 @@
},
"devDependencies": {
"vitest": "^1.2.1"
},
"stableVersion": "3.10.0"
}
}
5 changes: 2 additions & 3 deletions packages/@uppy/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uppy/dashboard",
"description": "Universal UI plugin for Uppy.",
"version": "4.0.0-beta.11",
"version": "4.0.0",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
Expand Down Expand Up @@ -45,6 +45,5 @@
},
"peerDependencies": {
"@uppy/core": "workspace:^"
},
"stableVersion": "3.8.0"
}
}
5 changes: 2 additions & 3 deletions packages/@uppy/drag-drop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uppy/drag-drop",
"description": "Droppable zone UI for Uppy. Drag and drop files into it to upload.",
"version": "4.0.0-beta.5",
"version": "4.0.0",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
Expand Down Expand Up @@ -30,6 +30,5 @@
},
"peerDependencies": {
"@uppy/core": "workspace:^"
},
"stableVersion": "3.1.0"
}
}
5 changes: 2 additions & 3 deletions packages/@uppy/drop-target/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uppy/drop-target",
"description": "Lets your users drag and drop files on a DOM element",
"version": "3.0.0-beta.6",
"version": "3.0.0",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
Expand Down Expand Up @@ -31,6 +31,5 @@
},
"publishConfig": {
"access": "public"
},
"stableVersion": "2.0.5"
}
}
5 changes: 2 additions & 3 deletions packages/@uppy/dropbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uppy/dropbox",
"description": "Import files from Dropbox, into Uppy.",
"version": "4.0.0-beta.9",
"version": "4.0.0",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
Expand All @@ -27,6 +27,5 @@
},
"peerDependencies": {
"@uppy/core": "workspace:^"
},
"stableVersion": "3.3.0"
}
}
5 changes: 2 additions & 3 deletions packages/@uppy/facebook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uppy/facebook",
"description": "Import files from Facebook, into Uppy.",
"version": "4.0.0-beta.7",
"version": "4.0.0",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
Expand All @@ -27,6 +27,5 @@
},
"peerDependencies": {
"@uppy/core": "workspace:^"
},
"stableVersion": "3.3.0"
}
}
Loading

0 comments on commit c6c279f

Please sign in to comment.