Browse Source

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)
github-actions[bot] 2 years ago
parent
commit
861f264e53
63 changed files with 226 additions and 123 deletions
  1. 1 1
      BUNDLE-README.md
  2. 38 0
      CHANGELOG.md
  3. 4 4
      README.md
  4. 2 2
      examples/cdn-example/index.html
  5. 1 1
      examples/transloadit-textarea/index.html
  6. 2 2
      examples/uppy-with-companion/client/index.html
  7. 3 2
      packages/@uppy/audio/package.json
  8. 3 2
      packages/@uppy/aws-s3-multipart/package.json
  9. 3 2
      packages/@uppy/aws-s3/package.json
  10. 3 2
      packages/@uppy/box/package.json
  11. 3 2
      packages/@uppy/companion-client/package.json
  12. 8 0
      packages/@uppy/companion/CHANGELOG.md
  13. 3 2
      packages/@uppy/companion/package.json
  14. 3 2
      packages/@uppy/compressor/package.json
  15. 3 2
      packages/@uppy/core/package.json
  16. 3 2
      packages/@uppy/dashboard/package.json
  17. 3 2
      packages/@uppy/drag-drop/package.json
  18. 3 2
      packages/@uppy/drop-target/package.json
  19. 3 2
      packages/@uppy/dropbox/package.json
  20. 3 2
      packages/@uppy/facebook/package.json
  21. 3 2
      packages/@uppy/file-input/package.json
  22. 3 2
      packages/@uppy/form/package.json
  23. 3 2
      packages/@uppy/golden-retriever/package.json
  24. 3 2
      packages/@uppy/google-drive/package.json
  25. 3 2
      packages/@uppy/image-editor/package.json
  26. 3 2
      packages/@uppy/informer/package.json
  27. 3 2
      packages/@uppy/instagram/package.json
  28. 3 2
      packages/@uppy/locales/package.json
  29. 3 2
      packages/@uppy/onedrive/package.json
  30. 3 2
      packages/@uppy/progress-bar/package.json
  31. 3 2
      packages/@uppy/provider-views/package.json
  32. 7 0
      packages/@uppy/react/CHANGELOG.md
  33. 3 2
      packages/@uppy/react/package.json
  34. 3 2
      packages/@uppy/redux-dev-tools/package.json
  35. 2 2
      packages/@uppy/robodog/README.md
  36. 3 2
      packages/@uppy/robodog/package.json
  37. 3 2
      packages/@uppy/screen-capture/package.json
  38. 3 2
      packages/@uppy/status-bar/package.json
  39. 3 2
      packages/@uppy/store-default/package.json
  40. 3 2
      packages/@uppy/store-redux/package.json
  41. 3 2
      packages/@uppy/svelte/package.json
  42. 3 2
      packages/@uppy/thumbnail-generator/package.json
  43. 7 0
      packages/@uppy/transloadit/CHANGELOG.md
  44. 3 2
      packages/@uppy/transloadit/package.json
  45. 3 2
      packages/@uppy/tus/package.json
  46. 3 2
      packages/@uppy/unsplash/package.json
  47. 3 2
      packages/@uppy/url/package.json
  48. 3 2
      packages/@uppy/utils/package.json
  49. 3 2
      packages/@uppy/vue/package.json
  50. 3 2
      packages/@uppy/webcam/package.json
  51. 3 2
      packages/@uppy/xhr-upload/package.json
  52. 3 2
      packages/@uppy/zoom/package.json
  53. 3 2
      packages/uppy/package.json
  54. 5 5
      website/src/docs/index.md
  55. 2 2
      website/src/docs/locales.md
  56. 3 3
      website/src/docs/migration-guides.md
  57. 3 3
      website/src/docs/robodog-form.md
  58. 2 2
      website/src/docs/robodog.md
  59. 1 1
      website/src/examples/dashboard/app.es6
  60. 4 4
      website/src/examples/i18n/app.html
  61. 1 1
      website/src/examples/markdown-snippets/app.es6
  62. 1 1
      website/src/examples/markdown-snippets/app.html
  63. 3 3
      website/themes/uppy/layout/index.ejs

+ 1 - 1
BUNDLE-README.md

@@ -1,7 +1,7 @@
 # Uppy
 
 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/v2.11.0/uppy.min.js"></script>`) or bundle it with your webapp.
+this from a CDN (`<script src="https://releases.transloadit.com/uppy/v3.0.0-beta/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 a
 bundler like Webpack so that you can create a smaller custom build with only the

+ 38 - 0
CHANGELOG.md

@@ -12,6 +12,44 @@ Please add your entries in this format:
 
 In the current stage we aim to release a new version at least every month.
 
+## 3.0.0-beta
+
+Released: 2022-05-30
+
+| 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)
+
+
 ## 2.11.0
 
 Released: 2022-05-30

+ 4 - 4
README.md

@@ -67,7 +67,7 @@ const uppy = new Uppy({ autoProceed: false })
 $ npm install @uppy/core @uppy/dashboard @uppy/tus
 ```
 
-Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v2.11.0/uppy.min.css), either to your HTML page’s `<head>` or include in JS, if your bundler of choice supports it.
+Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v3.0.0-beta/uppy.min.css), either to your HTML page’s `<head>` or include in JS, if your bundler of choice supports it.
 
 Alternatively, you can also use a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object.
 
@@ -75,10 +75,10 @@ Alternatively, you can also use a pre-built bundle from Transloadit’s CDN: Edg
 
 ```html
 <!-- 1. Add CSS to `<head>` -->
-<link href="https://releases.transloadit.com/uppy/v2.11.0/uppy.min.css" rel="stylesheet">
+<link href="https://releases.transloadit.com/uppy/v3.0.0-beta/uppy.min.css" rel="stylesheet">
 
 <!-- 2. Add JS before the closing `</body>` -->
-<script src="https://releases.transloadit.com/uppy/v2.11.0/uppy.min.js"></script>
+<script src="https://releases.transloadit.com/uppy/v3.0.0-beta/uppy.min.js"></script>
 
 <!-- 3. Initialize -->
 <div class="UppyDragDrop"></div>
@@ -184,7 +184,7 @@ If you’re using Uppy from CDN, those polyfills are already included in the leg
 bundle, so no need to include anything additionally:
 
 ```html
-<script src="https://releases.transloadit.com/uppy/v2.11.0/uppy.legacy.min.js"></script>
+<script src="https://releases.transloadit.com/uppy/v3.0.0-beta/uppy.legacy.min.js"></script>
 ```
 
 ## FAQ

+ 2 - 2
examples/cdn-example/index.html

@@ -4,11 +4,11 @@
     <title></title>
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <link href="https://releases.transloadit.com/uppy/v2.11.0/uppy.min.css" rel="stylesheet">
+    <link href="https://releases.transloadit.com/uppy/v3.0.0-beta/uppy.min.css" rel="stylesheet">
   </head>
   <body>
     <button id="uppyModalOpener">Open Modal</button>
-    <script src="https://releases.transloadit.com/uppy/v2.11.0/uppy.min.js"></script>
+    <script src="https://releases.transloadit.com/uppy/v3.0.0-beta/uppy.min.js"></script>
     <script>
       const uppy = new Uppy.Core({debug: true, autoProceed: false})
         .use(Uppy.Dashboard, { trigger: '#uppyModalOpener' })

+ 1 - 1
examples/transloadit-textarea/index.html

@@ -2,7 +2,7 @@
 <html>
   <head>
     <meta charset="utf-8">
-    <link rel="stylesheet" href="https://releases.transloadit.com/uppy/robodog/v2.7.0/robodog.css">
+    <link rel="stylesheet" href="https://releases.transloadit.com/uppy/robodog/v3.0.0-beta/robodog.css">
     <style>
       body {
         font-family: Roboto, Open Sans;

+ 2 - 2
examples/uppy-with-companion/client/index.html

@@ -4,11 +4,11 @@
     <title></title>
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <link href="https://releases.transloadit.com/uppy/v2.11.0/uppy.min.css" rel="stylesheet">
+    <link href="https://releases.transloadit.com/uppy/v3.0.0-beta/uppy.min.css" rel="stylesheet">
   </head>
   <body>
     <button id="uppyModalOpener">Open Modal</button>
-    <script src="https://releases.transloadit.com/uppy/v2.11.0/uppy.min.js"></script>
+    <script src="https://releases.transloadit.com/uppy/v3.0.0-beta/uppy.min.js"></script>
     <script>
       const uppy = new Uppy.Core({debug: true, autoProceed: false})
         .use(Uppy.Dashboard, { trigger: '#uppyModalOpener' })

+ 3 - 2
packages/@uppy/audio/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/audio",
   "description": "Uppy plugin that records audio using the device’s microphone.",
-  "version": "0.3.2",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "style": "dist/style.min.css",
@@ -37,5 +37,6 @@
   },
   "publishConfig": {
     "access": "public"
-  }
+  },
+  "stableVersion": "0.3.2"
 }

+ 3 - 2
packages/@uppy/aws-s3-multipart/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/aws-s3-multipart",
   "description": "Upload to Amazon S3 with Uppy and S3's Multipart upload strategy",
-  "version": "2.4.0",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "type": "module",
@@ -34,5 +34,6 @@
   },
   "peerDependencies": {
     "@uppy/core": "workspace:^"
-  }
+  },
+  "stableVersion": "2.4.0"
 }

+ 3 - 2
packages/@uppy/aws-s3/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/aws-s3",
   "description": "Upload to Amazon S3 with Uppy",
-  "version": "2.2.0",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "type": "module",
@@ -34,5 +34,6 @@
   },
   "peerDependencies": {
     "@uppy/core": "workspace:^"
-  }
+  },
+  "stableVersion": "2.2.0"
 }

+ 3 - 2
packages/@uppy/box/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/box",
   "description": "Import files from Box, into Uppy.",
-  "version": "1.0.7",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "type": "module",
@@ -31,5 +31,6 @@
   },
   "publishConfig": {
     "access": "public"
-  }
+  },
+  "stableVersion": "1.0.7"
 }

+ 3 - 2
packages/@uppy/companion-client/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/companion-client",
   "description": "Client library for communication with Companion. Intended for use in Uppy plugins.",
-  "version": "2.2.0",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "types": "types/index.d.ts",
@@ -27,5 +27,6 @@
   },
   "devDependencies": {
     "@jest/globals": "^27.4.2"
-  }
+  },
+  "stableVersion": "2.2.0"
 }

+ 8 - 0
packages/@uppy/companion/CHANGELOG.md

@@ -1,5 +1,13 @@
 # @uppy/companion
 
+## 4.0.0-beta
+
+Released: 2022-05-30
+Included in: Uppy v3.0.0-beta
+
+- @uppy/companion: remove `searchProviders` wrapper & move `s3` options (Merlijn Vos / #3781)
+- @uppy/companion: remove support for EOL versions of Node.js (Antoine du Hamel / #3784)
+
 ## 3.6.0
 
 Released: 2022-05-30

+ 3 - 2
packages/@uppy/companion/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@uppy/companion",
-  "version": "3.6.0",
+  "version": "4.0.0-beta",
   "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",
@@ -118,5 +118,6 @@
   },
   "installConfig": {
     "hoistingLimits": "workspaces"
-  }
+  },
+  "stableVersion": "3.6.0"
 }

+ 3 - 2
packages/@uppy/compressor/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/compressor",
   "description": "Uppy plugin that compresses images before upload, saving up to 60% in size",
-  "version": "0.3.0",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "style": "dist/style.min.css",
@@ -34,5 +34,6 @@
   },
   "publishConfig": {
     "access": "public"
-  }
+  },
+  "stableVersion": "0.3.0"
 }

+ 3 - 2
packages/@uppy/core/package.json

@@ -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": "2.3.0",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "style": "dist/style.min.css",
@@ -32,5 +32,6 @@
   },
   "devDependencies": {
     "@jest/globals": "^27.4.2"
-  }
+  },
+  "stableVersion": "2.3.0"
 }

+ 3 - 2
packages/@uppy/dashboard/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/dashboard",
   "description": "Universal UI plugin for Uppy.",
-  "version": "2.3.0",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "style": "dist/style.min.css",
@@ -44,5 +44,6 @@
   },
   "peerDependencies": {
     "@uppy/core": "workspace:^"
-  }
+  },
+  "stableVersion": "2.3.0"
 }

+ 3 - 2
packages/@uppy/drag-drop/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/drag-drop",
   "description": "Droppable zone UI for Uppy. Drag and drop files into it to upload.",
-  "version": "2.1.1",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "style": "dist/style.min.css",
@@ -31,5 +31,6 @@
   },
   "peerDependencies": {
     "@uppy/core": "workspace:^"
-  }
+  },
+  "stableVersion": "2.1.1"
 }

+ 3 - 2
packages/@uppy/drop-target/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/drop-target",
   "description": "Lets your users drag and drop files on a DOM element",
-  "version": "1.1.3",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "type": "module",
@@ -32,5 +32,6 @@
   },
   "publishConfig": {
     "access": "public"
-  }
+  },
+  "stableVersion": "1.1.3"
 }

+ 3 - 2
packages/@uppy/dropbox/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/dropbox",
   "description": "Import files from Dropbox, into Uppy.",
-  "version": "2.0.7",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "type": "module",
@@ -28,5 +28,6 @@
   },
   "peerDependencies": {
     "@uppy/core": "workspace:^"
-  }
+  },
+  "stableVersion": "2.0.7"
 }

+ 3 - 2
packages/@uppy/facebook/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/facebook",
   "description": "Import files from Facebook, into Uppy.",
-  "version": "2.0.7",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "type": "module",
@@ -28,5 +28,6 @@
   },
   "peerDependencies": {
     "@uppy/core": "workspace:^"
-  }
+  },
+  "stableVersion": "2.0.7"
 }

+ 3 - 2
packages/@uppy/file-input/package.json

@@ -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": "2.1.1",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "style": "dist/style.min.css",
@@ -28,5 +28,6 @@
   },
   "peerDependencies": {
     "@uppy/core": "workspace:^"
-  }
+  },
+  "stableVersion": "2.1.1"
 }

+ 3 - 2
packages/@uppy/form/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/form",
   "description": "Connect Uppy to an existing HTML <form>.",
-  "version": "2.0.6",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "type": "module",
@@ -26,5 +26,6 @@
   },
   "peerDependencies": {
     "@uppy/core": "workspace:^"
-  }
+  },
+  "stableVersion": "2.0.6"
 }

+ 3 - 2
packages/@uppy/golden-retriever/package.json

@@ -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": "2.1.0",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "types": "types/index.d.ts",
@@ -30,5 +30,6 @@
   },
   "peerDependencies": {
     "@uppy/core": "workspace:^"
-  }
+  },
+  "stableVersion": "2.1.0"
 }

+ 3 - 2
packages/@uppy/google-drive/package.json

@@ -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": "2.1.1",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "types": "types/index.d.ts",
@@ -29,5 +29,6 @@
   },
   "peerDependencies": {
     "@uppy/core": "workspace:^"
-  }
+  },
+  "stableVersion": "2.1.1"
 }

+ 3 - 2
packages/@uppy/image-editor/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/image-editor",
   "description": "Image editor and cropping UI",
-  "version": "1.3.0",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "style": "dist/style.min.css",
@@ -36,5 +36,6 @@
   },
   "publishConfig": {
     "access": "public"
-  }
+  },
+  "stableVersion": "1.3.0"
 }

+ 3 - 2
packages/@uppy/informer/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/informer",
   "description": "A notification and error pop-up bar for Uppy.",
-  "version": "2.1.0",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "style": "dist/style.min.css",
@@ -29,5 +29,6 @@
   },
   "peerDependencies": {
     "@uppy/core": "workspace:^"
-  }
+  },
+  "stableVersion": "2.1.0"
 }

+ 3 - 2
packages/@uppy/instagram/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/instagram",
   "description": "Import photos and videos from Instagram, into Uppy.",
-  "version": "2.1.1",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "types": "types/index.d.ts",
@@ -31,5 +31,6 @@
   },
   "peerDependencies": {
     "@uppy/core": "workspace:^"
-  }
+  },
+  "stableVersion": "2.1.1"
 }

+ 3 - 2
packages/@uppy/locales/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/locales",
   "description": "Uppy language packs",
-  "version": "2.1.0",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "type": "module",
   "keywords": [
@@ -16,5 +16,6 @@
   "repository": {
     "type": "git",
     "url": "git+https://github.com/transloadit/uppy.git"
-  }
+  },
+  "stableVersion": "2.1.0"
 }

+ 3 - 2
packages/@uppy/onedrive/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/onedrive",
   "description": "Import files from OneDrive, into Uppy.",
-  "version": "2.1.1",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "types": "types/index.d.ts",
@@ -28,5 +28,6 @@
   },
   "peerDependencies": {
     "@uppy/core": "workspace:^"
-  }
+  },
+  "stableVersion": "2.1.1"
 }

+ 3 - 2
packages/@uppy/progress-bar/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/progress-bar",
   "description": "A progress bar UI for Uppy",
-  "version": "2.1.1",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "style": "dist/style.min.css",
@@ -29,5 +29,6 @@
   },
   "peerDependencies": {
     "@uppy/core": "workspace:^"
-  }
+  },
+  "stableVersion": "2.1.1"
 }

+ 3 - 2
packages/@uppy/provider-views/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/provider-views",
   "description": "View library for Uppy remote provider plugins.",
-  "version": "2.1.1",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "style": "dist/style.min.css",
@@ -26,5 +26,6 @@
   },
   "peerDependencies": {
     "@uppy/core": "workspace:^"
-  }
+  },
+  "stableVersion": "2.1.1"
 }

+ 7 - 0
packages/@uppy/react/CHANGELOG.md

@@ -1,5 +1,12 @@
 # @uppy/react
 
+## 3.0.0-beta
+
+Released: 2022-05-30
+Included in: Uppy v3.0.0-beta
+
+- @uppy/react: refactor to ESM (Antoine du Hamel / #3780)
+
 ## 2.2.1
 
 Released: 2022-05-30

+ 3 - 2
packages/@uppy/react/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/react",
   "description": "React component wrappers around Uppy's official UI plugins.",
-  "version": "2.2.1",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "types": "types/index.d.ts",
@@ -37,5 +37,6 @@
   "peerDependencies": {
     "@uppy/core": "workspace:^",
     "react": "^16.0.0 || ^17.0.0 || ^18.0.0"
-  }
+  },
+  "stableVersion": "2.2.1"
 }

+ 3 - 2
packages/@uppy/redux-dev-tools/package.json

@@ -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": "2.1.0",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "types": "types/index.d.ts",
@@ -23,5 +23,6 @@
   },
   "peerDependencies": {
     "@uppy/core": "workspace:^"
-  }
+  },
+  "stableVersion": "2.1.0"
 }

+ 2 - 2
packages/@uppy/robodog/README.md

@@ -18,8 +18,8 @@ $ npm install @uppy/robodog
 Alternatively, you can also use this package in a pre-built bundle from Transloadit’s CDN: Edgly.
 
 ```html
-<link rel="stylesheet" href="https://releases.transloadit.com/uppy/v2.11.0/robodog.min.css">
-<script src="https://releases.transloadit.com/uppy/v2.11.0/robodog.min.js"></script>
+<link rel="stylesheet" href="https://releases.transloadit.com/uppy/v3.0.0-beta/robodog.min.css">
+<script src="https://releases.transloadit.com/uppy/v3.0.0-beta/robodog.min.js"></script>
 ```
 
 Then, a global `Robodog` variable will be available. For usage instructions, please see the [main Robodog documentation](https://uppy.io/docs/robodog).

+ 3 - 2
packages/@uppy/robodog/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/robodog",
   "description": "Transloadit SDK for browsers based on Uppy",
-  "version": "2.7.0",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",
@@ -52,5 +52,6 @@
     "md-gum-polyfill": "^1.0.0",
     "resize-observer-polyfill": "^1.5.1",
     "whatwg-fetch": "^3.6.2"
-  }
+  },
+  "stableVersion": "2.7.0"
 }

+ 3 - 2
packages/@uppy/screen-capture/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/screen-capture",
   "description": "Uppy plugin that captures video from display or application.",
-  "version": "2.1.1",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "style": "dist/style.min.css",
@@ -33,5 +33,6 @@
   },
   "publishConfig": {
     "access": "public"
-  }
+  },
+  "stableVersion": "2.1.1"
 }

+ 3 - 2
packages/@uppy/status-bar/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/status-bar",
   "description": "A progress bar for Uppy, with many bells and whistles.",
-  "version": "2.2.1",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "style": "dist/style.min.css",
@@ -35,5 +35,6 @@
   },
   "peerDependencies": {
     "@uppy/core": "workspace:^"
-  }
+  },
+  "stableVersion": "2.2.1"
 }

+ 3 - 2
packages/@uppy/store-default/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/store-default",
   "description": "The default simple object-based store for Uppy.",
-  "version": "2.1.0",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "types": "types/index.d.ts",
@@ -21,5 +21,6 @@
   "repository": {
     "type": "git",
     "url": "git+https://github.com/transloadit/uppy.git"
-  }
+  },
+  "stableVersion": "2.1.0"
 }

+ 3 - 2
packages/@uppy/store-redux/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/store-redux",
   "description": "Make Uppy use your existing Redux store.",
-  "version": "2.1.0",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "types": "types/index.d.ts",
@@ -26,5 +26,6 @@
   "devDependencies": {
     "@jest/globals": "^27.4.2",
     "redux": "4.0.5"
-  }
+  },
+  "stableVersion": "2.1.0"
 }

+ 3 - 2
packages/@uppy/svelte/package.json

@@ -3,7 +3,7 @@
   "svelte": "src/index.js",
   "module": "dist/index.mjs",
   "main": "dist/index.js",
-  "version": "1.0.8",
+  "version": "3.0.0-beta",
   "scripts": {
     "build": "rollup -c",
     "prepublishOnly": "yarn run build",
@@ -37,5 +37,6 @@
   "files": [
     "src",
     "dist"
-  ]
+  ],
+  "stableVersion": "1.0.8"
 }

+ 3 - 2
packages/@uppy/thumbnail-generator/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/thumbnail-generator",
   "description": "Uppy plugin that generates small previews of images to show on your upload UI.",
-  "version": "2.2.0",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "types": "types/index.d.ts",
@@ -32,5 +32,6 @@
   },
   "peerDependencies": {
     "@uppy/core": "workspace:^"
-  }
+  },
+  "stableVersion": "2.2.0"
 }

+ 7 - 0
packages/@uppy/transloadit/CHANGELOG.md

@@ -1,5 +1,12 @@
 # @uppy/transloadit
 
+## 3.0.0-beta
+
+Released: 2022-05-30
+Included in: Uppy v3.0.0-beta
+
+- @uppy/transloadit: remove IE 10 hack (Antoine du Hamel / #3777)
+
 ## 2.3.0
 
 Released: 2022-05-30

+ 3 - 2
packages/@uppy/transloadit/package.json

@@ -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": "2.3.0",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "types": "types/index.d.ts",
@@ -41,5 +41,6 @@
   "devDependencies": {
     "@jest/globals": "^27.4.2",
     "whatwg-fetch": "^3.6.2"
-  }
+  },
+  "stableVersion": "2.3.0"
 }

+ 3 - 2
packages/@uppy/tus/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/tus",
   "description": "Resumable uploads for Uppy using Tus.io",
-  "version": "2.4.0",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "types": "types/index.d.ts",
@@ -30,5 +30,6 @@
   "peerDependencies": {
     "@jest/globals": "^27.4.2",
     "@uppy/core": "workspace:^"
-  }
+  },
+  "stableVersion": "2.4.0"
 }

+ 3 - 2
packages/@uppy/unsplash/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/unsplash",
   "description": "Import files from Unsplash, the free stock photography resource, into Uppy",
-  "version": "2.1.0",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "types": "types/index.d.ts",
@@ -31,5 +31,6 @@
   },
   "publishConfig": {
     "access": "public"
-  }
+  },
+  "stableVersion": "2.1.0"
 }

+ 3 - 2
packages/@uppy/url/package.json

@@ -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": "2.1.1",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "style": "dist/style.min.css",
@@ -29,5 +29,6 @@
   },
   "peerDependencies": {
     "@uppy/core": "workspace:^"
-  }
+  },
+  "stableVersion": "2.1.1"
 }

+ 3 - 2
packages/@uppy/utils/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/utils",
   "description": "Shared utility functions for Uppy Core and plugins maintained by the Uppy team.",
-  "version": "4.1.0",
+  "version": "5.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "types": "types/index.d.ts",
@@ -23,5 +23,6 @@
   },
   "devDependencies": {
     "@jest/globals": "^27.4.2"
-  }
+  },
+  "stableVersion": "4.1.0"
 }

+ 3 - 2
packages/@uppy/vue/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@uppy/vue",
-  "version": "0.4.8",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "types": "types/index.d.ts",
@@ -21,5 +21,6 @@
   },
   "publishConfig": {
     "access": "public"
-  }
+  },
+  "stableVersion": "0.4.8"
 }

+ 3 - 2
packages/@uppy/webcam/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/webcam",
   "description": "Uppy plugin that takes photos or records videos using the device's camera.",
-  "version": "2.2.1",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "style": "dist/style.min.css",
@@ -35,5 +35,6 @@
   },
   "peerDependencies": {
     "@uppy/core": "workspace:^"
-  }
+  },
+  "stableVersion": "2.2.1"
 }

+ 3 - 2
packages/@uppy/xhr-upload/package.json

@@ -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": "2.1.1",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "types": "types/index.d.ts",
@@ -35,5 +35,6 @@
   },
   "peerDependencies": {
     "@uppy/core": "workspace:^"
-  }
+  },
+  "stableVersion": "2.1.1"
 }

+ 3 - 2
packages/@uppy/zoom/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@uppy/zoom",
   "description": "Import files from zoom, into Uppy.",
-  "version": "1.1.1",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "lib/index.js",
   "types": "types/index.d.ts",
@@ -31,5 +31,6 @@
   },
   "publishConfig": {
     "access": "public"
-  }
+  },
+  "stableVersion": "1.1.1"
 }

+ 3 - 2
packages/uppy/package.json

@@ -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": "2.11.0",
+  "version": "3.0.0-beta",
   "license": "MIT",
   "main": "index.js",
   "module": "index.mjs",
@@ -74,5 +74,6 @@
     "regenerator-runtime": "0.13.9",
     "resize-observer-polyfill": "^1.5.1",
     "whatwg-fetch": "^3.6.2"
-  }
+  },
+  "stableVersion": "2.11.0"
 }

+ 5 - 5
website/src/docs/index.md

@@ -19,12 +19,12 @@ Here’s the simplest example html page with Uppy (it uses a CDN bundle, while w
   <head>
     <meta charset="utf-8">
     <title>Uppy</title>
-    <link href="https://releases.transloadit.com/uppy/v2.11.0/uppy.min.css" rel="stylesheet">
+    <link href="https://releases.transloadit.com/uppy/v3.0.0-beta/uppy.min.css" rel="stylesheet">
   </head>
   <body>
     <div id="drag-drop-area"></div>
 
-    <script src="https://releases.transloadit.com/uppy/v2.11.0/uppy.min.js"></script>
+    <script src="https://releases.transloadit.com/uppy/v3.0.0-beta/uppy.min.js"></script>
     <script>
       var uppy = new Uppy.Core()
         .use(Uppy.Dashboard, {
@@ -118,13 +118,13 @@ You can also use a pre-built bundle from Transloadit’s CDN: Edgly. `Uppy` will
 1\. Add a script at the bottom of the closing `</body>` tag:
 
 ```html
-<script src="https://releases.transloadit.com/uppy/v2.11.0/uppy.min.js"></script>
+<script src="https://releases.transloadit.com/uppy/v3.0.0-beta/uppy.min.js"></script>
 ```
 
 2\. Add CSS to `<head>`:
 
 ```html
-<link href="https://releases.transloadit.com/uppy/v2.11.0/uppy.min.css" rel="stylesheet">
+<link href="https://releases.transloadit.com/uppy/v3.0.0-beta/uppy.min.css" rel="stylesheet">
 ```
 
 3\. Initialize at the bottom of the closing `</body>` tag:
@@ -181,5 +181,5 @@ export * from '@uppy/core'
 If you’re using Uppy from CDN, those polyfills are already included in the bundle, no need to include anything additionally:
 
 ```html
-<script src="https://releases.transloadit.com/uppy/v2.11.0/uppy.min.js"></script>
+<script src="https://releases.transloadit.com/uppy/v3.0.0-beta/uppy.min.js"></script>
 ```

+ 2 - 2
website/src/docs/locales.md

@@ -34,8 +34,8 @@ const uppy = new Uppy({
 Add a `<script>` tag with Uppy bundle and the locale pack you’d like to use. You can copy/paste the link from the CDN column in the [locales table](#List-of-locale-packs). The locale will attach itself to the `Uppy.locales` object.
 
 ```html
-<script src="https://releases.transloadit.com/uppy/v2.11.0/uppy.min.js"></script>
-<script src="https://releases.transloadit.com/uppy/locales/v2.1.0/de_DE.min.js"></script>
+<script src="https://releases.transloadit.com/uppy/v3.0.0-beta/uppy.min.js"></script>
+<script src="https://releases.transloadit.com/uppy/locales/v3.0.0-beta/de_DE.min.js"></script>
 
 <script>
 var uppy = new Uppy.Core({

+ 3 - 3
website/src/docs/migration-guides.md

@@ -41,11 +41,11 @@ If you’re using Uppy from a CDN, we now provide two bundles: one for up-to-dat
 
 ```html
 <!-- Modern browsers (recommended) -->
-<script src="https://releases.transloadit.com/uppy/v2.11.0/uppy.min.js"></script>
+<script src="https://releases.transloadit.com/uppy/v3.0.0-beta/uppy.min.js"></script>
 
 <!-- Legacy browsers (IE11+) -->
-<script nomodule src="https://releases.transloadit.com/uppy/v2.11.0/uppy.legacy.min.js"></script>
-<script type="module">import "https://releases.transloadit.com/uppy/v2.11.0/uppy.min.js";</script>
+<script nomodule src="https://releases.transloadit.com/uppy/v3.0.0-beta/uppy.legacy.min.js"></script>
+<script type="module">import "https://releases.transloadit.com/uppy/v3.0.0-beta/uppy.min.js";</script>
 ```
 
 Please note that while you may be able to get 2.0 to work in IE11 this way, we do not officially support it anymore.

+ 3 - 3
website/src/docs/robodog-form.md

@@ -150,7 +150,7 @@ Make sure to also include the Uppy css file in your `<head>` tag in case you wan
 
 ```html
 <head>
-  <link rel="stylesheet" href="https://releases.transloadit.com/uppy/robodog/v2.7.0/robodog.min.css">
+  <link rel="stylesheet" href="https://releases.transloadit.com/uppy/robodog/v3.0.0-beta/robodog.min.css">
 </head>
 ```
 
@@ -162,7 +162,7 @@ Notice how the form is submitted to the inexistant `/uploads` route once all tra
 <html>
   <head>
     <title>Testing Robodog</title>
-    <link rel="stylesheet" href="https://releases.transloadit.com/uppy/robodog/v2.7.0/robodog.min.css">
+    <link rel="stylesheet" href="https://releases.transloadit.com/uppy/robodog/v3.0.0-beta/robodog.min.css">
   </head>
   <body>
     <form id="upload-form" action="/uploads" enctype="multipart/form-data" method="POST">
@@ -172,7 +172,7 @@ Notice how the form is submitted to the inexistant `/uploads` route once all tra
       <button type="submit">Upload</button>
     </form>
 
-    <script src="https://releases.transloadit.com/uppy/robodog/v2.7.0/robodog.min.js"></script>
+    <script src="https://releases.transloadit.com/uppy/robodog/v3.0.0-beta/robodog.min.js"></script>
     <script type="text/javascript">
     window.Robodog.form('#upload-form', {
       waitForEncoding: true,

+ 2 - 2
website/src/docs/robodog.md

@@ -31,8 +31,8 @@ import '@uppy/robodog/dist/robodog.css'
 If you are not using a bundler, you can also import Robodog using an HTML script tag.
 
 ```html
-<link rel="stylesheet" href="https://releases.transloadit.com/uppy/robodog/v2.7.0/robodog.min.css">
-<script src="https://releases.transloadit.com/uppy/robodog/v2.7.0/robodog.min.js"></script>
+<link rel="stylesheet" href="https://releases.transloadit.com/uppy/robodog/v3.0.0-beta/robodog.min.css">
+<script src="https://releases.transloadit.com/uppy/robodog/v3.0.0-beta/robodog.min.js"></script>
 <!-- you can now use: window.Robodog.pick() -->
 ```
 

+ 1 - 1
website/src/examples/dashboard/app.es6

@@ -242,7 +242,7 @@ function loadLocaleFromCDN (localeName) {
   const head = document.getElementsByTagName('head')[0]
   const js = document.createElement('script')
   js.type = 'text/javascript'
-  js.src = `https://releases.transloadit.com/uppy/locales/v2.1.0/${localeName}.min.js`
+  js.src = `https://releases.transloadit.com/uppy/locales/v3.0.0-beta/${localeName}.min.js`
 
   head.appendChild(js)
 }

+ 4 - 4
website/src/examples/i18n/app.html

@@ -1,7 +1,7 @@
 <!-- Load Uppy CSS bundle. It is advisable to install Uppy
   from npm/yarn instead, and pick and choose the plugins/styles you need.
   But for experimenting, you can use Transloadit’s CDN, Edgly: -->
-<link rel="stylesheet" href="https://releases.transloadit.com/uppy/v2.11.0/uppy.min.css">
+<link rel="stylesheet" href="https://releases.transloadit.com/uppy/v3.0.0-beta/uppy.min.css">
 
 <div class="UppyDragDrop"></div>
 <div class="for-ProgressBar"></div>
@@ -12,9 +12,9 @@
 </div>
 
 <!-- Load Uppy JS bundle. -->
-<script src="https://releases.transloadit.com/uppy/v2.11.0/uppy.min.js" type="module"></script>
-<script src="https://releases.transloadit.com/uppy/v2.11.0/uppy.legacy.min.js" nomodule></script>
-<script src="https://releases.transloadit.com/uppy/locales/v2.1.0/ru_RU.min.js"></script>
+<script src="https://releases.transloadit.com/uppy/v3.0.0-beta/uppy.min.js" type="module"></script>
+<script src="https://releases.transloadit.com/uppy/v3.0.0-beta/uppy.legacy.min.js" nomodule></script>
+<script src="https://releases.transloadit.com/uppy/locales/v3.0.0-beta/ru_RU.min.js"></script>
 <script>
 window.addEventListener('DOMContentLoaded', function () {
   'use strict';

+ 1 - 1
website/src/examples/markdown-snippets/app.es6

@@ -3,7 +3,7 @@ const marked = require('marked')
 const dragdrop = require('drag-drop')
 // Add Robodog JS. It is advisable to install Robodog from npm/yarn.
 // But for experimenting, you can use also Transloadit’s CDN, Edgly:
-// <script src="https://releases.transloadit.com/uppy/robodog/v2.7.0/robodog.min.js"></script>
+// <script src="https://releases.transloadit.com/uppy/robodog/v3.0.0-beta/robodog.min.js"></script>
 const robodog = require('@uppy/robodog')
 
 const TRANSLOADIT_EXAMPLE_KEY = '35c1aed03f5011e982b6afe82599b6a0'

+ 1 - 1
website/src/examples/markdown-snippets/app.html

@@ -1,6 +1,6 @@
 <!-- Add Robodog styles. It is advisable to install Robodog from npm/yarn.
   But for experimenting, you can use also Transloadit’s CDN, Edgly:
-  <link rel="stylesheet" href="https://releases.transloadit.com/uppy/robodog/v2.7.0/robodog.min.css"> -->
+  <link rel="stylesheet" href="https://releases.transloadit.com/uppy/robodog/v3.0.0-beta/robodog.min.css"> -->
   <link rel="stylesheet" href="/uppy/robodog.min.css">
   <form id="new" class="form-snippet">
     <h2>Create a new snippet</h2>

+ 3 - 3
website/themes/uppy/layout/index.ejs

@@ -187,9 +187,9 @@
   <p>© <%- date(Date.now(), 'YYYY') %> <a href="https://transloadit.com" target="_blank">Transloadit</a></p>
 </footer>
 
-<link href="https://releases.transloadit.com/uppy/v2.11.0/uppy.min.css" rel="stylesheet">
-<script src="https://releases.transloadit.com/uppy/v2.11.0/uppy.min.js" type="module"></script>
-<script src="https://releases.transloadit.com/uppy/v2.11.0/uppy.legacy.min.js" nomodule></script>
+<link href="https://releases.transloadit.com/uppy/v3.0.0-beta/uppy.min.css" rel="stylesheet">
+<script src="https://releases.transloadit.com/uppy/v3.0.0-beta/uppy.min.js" type="module"></script>
+<script src="https://releases.transloadit.com/uppy/v3.0.0-beta/uppy.legacy.min.js" nomodule></script>
 
 <script>
   window.addEventListener('DOMContentLoaded', function() {