Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
This is a release candidate for the following packages:

- `@uppy/audio`: 2.0.0 -> 2.0.1
- `@uppy/aws-s3`: 4.0.1 -> 4.0.2
- `@uppy/compressor`: 2.0.0 -> 2.0.1
- `@uppy/core`: 4.0.1 -> 4.1.0
- `@uppy/dashboard`: 4.0.1 -> 4.0.2
- `@uppy/remote-sources`: 2.0.0 -> 2.1.0
- `@uppy/status-bar`: 4.0.0 -> 4.0.1
- `@uppy/store-default`: 4.0.0 -> 4.1.0
- `@uppy/transloadit`: 4.0.0 -> 4.0.1
- `@uppy/utils`: 6.0.0 -> 6.0.1
- `@uppy/webcam`: 4.0.0 -> 4.0.1
- `uppy`: 4.0.5 -> 4.1.0
  • Loading branch information
Murderlon authored and actions-user committed Jul 30, 2024
1 parent 8ad2352 commit b1fa484
Show file tree
Hide file tree
Showing 27 changed files with 118 additions and 22 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.5/uppy.min.js"></script>`)
(`<script src="https://releases.transloadit.com/uppy/v4.1.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
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,31 @@ Please add your entries in this format:

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

## 4.1.0

Released: 2024-07-30

| Package | Version | Package | Version |
| -------------------- | ------- | -------------------- | ------- |
| @uppy/audio | 2.0.1 | @uppy/status-bar | 4.0.1 |
| @uppy/aws-s3 | 4.0.2 | @uppy/store-default | 4.1.0 |
| @uppy/compressor | 2.0.1 | @uppy/transloadit | 4.0.1 |
| @uppy/core | 4.1.0 | @uppy/utils | 6.0.1 |
| @uppy/dashboard | 4.0.2 | @uppy/webcam | 4.0.1 |
| @uppy/remote-sources | 2.1.0 | uppy | 4.1.0 |

- @uppy/remote-sources: fix options type (Merlijn Vos / #5364)
- @uppy/transloadit: do not mark `opts` as mandatory (Antoine du Hamel / #5375)
- @uppy/compressor: mark `quality` as optional (Antoine du Hamel / #5374)
- @uppy/aws-s3: improve error when `endpoint` is not provided (Antoine du Hamel / #5361)
- @uppy/core,@uppy/store-default: export `Store` type (Merlijn Vos / #5373)
- @uppy/dashboard: make `toggleAddFilesPanel` args consistent (Evgenia Karunus / #5365)
- @uppy/dashboard: Dashboard - convert some files to typescript (Evgenia Karunus / #5359)
- @uppy/audio,@uppy/webcam: Don't use `<h1>` in Uppy markup (Evgenia Karunus / #5355)
- @uppy/status-bar: GoldenRetriever + `hideUploadButton=true` (Evgenia Karunus / #5350)
- meta: Bump docker/build-push-action from 6.3.0 to 6.4.1 (dependabot[bot] / #5360)


## 4.0.5

Released: 2024-07-18
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ npm install @uppy/core @uppy/dashboard @uppy/tus
```

Add CSS
[uppy.min.css](https://releases.transloadit.com/uppy/v4.0.5/uppy.min.css),
[uppy.min.css](https://releases.transloadit.com/uppy/v4.1.0/uppy.min.css),
either to your HTML page’s `<head>` or include in JS, if your bundler of choice
supports it.

Expand All @@ -102,7 +102,7 @@ object.
```html
<!-- 1. Add CSS to `<head>` -->
<link
href="https://releases.transloadit.com/uppy/v4.0.5/uppy.min.css"
href="https://releases.transloadit.com/uppy/v4.1.0/uppy.min.css"
rel="stylesheet"
/>

Expand All @@ -113,7 +113,7 @@ object.
Uppy,
Dashboard,
Tus,
} from 'https://releases.transloadit.com/uppy/v4.0.5/uppy.min.mjs'
} from 'https://releases.transloadit.com/uppy/v4.1.0/uppy.min.mjs'
const uppy = new Uppy()
uppy.use(Dashboard, { target: '#files-drag-drop' })
Expand Down Expand Up @@ -301,8 +301,8 @@ Use Uppy in your project?
## Contributors

<table id="contributors_table">
<tr><td><a href=https://github.com/arturi><img width="117" alt="arturi" src="https://avatars.githubusercontent.com/u/1199054?v=4&s=117"></a></td><td><a href=https://github.com/goto-bus-stop><img width="117" alt="goto-bus-stop" src="https://avatars.githubusercontent.com/u/1006268?v=4&s=117"></a></td><td><a href=https://github.com/kvz><img width="117" alt="kvz" src="https://avatars.githubusercontent.com/u/26752?v=4&s=117"></a></td><td><a href=https://github.com/aduh95><img width="117" alt="aduh95" src="https://avatars.githubusercontent.com/u/14309773?v=4&s=117"></a></td><td><a href=https://github.com/ifedapoolarewaju><img width="117" alt="ifedapoolarewaju" src="https://avatars.githubusercontent.com/u/8383781?v=4&s=117"></a></td><td><a href=https://github.com/hedgerh><img width="117" alt="hedgerh" src="https://avatars.githubusercontent.com/u/2524280?v=4&s=117"></a></td></tr>
<tr><td><a href=https://github.com/Murderlon><img width="117" alt="Murderlon" src="https://avatars.githubusercontent.com/u/9060226?v=4&s=117"></a></td><td><a href=https://github.com/mifi><img width="117" alt="mifi" src="https://avatars.githubusercontent.com/u/402547?v=4&s=117"></a></td><td><a href=https://github.com/nqst><img width="117" alt="nqst" src="https://avatars.githubusercontent.com/u/375537?v=4&s=117"></a></td><td><a href=https://github.com/AJvanLoon><img width="117" alt="AJvanLoon" src="https://avatars.githubusercontent.com/u/15716628?v=4&s=117"></a></td><td><a href=https://github.com/apps/github-actions><img width="117" alt="github-actions[bot]" src="https://avatars.githubusercontent.com/in/15368?v=4&s=117"></a></td><td><a href=https://github.com/lakesare><img width="117" alt="lakesare" src="https://avatars.githubusercontent.com/u/7578559?v=4&s=117"></a></td></tr>
<tr><td><a href=https://github.com/arturi><img width="117" alt="arturi" src="https://avatars.githubusercontent.com/u/1199054?v=4&s=117"></a></td><td><a href=https://github.com/goto-bus-stop><img width="117" alt="goto-bus-stop" src="https://avatars.githubusercontent.com/u/1006268?v=4&s=117"></a></td><td><a href=https://github.com/kvz><img width="117" alt="kvz" src="https://avatars.githubusercontent.com/u/26752?v=4&s=117"></a></td><td><a href=https://github.com/aduh95><img width="117" alt="aduh95" src="https://avatars.githubusercontent.com/u/14309773?v=4&s=117"></a></td><td><a href=https://github.com/ifedapoolarewaju><img width="117" alt="ifedapoolarewaju" src="https://avatars.githubusercontent.com/u/8383781?v=4&s=117"></a></td><td><a href=https://github.com/Murderlon><img width="117" alt="Murderlon" src="https://avatars.githubusercontent.com/u/9060226?v=4&s=117"></a></td></tr>
<tr><td><a href=https://github.com/hedgerh><img width="117" alt="hedgerh" src="https://avatars.githubusercontent.com/u/2524280?v=4&s=117"></a></td><td><a href=https://github.com/mifi><img width="117" alt="mifi" src="https://avatars.githubusercontent.com/u/402547?v=4&s=117"></a></td><td><a href=https://github.com/nqst><img width="117" alt="nqst" src="https://avatars.githubusercontent.com/u/375537?v=4&s=117"></a></td><td><a href=https://github.com/AJvanLoon><img width="117" alt="AJvanLoon" src="https://avatars.githubusercontent.com/u/15716628?v=4&s=117"></a></td><td><a href=https://github.com/apps/github-actions><img width="117" alt="github-actions[bot]" src="https://avatars.githubusercontent.com/in/15368?v=4&s=117"></a></td><td><a href=https://github.com/lakesare><img width="117" alt="lakesare" src="https://avatars.githubusercontent.com/u/7578559?v=4&s=117"></a></td></tr>
<tr><td><a href=https://github.com/apps/dependabot><img width="117" alt="dependabot[bot]" src="https://avatars.githubusercontent.com/in/29110?v=4&s=117"></a></td><td><a href=https://github.com/kiloreux><img width="117" alt="kiloreux" src="https://avatars.githubusercontent.com/u/6282557?v=4&s=117"></a></td><td><a href=https://github.com/samuelayo><img width="117" alt="samuelayo" src="https://avatars.githubusercontent.com/u/14964486?v=4&s=117"></a></td><td><a href=https://github.com/sadovnychyi><img width="117" alt="sadovnychyi" src="https://avatars.githubusercontent.com/u/193864?v=4&s=117"></a></td><td><a href=https://github.com/richardwillars><img width="117" alt="richardwillars" src="https://avatars.githubusercontent.com/u/291004?v=4&s=117"></a></td><td><a href=https://github.com/ajkachnic><img width="117" alt="ajkachnic" src="https://avatars.githubusercontent.com/u/44317699?v=4&s=117"></a></td></tr>
<tr><td><a href=https://github.com/zcallan><img width="117" alt="zcallan" src="https://avatars.githubusercontent.com/u/13760738?v=4&s=117"></a></td><td><a href=https://github.com/YukeshShr><img width="117" alt="YukeshShr" src="https://avatars.githubusercontent.com/u/71844521?v=4&s=117"></a></td><td><a href=https://github.com/janko><img width="117" alt="janko" src="https://avatars.githubusercontent.com/u/795488?v=4&s=117"></a></td><td><a href=https://github.com/oliverpool><img width="117" alt="oliverpool" src="https://avatars.githubusercontent.com/u/3864879?v=4&s=117"></a></td><td><a href=https://github.com/Botz><img width="117" alt="Botz" src="https://avatars.githubusercontent.com/u/2706678?v=4&s=117"></a></td><td><a href=https://github.com/mcallistertyler><img width="117" alt="mcallistertyler" src="https://avatars.githubusercontent.com/u/14939210?v=4&s=117"></a></td></tr>
<tr><td><a href=https://github.com/mokutsu-coursera><img width="117" alt="mokutsu-coursera" src="https://avatars.githubusercontent.com/u/65177495?v=4&s=117"></a></td><td><a href=https://github.com/dschmidt><img width="117" alt="dschmidt" src="https://avatars.githubusercontent.com/u/448487?v=4&s=117"></a></td><td><a href=https://github.com/DJWassink><img width="117" alt="DJWassink" src="https://avatars.githubusercontent.com/u/1822404?v=4&s=117"></a></td><td><a href=https://github.com/mrbatista><img width="117" alt="mrbatista" src="https://avatars.githubusercontent.com/u/6544817?v=4&s=117"></a></td><td><a href=https://github.com/taoqf><img width="117" alt="taoqf" src="https://avatars.githubusercontent.com/u/15901911?v=4&s=117"></a></td><td><a href=https://github.com/timodwhit><img width="117" alt="timodwhit" src="https://avatars.githubusercontent.com/u/2761203?v=4&s=117"></a></td></tr>
Expand Down
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.5/uppy.min.css"
href="https://releases.transloadit.com/uppy/v4.1.0/uppy.min.css"
rel="stylesheet"
/>
</head>
Expand All @@ -19,7 +19,7 @@
Dashboard,
Webcam,
Tus,
} from 'https://releases.transloadit.com/uppy/v4.0.5/uppy.min.mjs'
} from 'https://releases.transloadit.com/uppy/v4.1.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.5/uppy.min.css"
href="https://releases.transloadit.com/uppy/v4.1.0/uppy.min.css"
rel="stylesheet"
/>
</head>
Expand All @@ -19,7 +19,7 @@
Instagram,
GoogleDrive,
Tus,
} from 'https://releases.transloadit.com/uppy/v4.0.5/uppy.min.mjs'
} from 'https://releases.transloadit.com/uppy/v4.1.0/uppy.min.mjs'

const uppy = new Uppy({ debug: true, autoProceed: false })
.use(Dashboard, { trigger: '#uppyModalOpener' })
Expand Down
7 changes: 7 additions & 0 deletions packages/@uppy/audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @uppy/audio

## 2.0.1

Released: 2024-07-30
Included in: Uppy v4.1.0

- @uppy/audio,@uppy/webcam: Don't use `<h1>` in Uppy markup (Evgenia Karunus / #5355)

## 2.0.0-beta.6

Released: 2024-06-04
Expand Down
2 changes: 1 addition & 1 deletion 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",
"version": "2.0.1",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
Expand Down
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.2

Released: 2024-07-30
Included in: Uppy v4.1.0

- @uppy/aws-s3: improve error when `endpoint` is not provided (Antoine du Hamel / #5361)

## 4.0.1

Released: 2024-07-18
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "4.0.2",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/@uppy/compressor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @uppy/compressor

## 2.0.1

Released: 2024-07-30
Included in: Uppy v4.1.0

- @uppy/compressor: mark `quality` as optional (Antoine du Hamel / #5374)

## 2.0.0-beta.5

Released: 2024-05-03
Expand Down
2 changes: 1 addition & 1 deletion 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",
"version": "2.0.1",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
Expand Down
7 changes: 7 additions & 0 deletions packages/@uppy/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @uppy/core

## 4.1.0

Released: 2024-07-30
Included in: Uppy v4.1.0

- @uppy/core,@uppy/store-default: export `Store` type (Merlijn Vos / #5373)

## 4.0.1

Released: 2024-07-15
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "4.1.0",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
Expand Down
8 changes: 8 additions & 0 deletions packages/@uppy/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @uppy/dashboard

## 4.0.2

Released: 2024-07-30
Included in: Uppy v4.1.0

- @uppy/dashboard: make `toggleAddFilesPanel` args consistent (Evgenia Karunus / #5365)
- @uppy/dashboard: Dashboard - convert some files to typescript (Evgenia Karunus / #5359)

## 4.0.1

Released: 2024-07-15
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "4.0.2",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
Expand Down
7 changes: 7 additions & 0 deletions packages/@uppy/remote-sources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @uppy/remote-sources

## 2.1.0

Released: 2024-07-30
Included in: Uppy v4.1.0

- @uppy/remote-sources: fix options type (Merlijn Vos / #5364)

## 2.0.0-beta.4

Released: 2024-05-03
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/remote-sources/package.json
Original file line number Diff line number Diff line change
@@ -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.0.0",
"version": "2.1.0",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/@uppy/status-bar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @uppy/status-bar

## 4.0.1

Released: 2024-07-30
Included in: Uppy v4.1.0

- @uppy/status-bar: GoldenRetriever + `hideUploadButton=true` (Evgenia Karunus / #5350)

## 4.0.0-beta.9

Released: 2024-06-04
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/status-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uppy/status-bar",
"description": "A progress bar for Uppy, with many bells and whistles.",
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
Expand Down
7 changes: 7 additions & 0 deletions packages/@uppy/store-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @uppy/store-default

## 4.1.0

Released: 2024-07-30
Included in: Uppy v4.1.0

- @uppy/core,@uppy/store-default: export `Store` type (Merlijn Vos / #5373)

## 3.1.0

Released: 2023-11-24
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/store-default/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uppy/store-default",
"description": "The default simple object-based store for Uppy.",
"version": "4.0.0",
"version": "4.1.0",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/@uppy/transloadit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @uppy/transloadit

## 4.0.1

Released: 2024-07-30
Included in: Uppy v4.1.0

- @uppy/transloadit: do not mark `opts` as mandatory (Antoine du Hamel / #5375)

## 4.0.0-beta.10

Released: 2024-06-27
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/transloadit/package.json
Original file line number Diff line number Diff line change
@@ -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.0.0",
"version": "4.0.1",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uppy/utils",
"description": "Shared utility functions for Uppy Core and plugins maintained by the Uppy team.",
"version": "6.0.0",
"version": "6.0.1",
"license": "MIT",
"type": "module",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/@uppy/webcam/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @uppy/webcam

## 4.0.1

Released: 2024-07-30
Included in: Uppy v4.1.0

- @uppy/audio,@uppy/webcam: Don't use `<h1>` in Uppy markup (Evgenia Karunus / #5355)

## 4.0.0-beta.8

Released: 2024-06-04
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/webcam/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uppy/webcam",
"description": "Uppy plugin that takes photos or records videos using the device's camera.",
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
Expand Down
2 changes: 1 addition & 1 deletion packages/uppy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "uppy",
"description": "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.5",
"version": "4.1.0",
"license": "MIT",
"main": "index.mjs",
"module": "index.mjs",
Expand Down

0 comments on commit b1fa484

Please sign in to comment.