mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
Release
This commit is contained in:
parent
4bfa5e9d26
commit
113b627dd0
59 changed files with 86 additions and 86 deletions
|
|
@ -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 (e.g. `<script src="https://releases.transloadit.com/uppy/v1.31.0/uppy.min.js"></script>`) or bundle it with your webapp.
|
||||
this from a CDN (e.g. `<script src="https://releases.transloadit.com/uppy/v2.0.0-alpha.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 a
|
||||
bundler like Webpack so that you can create a smaller custom build with just the
|
||||
|
|
|
|||
24
README.md
24
README.md
|
|
@ -69,7 +69,7 @@ $ npm install @uppy/core @uppy/dashboard @uppy/tus
|
|||
|
||||
We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).
|
||||
|
||||
Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v1.31.0/uppy.min.css), either to your HTML page's `<head>` or include in JS, if your bundler of choice supports it — transforms and plugins are available for Browserify and Webpack.
|
||||
Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v2.0.0-alpha.0/uppy.min.css), either to your HTML page's `<head>` or include in JS, if your bundler of choice supports it — transforms and plugins are available for Browserify and Webpack.
|
||||
|
||||
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.
|
||||
|
||||
|
|
@ -77,10 +77,10 @@ Alternatively, you can also use a pre-built bundle from Transloadit's CDN: Edgly
|
|||
|
||||
```html
|
||||
<!-- 1. Add CSS to `<head>` -->
|
||||
<link href="https://releases.transloadit.com/uppy/v1.31.0/uppy.min.css" rel="stylesheet">
|
||||
<link href="https://releases.transloadit.com/uppy/v2.0.0-alpha.0/uppy.min.css" rel="stylesheet">
|
||||
|
||||
<!-- 2. Add JS before the closing `</body>` -->
|
||||
<script src="https://releases.transloadit.com/uppy/v1.31.0/uppy.min.js"></script>
|
||||
<script src="https://releases.transloadit.com/uppy/v2.0.0-alpha.0/uppy.min.js"></script>
|
||||
|
||||
<!-- 3. Initialize -->
|
||||
<div class="UppyDragDrop"></div>
|
||||
|
|
@ -190,7 +190,7 @@ If you're using Uppy from CDN, those polyfills are already included in the legac
|
|||
bundle, so no need to include anything additionally:
|
||||
|
||||
```html
|
||||
<script src="https://releases.transloadit.com/uppy/v1.31.0/uppy.min.js"></script>
|
||||
<script src="https://releases.transloadit.com/uppy/v2.0.0-alpha.0/uppy.min.js"></script>
|
||||
```
|
||||
|
||||
## FAQ
|
||||
|
|
@ -251,21 +251,21 @@ Use Uppy in your project? [Let us know](https://github.com/transloadit/uppy/issu
|
|||
:---: |:---: |:---: |:---: |:---: |:---: |
|
||||
[arturi](https://github.com/arturi) |[goto-bus-stop](https://github.com/goto-bus-stop) |[kvz](https://github.com/kvz) |[ifedapoolarewaju](https://github.com/ifedapoolarewaju) |[hedgerh](https://github.com/hedgerh) |[AJvanLoon](https://github.com/AJvanLoon) |
|
||||
|
||||
[<img alt="nqst" src="https://avatars.githubusercontent.com/u/375537?v=4&s=117" width="117">](https://github.com/nqst) |[<img alt="lakesare" src="https://avatars.githubusercontent.com/u/7578559?v=4&s=117" width="117">](https://github.com/lakesare) |[<img alt="kiloreux" src="https://avatars.githubusercontent.com/u/6282557?v=4&s=117" width="117">](https://github.com/kiloreux) |[<img alt="sadovnychyi" src="https://avatars.githubusercontent.com/u/193864?v=4&s=117" width="117">](https://github.com/sadovnychyi) |[<img alt="samuelayo" src="https://avatars.githubusercontent.com/u/14964486?v=4&s=117" width="117">](https://github.com/samuelayo) |[<img alt="richardwillars" src="https://avatars.githubusercontent.com/u/291004?v=4&s=117" width="117">](https://github.com/richardwillars) |
|
||||
[<img alt="nqst" src="https://avatars.githubusercontent.com/u/375537?v=4&s=117" width="117">](https://github.com/nqst) |[<img alt="aduh95" src="https://avatars.githubusercontent.com/u/14309773?v=4&s=117" width="117">](https://github.com/aduh95) |[<img alt="lakesare" src="https://avatars.githubusercontent.com/u/7578559?v=4&s=117" width="117">](https://github.com/lakesare) |[<img alt="kiloreux" src="https://avatars.githubusercontent.com/u/6282557?v=4&s=117" width="117">](https://github.com/kiloreux) |[<img alt="sadovnychyi" src="https://avatars.githubusercontent.com/u/193864?v=4&s=117" width="117">](https://github.com/sadovnychyi) |[<img alt="samuelayo" src="https://avatars.githubusercontent.com/u/14964486?v=4&s=117" width="117">](https://github.com/samuelayo) |
|
||||
:---: |:---: |:---: |:---: |:---: |:---: |
|
||||
[nqst](https://github.com/nqst) |[lakesare](https://github.com/lakesare) |[kiloreux](https://github.com/kiloreux) |[sadovnychyi](https://github.com/sadovnychyi) |[samuelayo](https://github.com/samuelayo) |[richardwillars](https://github.com/richardwillars) |
|
||||
[nqst](https://github.com/nqst) |[aduh95](https://github.com/aduh95) |[lakesare](https://github.com/lakesare) |[kiloreux](https://github.com/kiloreux) |[sadovnychyi](https://github.com/sadovnychyi) |[samuelayo](https://github.com/samuelayo) |
|
||||
|
||||
[<img alt="ajkachnic" src="https://avatars.githubusercontent.com/u/44317699?v=4&s=117" width="117">](https://github.com/ajkachnic) |[<img alt="dependabot[bot]" src="https://avatars.githubusercontent.com/in/29110?v=4&s=117" width="117">](https://github.com/apps/dependabot) |[<img alt="zcallan" src="https://avatars.githubusercontent.com/u/13760738?v=4&s=117" width="117">](https://github.com/zcallan) |[<img alt="aduh95" src="https://avatars.githubusercontent.com/u/14309773?v=4&s=117" width="117">](https://github.com/aduh95) |[<img alt="tim-kos" src="https://avatars.githubusercontent.com/u/15005?v=4&s=117" width="117">](https://github.com/tim-kos) |[<img alt="janko" src="https://avatars.githubusercontent.com/u/795488?v=4&s=117" width="117">](https://github.com/janko) |
|
||||
[<img alt="richardwillars" src="https://avatars.githubusercontent.com/u/291004?v=4&s=117" width="117">](https://github.com/richardwillars) |[<img alt="Murderlon" src="https://avatars.githubusercontent.com/u/9060226?v=4&s=117" width="117">](https://github.com/Murderlon) |[<img alt="ajkachnic" src="https://avatars.githubusercontent.com/u/44317699?v=4&s=117" width="117">](https://github.com/ajkachnic) |[<img alt="dependabot[bot]" src="https://avatars.githubusercontent.com/in/29110?v=4&s=117" width="117">](https://github.com/apps/dependabot) |[<img alt="zcallan" src="https://avatars.githubusercontent.com/u/13760738?v=4&s=117" width="117">](https://github.com/zcallan) |[<img alt="tim-kos" src="https://avatars.githubusercontent.com/u/15005?v=4&s=117" width="117">](https://github.com/tim-kos) |
|
||||
:---: |:---: |:---: |:---: |:---: |:---: |
|
||||
[ajkachnic](https://github.com/ajkachnic) |[dependabot[bot]](https://github.com/apps/dependabot) |[zcallan](https://github.com/zcallan) |[aduh95](https://github.com/aduh95) |[tim-kos](https://github.com/tim-kos) |[janko](https://github.com/janko) |
|
||||
[richardwillars](https://github.com/richardwillars) |[Murderlon](https://github.com/Murderlon) |[ajkachnic](https://github.com/ajkachnic) |[dependabot[bot]](https://github.com/apps/dependabot) |[zcallan](https://github.com/zcallan) |[tim-kos](https://github.com/tim-kos) |
|
||||
|
||||
[<img alt="mifi" src="https://avatars.githubusercontent.com/u/402547?v=4&s=117" width="117">](https://github.com/mifi) |[<img alt="wilkoklak" src="https://avatars.githubusercontent.com/u/17553085?v=4&s=117" width="117">](https://github.com/wilkoklak) |[<img alt="oliverpool" src="https://avatars.githubusercontent.com/u/3864879?v=4&s=117" width="117">](https://github.com/oliverpool) |[<img alt="Botz" src="https://avatars.githubusercontent.com/u/2706678?v=4&s=117" width="117">](https://github.com/Botz) |[<img alt="mcallistertyler" src="https://avatars.githubusercontent.com/u/14939210?v=4&s=117" width="117">](https://github.com/mcallistertyler) |[<img alt="mokutsu-coursera" src="https://avatars.githubusercontent.com/u/65177495?v=4&s=117" width="117">](https://github.com/mokutsu-coursera) |
|
||||
[<img alt="janko" src="https://avatars.githubusercontent.com/u/795488?v=4&s=117" width="117">](https://github.com/janko) |[<img alt="mifi" src="https://avatars.githubusercontent.com/u/402547?v=4&s=117" width="117">](https://github.com/mifi) |[<img alt="wilkoklak" src="https://avatars.githubusercontent.com/u/17553085?v=4&s=117" width="117">](https://github.com/wilkoklak) |[<img alt="oliverpool" src="https://avatars.githubusercontent.com/u/3864879?v=4&s=117" width="117">](https://github.com/oliverpool) |[<img alt="Botz" src="https://avatars.githubusercontent.com/u/2706678?v=4&s=117" width="117">](https://github.com/Botz) |[<img alt="mcallistertyler" src="https://avatars.githubusercontent.com/u/14939210?v=4&s=117" width="117">](https://github.com/mcallistertyler) |
|
||||
:---: |:---: |:---: |:---: |:---: |:---: |
|
||||
[mifi](https://github.com/mifi) |[wilkoklak](https://github.com/wilkoklak) |[oliverpool](https://github.com/oliverpool) |[Botz](https://github.com/Botz) |[mcallistertyler](https://github.com/mcallistertyler) |[mokutsu-coursera](https://github.com/mokutsu-coursera) |
|
||||
[janko](https://github.com/janko) |[mifi](https://github.com/mifi) |[wilkoklak](https://github.com/wilkoklak) |[oliverpool](https://github.com/oliverpool) |[Botz](https://github.com/Botz) |[mcallistertyler](https://github.com/mcallistertyler) |
|
||||
|
||||
[<img alt="DJWassink" src="https://avatars.githubusercontent.com/u/1822404?v=4&s=117" width="117">](https://github.com/DJWassink) |[<img alt="taoqf" src="https://avatars.githubusercontent.com/u/15901911?v=4&s=117" width="117">](https://github.com/taoqf) |[<img alt="Murderlon" src="https://avatars.githubusercontent.com/u/9060226?v=4&s=117" width="117">](https://github.com/Murderlon) |[<img alt="tuoxiansp" src="https://avatars.githubusercontent.com/u/3960056?v=4&s=117" width="117">](https://github.com/tuoxiansp) |[<img alt="dominiceden" src="https://avatars.githubusercontent.com/u/6367692?v=4&s=117" width="117">](https://github.com/dominiceden) |[<img alt="elenalape" src="https://avatars.githubusercontent.com/u/22844059?v=4&s=117" width="117">](https://github.com/elenalape) |
|
||||
[<img alt="mokutsu-coursera" src="https://avatars.githubusercontent.com/u/65177495?v=4&s=117" width="117">](https://github.com/mokutsu-coursera) |[<img alt="DJWassink" src="https://avatars.githubusercontent.com/u/1822404?v=4&s=117" width="117">](https://github.com/DJWassink) |[<img alt="taoqf" src="https://avatars.githubusercontent.com/u/15901911?v=4&s=117" width="117">](https://github.com/taoqf) |[<img alt="tuoxiansp" src="https://avatars.githubusercontent.com/u/3960056?v=4&s=117" width="117">](https://github.com/tuoxiansp) |[<img alt="dominiceden" src="https://avatars.githubusercontent.com/u/6367692?v=4&s=117" width="117">](https://github.com/dominiceden) |[<img alt="elenalape" src="https://avatars.githubusercontent.com/u/22844059?v=4&s=117" width="117">](https://github.com/elenalape) |
|
||||
:---: |:---: |:---: |:---: |:---: |:---: |
|
||||
[DJWassink](https://github.com/DJWassink) |[taoqf](https://github.com/taoqf) |[Murderlon](https://github.com/Murderlon) |[tuoxiansp](https://github.com/tuoxiansp) |[dominiceden](https://github.com/dominiceden) |[elenalape](https://github.com/elenalape) |
|
||||
[mokutsu-coursera](https://github.com/mokutsu-coursera) |[DJWassink](https://github.com/DJWassink) |[taoqf](https://github.com/taoqf) |[tuoxiansp](https://github.com/tuoxiansp) |[dominiceden](https://github.com/dominiceden) |[elenalape](https://github.com/elenalape) |
|
||||
|
||||
[<img alt="mejiaej" src="https://avatars.githubusercontent.com/u/4699893?v=4&s=117" width="117">](https://github.com/mejiaej) |[<img alt="gavboulton" src="https://avatars.githubusercontent.com/u/3900826?v=4&s=117" width="117">](https://github.com/gavboulton) |[<img alt="bertho-zero" src="https://avatars.githubusercontent.com/u/8525267?v=4&s=117" width="117">](https://github.com/bertho-zero) |[<img alt="tranvansang" src="https://avatars.githubusercontent.com/u/13043196?v=4&s=117" width="117">](https://github.com/tranvansang) |[<img alt="ap--" src="https://avatars.githubusercontent.com/u/1463443?v=4&s=117" width="117">](https://github.com/ap--) |[<img alt="mrbatista" src="https://avatars.githubusercontent.com/u/6544817?v=4&s=117" width="117">](https://github.com/mrbatista) |
|
||||
:---: |:---: |:---: |:---: |:---: |:---: |
|
||||
|
|
|
|||
|
|
@ -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/v1.31.0/uppy.min.css" rel="stylesheet">
|
||||
<link href="https://releases.transloadit.com/uppy/v2.0.0-alpha.0/uppy.min.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<button id="uppyModalOpener">Open Modal</button>
|
||||
<script src="https://releases.transloadit.com/uppy/v1.31.0/uppy.min.js"></script>
|
||||
<script src="https://releases.transloadit.com/uppy/v2.0.0-alpha.0/uppy.min.js"></script>
|
||||
<script>
|
||||
const uppy = Uppy.Core({debug: true, autoProceed: false})
|
||||
.use(Uppy.Dashboard, { trigger: '#uppyModalOpener' })
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="https://releases.transloadit.com/uppy/robodog/v1.11.0/robodog.css">
|
||||
<link rel="stylesheet" href="https://releases.transloadit.com/uppy/robodog/v2.0.0-alpha.0/robodog.css">
|
||||
<style>
|
||||
body {
|
||||
font-family: Roboto, Open Sans;
|
||||
|
|
|
|||
|
|
@ -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/v1.31.0/uppy.min.css" rel="stylesheet">
|
||||
<link href="https://releases.transloadit.com/uppy/v2.0.0-alpha.0/uppy.min.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<button id="uppyModalOpener">Open Modal</button>
|
||||
<script src="https://releases.transloadit.com/uppy/v1.31.0/uppy.min.js"></script>
|
||||
<script src="https://releases.transloadit.com/uppy/v2.0.0-alpha.0/uppy.min.js"></script>
|
||||
<script>
|
||||
const uppy = Uppy.Core({debug: true, autoProceed: false})
|
||||
.use(Uppy.Dashboard, { trigger: '#uppyModalOpener' })
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@uppy/angular",
|
||||
"version": "0.1.3",
|
||||
"version": "0.2.0-alpha.0",
|
||||
"module": "dist/angular/esm2015/public-api.js",
|
||||
"types": "dist/angular/uppy-angular.d.ts",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/aws-s3-multipart",
|
||||
"description": "Upload to Amazon S3 with Uppy and S3's Multipart upload strategy",
|
||||
"version": "1.8.18",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/aws-s3",
|
||||
"description": "Upload to Amazon S3 with Uppy",
|
||||
"version": "1.8.0",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/box",
|
||||
"description": "Import files from Box, into Uppy.",
|
||||
"version": "0.3.12",
|
||||
"version": "0.4.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/companion-client",
|
||||
"description": "Client library for communication with Companion. Intended for use in Uppy plugins.",
|
||||
"version": "1.10.2",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@uppy/companion",
|
||||
"version": "2.12.1",
|
||||
"version": "2.13.0-alpha.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,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": "1.20.0",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"style": "dist/style.min.css",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/dashboard",
|
||||
"description": "Universal UI plugin for Uppy.",
|
||||
"version": "1.21.0",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"style": "dist/style.min.css",
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"preact": "^10.5.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@uppy/google-drive": "*",
|
||||
"@uppy/google-drive": "2.0.0-alpha.0",
|
||||
"@uppy/status-bar": "*",
|
||||
"resize-observer-polyfill": "^1.5.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/drag-drop",
|
||||
"description": "Droppable zone UI for Uppy. Drag and drop files into it to upload.",
|
||||
"version": "1.4.31",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"style": "dist/style.min.css",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/drop-target",
|
||||
"description": "Lets your users drag and drop files on a DOM element",
|
||||
"version": "0.2.4",
|
||||
"version": "1.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/dropbox",
|
||||
"description": "Import files from Dropbox, into Uppy.",
|
||||
"version": "1.5.2",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/facebook",
|
||||
"description": "Import files from Facebook, into Uppy.",
|
||||
"version": "1.2.2",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -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": "1.5.2",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"style": "dist/style.min.css",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/form",
|
||||
"description": "Connect Uppy to an existing HTML <form>.",
|
||||
"version": "1.3.31",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -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": "1.4.2",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -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": "1.7.2",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/image-editor",
|
||||
"description": "Image editor and cropping UI",
|
||||
"version": "0.4.0",
|
||||
"version": "1.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"style": "dist/style.min.css",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/informer",
|
||||
"description": "A notification and error pop-up bar for Uppy.",
|
||||
"version": "1.6.6",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"style": "dist/style.min.css",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/instagram",
|
||||
"description": "Import photos and videos from Instagram, into Uppy.",
|
||||
"version": "1.5.2",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/locales",
|
||||
"description": "Uppy language packs",
|
||||
"version": "1.22.0",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"uppy",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/onedrive",
|
||||
"description": "Import files from OneDrive, into Uppy.",
|
||||
"version": "1.2.2",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/progress-bar",
|
||||
"description": "A progress bar UI for Uppy",
|
||||
"version": "1.3.30",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"style": "dist/style.min.css",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/provider-views",
|
||||
"description": "View library for Uppy remote provider plugins.",
|
||||
"version": "1.12.3",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"style": "dist/style.min.css",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/react-native",
|
||||
"description": "React Native Uppy UI components",
|
||||
"version": "0.1.9",
|
||||
"version": "0.2.0-alpha.0",
|
||||
"main": "file-picker/index.js",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/react",
|
||||
"description": "React component wrappers around Uppy's official UI plugins.",
|
||||
"version": "1.12.1",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"module": "index.mjs",
|
||||
|
|
|
|||
|
|
@ -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": "1.3.9",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@ We recommend installing from npm and then using a module bundler such as [Webpac
|
|||
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/v1.31.0/robodog.min.css">
|
||||
<script src="https://releases.transloadit.com/uppy/v1.31.0/robodog.min.js"></script>
|
||||
<link rel="stylesheet" href="https://releases.transloadit.com/uppy/v2.0.0-alpha.0/robodog.min.css">
|
||||
<script src="https://releases.transloadit.com/uppy/v2.0.0-alpha.0/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).
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/robodog",
|
||||
"description": "Transloadit SDK for browsers based on Uppy",
|
||||
"version": "1.11.0",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"jsnext:main": "src/index.js",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/screen-capture",
|
||||
"description": "Uppy plugin that captures video from display or application.",
|
||||
"version": "1.1.0",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"style": "dist/style.min.css",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/status-bar",
|
||||
"description": "A progress bar for Uppy, with many bells and whistles.",
|
||||
"version": "1.9.6",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"style": "dist/style.min.css",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/store-default",
|
||||
"description": "The default simple object-based store for Uppy.",
|
||||
"version": "1.2.7",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/store-redux",
|
||||
"description": "Make Uppy use your existing Redux store.",
|
||||
"version": "1.2.8",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"svelte": "src/index.js",
|
||||
"module": "dist/index.mjs",
|
||||
"main": "dist/index.js",
|
||||
"version": "0.1.13",
|
||||
"version": "1.0.0-alpha.0",
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"prepublishOnly": "npm run build",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/thumbnail-generator",
|
||||
"description": "Uppy plugin that generates small previews of images to show on your upload UI.",
|
||||
"version": "1.7.11",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -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": "1.7.0",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/tus",
|
||||
"description": "Resumable uploads for Uppy using Tus.io",
|
||||
"version": "1.9.2",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/unsplash",
|
||||
"description": "Import files from Unsplash, the free stock photography resource, into Uppy",
|
||||
"version": "0.1.13",
|
||||
"version": "0.2.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -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": "1.5.23",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"style": "dist/style.min.css",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/utils",
|
||||
"description": "Shared utility functions for Uppy Core and plugins maintained by the Uppy team.",
|
||||
"version": "3.6.2",
|
||||
"version": "4.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@uppy/vue",
|
||||
"version": "0.2.6",
|
||||
"version": "0.3.0-alpha.0",
|
||||
"private": false,
|
||||
"main": "lib/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/webcam",
|
||||
"description": "Uppy plugin that takes photos or records videos using the device's camera.",
|
||||
"version": "1.8.13",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"style": "dist/style.min.css",
|
||||
|
|
|
|||
|
|
@ -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": "1.7.5",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@uppy/zoom",
|
||||
"description": "Import files from zoom, into Uppy.",
|
||||
"version": "0.1.18",
|
||||
"version": "0.2.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -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": "1.31.0",
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"module": "index.mjs",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "remark-lint-uppy",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"dependencies": {
|
||||
"remark-frontmatter": "^3.0.0",
|
||||
"remark-lint": "^8.0.0",
|
||||
|
|
|
|||
|
|
@ -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/v1.31.0/uppy.min.css" rel="stylesheet">
|
||||
<link href="https://releases.transloadit.com/uppy/v2.0.0-alpha.0/uppy.min.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<div id="drag-drop-area"></div>
|
||||
|
||||
<script src="https://releases.transloadit.com/uppy/v1.31.0/uppy.min.js"></script>
|
||||
<script src="https://releases.transloadit.com/uppy/v2.0.0-alpha.0/uppy.min.js"></script>
|
||||
<script>
|
||||
var uppy = Uppy.Core()
|
||||
.use(Uppy.Dashboard, {
|
||||
|
|
@ -118,12 +118,12 @@ You can also use a pre-built bundle from Transloadit's CDN: Edgly. `Uppy` will a
|
|||
1\. Add a script at the bottom of the closing `</body>` tag:
|
||||
|
||||
``` html
|
||||
<script src="https://releases.transloadit.com/uppy/v1.31.0/uppy.min.js"></script>
|
||||
<script src="https://releases.transloadit.com/uppy/v2.0.0-alpha.0/uppy.min.js"></script>
|
||||
```
|
||||
|
||||
2\. Add CSS to `<head>`:
|
||||
``` html
|
||||
<link href="https://releases.transloadit.com/uppy/v1.31.0/uppy.min.css" rel="stylesheet">
|
||||
<link href="https://releases.transloadit.com/uppy/v2.0.0-alpha.0/uppy.min.css" rel="stylesheet">
|
||||
```
|
||||
|
||||
3\. Initialize at the bottom of the closing `</body>` tag:
|
||||
|
|
@ -184,5 +184,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/v1.31.0/uppy.min.js"></script>
|
||||
<script src="https://releases.transloadit.com/uppy/v2.0.0-alpha.0/uppy.min.js"></script>
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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/v1.31.0/uppy.min.js"></script>
|
||||
<script src="https://releases.transloadit.com/uppy/locales/v1.22.0/de_DE.min.js"></script>
|
||||
<script src="https://releases.transloadit.com/uppy/v2.0.0-alpha.0/uppy.min.js"></script>
|
||||
<script src="https://releases.transloadit.com/uppy/locales/v2.0.0-alpha.0/de_DE.min.js"></script>
|
||||
|
||||
<script>
|
||||
var uppy = Uppy.Core({
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ $(selector).transloadit({
|
|||
```
|
||||
```html
|
||||
<!-- The new Robodog way! -->
|
||||
<script src="//releases.transloadit.com/uppy/robodog/v1.11.0/robodog.min.js"></script>
|
||||
<script src="//releases.transloadit.com/uppy/robodog/v2.0.0-alpha.0/robodog.min.js"></script>
|
||||
|
||||
<script>
|
||||
window.Robodog.form(selector, {
|
||||
|
|
@ -148,7 +148,7 @@ window.Robodog.form(selector, {
|
|||
Make sure to also include the Uppy css file in your `<head>` tag in case you want to use the `modal: true` option:
|
||||
```html
|
||||
<head>
|
||||
<link rel="stylesheet" href="https://releases.transloadit.com/uppy/robodog/v1.11.0/robodog.min.css">
|
||||
<link rel="stylesheet" href="https://releases.transloadit.com/uppy/robodog/v2.0.0-alpha.0/robodog.min.css">
|
||||
</head>
|
||||
```
|
||||
|
||||
|
|
@ -160,7 +160,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/v1.11.0/robodog.min.css">
|
||||
<link rel="stylesheet" href="https://releases.transloadit.com/uppy/robodog/v2.0.0-alpha.0/robodog.min.css">
|
||||
</head>
|
||||
<body>
|
||||
<form id="upload-form" action="/uploads" enctype="multipart/form-data" method="POST">
|
||||
|
|
@ -170,7 +170,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/v1.11.0/robodog.min.js"></script>
|
||||
<script src="https://releases.transloadit.com/uppy/robodog/v2.0.0-alpha.0/robodog.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
window.Robodog.form('#upload-form', {
|
||||
waitForEncoding: true,
|
||||
|
|
|
|||
|
|
@ -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/v1.11.0/robodog.min.css">
|
||||
<script src="https://releases.transloadit.com/uppy/robodog/v1.11.0/robodog.min.js"></script>
|
||||
<link rel="stylesheet" href="https://releases.transloadit.com/uppy/robodog/v2.0.0-alpha.0/robodog.min.css">
|
||||
<script src="https://releases.transloadit.com/uppy/robodog/v2.0.0-alpha.0/robodog.min.js"></script>
|
||||
<!-- you can now use: window.Robodog.pick() -->
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -214,7 +214,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/v1.22.0/${localeName}.min.js`
|
||||
js.src = `https://releases.transloadit.com/uppy/locales/v2.0.0-alpha.0/${localeName}.min.js`
|
||||
|
||||
head.appendChild(js)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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/v1.31.0/uppy.min.css">
|
||||
<link rel="stylesheet" href="https://releases.transloadit.com/uppy/v2.0.0-alpha.0/uppy.min.css">
|
||||
|
||||
<div class="UppyDragDrop"></div>
|
||||
<div class="for-ProgressBar"></div>
|
||||
|
|
@ -12,8 +12,8 @@
|
|||
</div>
|
||||
|
||||
<!-- Load Uppy JS bundle. -->
|
||||
<script src="https://releases.transloadit.com/uppy/v1.31.0/uppy.min.js"></script>
|
||||
<script src="https://releases.transloadit.com/uppy/locales/v1.22.0/ru_RU.min.js"></script>
|
||||
<script src="https://releases.transloadit.com/uppy/v2.0.0-alpha.0/uppy.min.js"></script>
|
||||
<script src="https://releases.transloadit.com/uppy/locales/v2.0.0-alpha.0/ru_RU.min.js"></script>
|
||||
<script>
|
||||
var uppy = Uppy.Core({
|
||||
debug: true,
|
||||
|
|
|
|||
|
|
@ -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/v1.11.0/robodog.min.js"></script>
|
||||
// <script src="https://releases.transloadit.com/uppy/robodog/v2.0.0-alpha.0/robodog.min.js"></script>
|
||||
const robodog = require('@uppy/robodog')
|
||||
|
||||
const TRANSLOADIT_EXAMPLE_KEY = '35c1aed03f5011e982b6afe82599b6a0'
|
||||
|
|
|
|||
|
|
@ -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/v1.11.0/robodog.min.css"> -->
|
||||
<link rel="stylesheet" href="https://releases.transloadit.com/uppy/robodog/v2.0.0-alpha.0/robodog.min.css"> -->
|
||||
<link rel="stylesheet" href="/uppy/robodog.min.css">
|
||||
<form id="new" class="form-snippet">
|
||||
<h2>Create a new snippet</h2>
|
||||
|
|
|
|||
|
|
@ -187,8 +187,8 @@
|
|||
<p>© <%- date(Date.now(), 'YYYY') %> <a href="https://transloadit.com" target="_blank">Transloadit</a></p>
|
||||
</footer>
|
||||
|
||||
<link href="https://releases.transloadit.com/uppy/v1.31.0/uppy.min.css" rel="stylesheet">
|
||||
<script src="https://releases.transloadit.com/uppy/v1.31.0/uppy.min.js"></script>
|
||||
<link href="https://releases.transloadit.com/uppy/v2.0.0-alpha.0/uppy.min.css" rel="stylesheet">
|
||||
<script src="https://releases.transloadit.com/uppy/v2.0.0-alpha.0/uppy.min.js"></script>
|
||||
|
||||
<script>
|
||||
var TUS_ENDPOINT = 'https://tusd.tusdemo.net/files/'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue