diff --git a/BUNDLE-README.md b/BUNDLE-README.md index d77e320595..6b96b00f1b 100644 --- a/BUNDLE-README.md +++ b/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 (``) or bundle it with your webapp. +this from a CDN (``) 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index fd4ac915eb..6de4bb6156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,27 @@ Please add your entries in this format: In the current stage we aim to release a new version at least every month. +## 3.3.1 + +Released: 2022-11-16 + +| Package | Version | Package | Version | +| ---------------------- | ------- | ---------------------- | ------- | +| @uppy/angular | 0.5.1 | @uppy/companion-client | 3.1.1 | +| @uppy/aws-s3-multipart | 3.1.1 | @uppy/utils | 5.1.1 | +| @uppy/companion | 4.1.1 | uppy | 3.3.1 | + +- @uppy/aws-s3-multipart: handle slow connections better (Antoine du Hamel / #4213) +- @uppy/companion-client: treat `*` the same as missing header (Antoine du Hamel / #4221) +- @uppy/utils: fix types (Antoine du Hamel / #4212) +- @uppy/companion: send expire info for non-multipart uploads (Antoine du Hamel / #4214) +- docs: fix `allowedMetaFields` documentation (Antoine du Hamel / #4216) +- meta: add more bundlers for automated testing (Antoine du Hamel / #4100) +- @uppy/aws-s3-multipart: Fix typo in url check (Christian Franke / #4211) +- meta: use current version of packages when testing bundlers (Antoine du Hamel / #4208) +- meta: do not use the set-output command in workflows (Antoine du Hamel / #4175) + + ## 3.3.0 Released: 2022-11-10 diff --git a/README.md b/README.md index 85b8ebade0..18f80ff427 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ const uppy = new Uppy() npm install @uppy/core @uppy/dashboard @uppy/tus ``` -Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v3.3.0/uppy.min.css), either to your HTML page’s `
` or include in JS, if your bundler of choice supports it. +Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v3.3.1/uppy.min.css), either to your HTML page’s `` 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,12 +75,12 @@ Alternatively, you can also use a pre-built bundle from Transloadit’s CDN: Edg ```html - + + ``` ## FAQ @@ -333,137 +333,137 @@ Use Uppy in your project? [Let us know](https://github.com/transloadit/uppy/issu :---: |:---: |:---: |:---: |:---: |:---: | [wbaaron](https://github.com/wbaaron) |[bedgerotto](https://github.com/bedgerotto) |[cyu](https://github.com/cyu) |[cartfisk](https://github.com/cartfisk) |[cellvinchung](https://github.com/cellvinchung) |[chao](https://github.com/chao) | -[](https://github.com/Cretezy) |[](https://github.com/charlybillaud) |[](https://github.com/csprance) |[](https://github.com/Aarbel) |[](https://github.com/cbush06) |[](https://github.com/czj) | +[](https://github.com/Cretezy) |[](https://github.com/charlybillaud) |[](https://github.com/csprance) |[](https://github.com/cfra) |[](https://github.com/Aarbel) |[](https://github.com/cbush06) | :---: |:---: |:---: |:---: |:---: |:---: | -[Cretezy](https://github.com/Cretezy) |[charlybillaud](https://github.com/charlybillaud) |[csprance](https://github.com/csprance) |[Aarbel](https://github.com/Aarbel) |[cbush06](https://github.com/cbush06) |[czj](https://github.com/czj) | +[Cretezy](https://github.com/Cretezy) |[charlybillaud](https://github.com/charlybillaud) |[csprance](https://github.com/csprance) |[cfra](https://github.com/cfra) |[Aarbel](https://github.com/Aarbel) |[cbush06](https://github.com/cbush06) | -[](https://github.com/CommanderRoot) |[](https://github.com/ardeois) |[](https://github.com/sercraig) |[](https://github.com/Cruaier) |[](https://github.com/danmichaelo) |[](https://github.com/danschalow) | +[](https://github.com/czj) |[](https://github.com/CommanderRoot) |[](https://github.com/ardeois) |[](https://github.com/sercraig) |[](https://github.com/Cruaier) |[](https://github.com/danmichaelo) | :---: |:---: |:---: |:---: |:---: |:---: | -[CommanderRoot](https://github.com/CommanderRoot) |[ardeois](https://github.com/ardeois) |[sercraig](https://github.com/sercraig) |[Cruaier](https://github.com/Cruaier) |[danmichaelo](https://github.com/danmichaelo) |[danschalow](https://github.com/danschalow) | +[czj](https://github.com/czj) |[CommanderRoot](https://github.com/CommanderRoot) |[ardeois](https://github.com/ardeois) |[sercraig](https://github.com/sercraig) |[Cruaier](https://github.com/Cruaier) |[danmichaelo](https://github.com/danmichaelo) | -[](https://github.com/danilat) |[](https://github.com/mrboomer) |[](https://github.com/Cantabar) |[](https://github.com/KaminskiDaniell) |[](https://github.com/akizor) |[](https://github.com/davilima6) | +[](https://github.com/danschalow) |[](https://github.com/danilat) |[](https://github.com/mrboomer) |[](https://github.com/Cantabar) |[](https://github.com/KaminskiDaniell) |[](https://github.com/akizor) | :---: |:---: |:---: |:---: |:---: |:---: | -[danilat](https://github.com/danilat) |[mrboomer](https://github.com/mrboomer) |[Cantabar](https://github.com/Cantabar) |[KaminskiDaniell](https://github.com/KaminskiDaniell) |[akizor](https://github.com/akizor) |[davilima6](https://github.com/davilima6) | +[danschalow](https://github.com/danschalow) |[danilat](https://github.com/danilat) |[mrboomer](https://github.com/mrboomer) |[Cantabar](https://github.com/Cantabar) |[KaminskiDaniell](https://github.com/KaminskiDaniell) |[akizor](https://github.com/akizor) | -[](https://github.com/DennisKofflard) |[](https://github.com/jeetiss) |[](https://github.com/sweetro) |[](https://github.com/EdgarSantiago93) |[](https://github.com/emuell) |[](https://github.com/efbautista) | +[](https://github.com/davilima6) |[](https://github.com/DennisKofflard) |[](https://github.com/jeetiss) |[](https://github.com/sweetro) |[](https://github.com/EdgarSantiago93) |[](https://github.com/emuell) | :---: |:---: |:---: |:---: |:---: |:---: | -[DennisKofflard](https://github.com/DennisKofflard) |[jeetiss](https://github.com/jeetiss) |[sweetro](https://github.com/sweetro) |[EdgarSantiago93](https://github.com/EdgarSantiago93) |[emuell](https://github.com/emuell) |[efbautista](https://github.com/efbautista) | +[davilima6](https://github.com/davilima6) |[DennisKofflard](https://github.com/DennisKofflard) |[jeetiss](https://github.com/jeetiss) |[sweetro](https://github.com/sweetro) |[EdgarSantiago93](https://github.com/EdgarSantiago93) |[emuell](https://github.com/emuell) | -[](https://github.com/yoldar) |[](https://github.com/eliOcs) |[](https://github.com/EnricoSottile) |[](https://github.com/epexa) |[](https://github.com/Gkleinereva) |[](https://github.com/fgallinari) | +[](https://github.com/efbautista) |[](https://github.com/yoldar) |[](https://github.com/eliOcs) |[](https://github.com/EnricoSottile) |[](https://github.com/epexa) |[](https://github.com/Gkleinereva) | :---: |:---: |:---: |:---: |:---: |:---: | -[yoldar](https://github.com/yoldar) |[eliOcs](https://github.com/eliOcs) |[EnricoSottile](https://github.com/EnricoSottile) |[epexa](https://github.com/epexa) |[Gkleinereva](https://github.com/Gkleinereva) |[fgallinari](https://github.com/fgallinari) | +[efbautista](https://github.com/efbautista) |[yoldar](https://github.com/yoldar) |[eliOcs](https://github.com/eliOcs) |[EnricoSottile](https://github.com/EnricoSottile) |[epexa](https://github.com/epexa) |[Gkleinereva](https://github.com/Gkleinereva) | -[](https://github.com/ferdiusa) |[](https://github.com/dtrucs) |[](https://github.com/gabiganam) |[](https://github.com/geoffappleford) |[](https://github.com/gjungb) |[](https://github.com/roenschg) | +[](https://github.com/fgallinari) |[](https://github.com/ferdiusa) |[](https://github.com/dtrucs) |[](https://github.com/gabiganam) |[](https://github.com/geoffappleford) |[](https://github.com/gjungb) | :---: |:---: |:---: |:---: |:---: |:---: | -[ferdiusa](https://github.com/ferdiusa) |[dtrucs](https://github.com/dtrucs) |[gabiganam](https://github.com/gabiganam) |[geoffappleford](https://github.com/geoffappleford) |[gjungb](https://github.com/gjungb) |[roenschg](https://github.com/roenschg) | +[fgallinari](https://github.com/fgallinari) |[ferdiusa](https://github.com/ferdiusa) |[dtrucs](https://github.com/dtrucs) |[gabiganam](https://github.com/gabiganam) |[geoffappleford](https://github.com/geoffappleford) |[gjungb](https://github.com/gjungb) | -[](https://github.com/HughbertD) |[](https://github.com/HussainAlkhalifah) |[](https://github.com/huydod) |[](https://github.com/IanVS) |[](https://github.com/ishendyweb) |[](https://github.com/NaxYo) | +[](https://github.com/roenschg) |[](https://github.com/HughbertD) |[](https://github.com/HussainAlkhalifah) |[](https://github.com/huydod) |[](https://github.com/IanVS) |[](https://github.com/ishendyweb) | :---: |:---: |:---: |:---: |:---: |:---: | -[HughbertD](https://github.com/HughbertD) |[HussainAlkhalifah](https://github.com/HussainAlkhalifah) |[huydod](https://github.com/huydod) |[IanVS](https://github.com/IanVS) |[ishendyweb](https://github.com/ishendyweb) |[NaxYo](https://github.com/NaxYo) | +[roenschg](https://github.com/roenschg) |[HughbertD](https://github.com/HughbertD) |[HussainAlkhalifah](https://github.com/HussainAlkhalifah) |[huydod](https://github.com/huydod) |[IanVS](https://github.com/IanVS) |[ishendyweb](https://github.com/ishendyweb) | -[](https://github.com/intenzive) |[](https://github.com/GreenJimmy) |[](https://github.com/mazoruss) |[](https://github.com/JacobMGEvans) |[](https://github.com/gaejabong) |[](https://github.com/JakubHaladej) | +[](https://github.com/NaxYo) |[](https://github.com/intenzive) |[](https://github.com/GreenJimmy) |[](https://github.com/mazoruss) |[](https://github.com/JacobMGEvans) |[](https://github.com/gaejabong) | :---: |:---: |:---: |:---: |:---: |:---: | -[intenzive](https://github.com/intenzive) |[GreenJimmy](https://github.com/GreenJimmy) |[mazoruss](https://github.com/mazoruss) |[JacobMGEvans](https://github.com/JacobMGEvans) |[gaejabong](https://github.com/gaejabong) |[JakubHaladej](https://github.com/JakubHaladej) | +[NaxYo](https://github.com/NaxYo) |[intenzive](https://github.com/intenzive) |[GreenJimmy](https://github.com/GreenJimmy) |[mazoruss](https://github.com/mazoruss) |[JacobMGEvans](https://github.com/JacobMGEvans) |[gaejabong](https://github.com/gaejabong) | -[](https://github.com/Jbithell) |[](https://github.com/jcjmcclean) |[](https://github.com/jamestiotio) |[](https://github.com/janklimo) |[](https://github.com/janwilts) |[](https://github.com/vith) | +[](https://github.com/JakubHaladej) |[](https://github.com/Jbithell) |[](https://github.com/jcjmcclean) |[](https://github.com/jamestiotio) |[](https://github.com/janklimo) |[](https://github.com/janwilts) | :---: |:---: |:---: |:---: |:---: |:---: | -[Jbithell](https://github.com/Jbithell) |[jcjmcclean](https://github.com/jcjmcclean) |[jamestiotio](https://github.com/jamestiotio) |[janklimo](https://github.com/janklimo) |[janwilts](https://github.com/janwilts) |[vith](https://github.com/vith) | +[JakubHaladej](https://github.com/JakubHaladej) |[Jbithell](https://github.com/Jbithell) |[jcjmcclean](https://github.com/jcjmcclean) |[jamestiotio](https://github.com/jamestiotio) |[janklimo](https://github.com/janklimo) |[janwilts](https://github.com/janwilts) | -[](https://github.com/jessica-coursera) |[](https://github.com/Jmales) |[](https://github.com/theJoeBiz) |[](https://github.com/profsmallpine) |[](https://github.com/chromacoma) |[](https://github.com/jsanchez034) | +[](https://github.com/vith) |[](https://github.com/jessica-coursera) |[](https://github.com/Jmales) |[](https://github.com/theJoeBiz) |[](https://github.com/profsmallpine) |[](https://github.com/chromacoma) | :---: |:---: |:---: |:---: |:---: |:---: | -[jessica-coursera](https://github.com/jessica-coursera) |[Jmales](https://github.com/Jmales) |[theJoeBiz](https://github.com/theJoeBiz) |[profsmallpine](https://github.com/profsmallpine) |[chromacoma](https://github.com/chromacoma) |[jsanchez034](https://github.com/jsanchez034) | +[vith](https://github.com/vith) |[jessica-coursera](https://github.com/jessica-coursera) |[Jmales](https://github.com/Jmales) |[theJoeBiz](https://github.com/theJoeBiz) |[profsmallpine](https://github.com/profsmallpine) |[chromacoma](https://github.com/chromacoma) | -[](https://github.com/jonathanarbely) |[](https://github.com/jderrough) |[](https://github.com/jorgeepc) |[](https://github.com/jszobody) |[](https://github.com/jcalonso) |[](https://github.com/jmontoyaa) | +[](https://github.com/jsanchez034) |[](https://github.com/jonathanarbely) |[](https://github.com/jderrough) |[](https://github.com/jorgeepc) |[](https://github.com/jszobody) |[](https://github.com/jcalonso) | :---: |:---: |:---: |:---: |:---: |:---: | -[jonathanarbely](https://github.com/jonathanarbely) |[jderrough](https://github.com/jderrough) |[jorgeepc](https://github.com/jorgeepc) |[jszobody](https://github.com/jszobody) |[jcalonso](https://github.com/jcalonso) |[jmontoyaa](https://github.com/jmontoyaa) | +[jsanchez034](https://github.com/jsanchez034) |[jonathanarbely](https://github.com/jonathanarbely) |[jderrough](https://github.com/jderrough) |[jorgeepc](https://github.com/jorgeepc) |[jszobody](https://github.com/jszobody) |[jcalonso](https://github.com/jcalonso) | -[](https://github.com/mellow-fellow) |[](https://github.com/tykarol) |[](https://github.com/kaspermeinema) |[](https://github.com/firesharkstudios) |[](https://github.com/kevin-west-10x) |[](https://github.com/elkebab) | +[](https://github.com/jmontoyaa) |[](https://github.com/mellow-fellow) |[](https://github.com/tykarol) |[](https://github.com/kaspermeinema) |[](https://github.com/firesharkstudios) |[](https://github.com/kevin-west-10x) | :---: |:---: |:---: |:---: |:---: |:---: | -[mellow-fellow](https://github.com/mellow-fellow) |[tykarol](https://github.com/tykarol) |[kaspermeinema](https://github.com/kaspermeinema) |[firesharkstudios](https://github.com/firesharkstudios) |[kevin-west-10x](https://github.com/kevin-west-10x) |[elkebab](https://github.com/elkebab) | +[jmontoyaa](https://github.com/jmontoyaa) |[mellow-fellow](https://github.com/mellow-fellow) |[tykarol](https://github.com/tykarol) |[kaspermeinema](https://github.com/kaspermeinema) |[firesharkstudios](https://github.com/firesharkstudios) |[kevin-west-10x](https://github.com/kevin-west-10x) | -[](https://github.com/kyleparisi) |[](https://github.com/labohkip81) |[](https://github.com/leaanthony) |[](https://github.com/larowlan) |[](https://github.com/dviry) |[](https://github.com/galli-leo) | +[](https://github.com/elkebab) |[](https://github.com/kyleparisi) |[](https://github.com/labohkip81) |[](https://github.com/leaanthony) |[](https://github.com/larowlan) |[](https://github.com/dviry) | :---: |:---: |:---: |:---: |:---: |:---: | -[kyleparisi](https://github.com/kyleparisi) |[labohkip81](https://github.com/labohkip81) |[leaanthony](https://github.com/leaanthony) |[larowlan](https://github.com/larowlan) |[dviry](https://github.com/dviry) |[galli-leo](https://github.com/galli-leo) | +[elkebab](https://github.com/elkebab) |[kyleparisi](https://github.com/kyleparisi) |[labohkip81](https://github.com/labohkip81) |[leaanthony](https://github.com/leaanthony) |[larowlan](https://github.com/larowlan) |[dviry](https://github.com/dviry) | -[](https://github.com/leods92) |[](https://github.com/louim) |[](https://github.com/ombr) |[](https://github.com/lucaperret) |[](https://github.com/lucax88x) |[](https://github.com/onhate) | +[](https://github.com/galli-leo) |[](https://github.com/leods92) |[](https://github.com/louim) |[](https://github.com/ombr) |[](https://github.com/lucaperret) |[](https://github.com/lucax88x) | :---: |:---: |:---: |:---: |:---: |:---: | -[leods92](https://github.com/leods92) |[louim](https://github.com/louim) |[ombr](https://github.com/ombr) |[lucaperret](https://github.com/lucaperret) |[lucax88x](https://github.com/lucax88x) |[onhate](https://github.com/onhate) | +[galli-leo](https://github.com/galli-leo) |[leods92](https://github.com/leods92) |[louim](https://github.com/louim) |[ombr](https://github.com/ombr) |[lucaperret](https://github.com/lucaperret) |[lucax88x](https://github.com/lucax88x) | -[](https://github.com/mperrando) |[](https://github.com/marcosthejew) |[](https://github.com/marcusforsberg) |[](https://github.com/Acconut) |[](https://github.com/martin-brennan) |[](https://github.com/masaok) | +[](https://github.com/onhate) |[](https://github.com/mperrando) |[](https://github.com/marcosthejew) |[](https://github.com/marcusforsberg) |[](https://github.com/Acconut) |[](https://github.com/martin-brennan) | :---: |:---: |:---: |:---: |:---: |:---: | -[mperrando](https://github.com/mperrando) |[marcosthejew](https://github.com/marcosthejew) |[marcusforsberg](https://github.com/marcusforsberg) |[Acconut](https://github.com/Acconut) |[martin-brennan](https://github.com/martin-brennan) |[masaok](https://github.com/masaok) | +[onhate](https://github.com/onhate) |[mperrando](https://github.com/mperrando) |[marcosthejew](https://github.com/marcosthejew) |[marcusforsberg](https://github.com/marcusforsberg) |[Acconut](https://github.com/Acconut) |[martin-brennan](https://github.com/martin-brennan) | -[](https://github.com/mattfik) |[](https://github.com/mjesuele) |[](https://github.com/matthewhartstonge) |[](https://github.com/mauricioribeiro) |[](https://github.com/hrsh) |[](https://github.com/mhulet) | +[](https://github.com/masaok) |[](https://github.com/mattfik) |[](https://github.com/mjesuele) |[](https://github.com/matthewhartstonge) |[](https://github.com/mauricioribeiro) |[](https://github.com/hrsh) | :---: |:---: |:---: |:---: |:---: |:---: | -[mattfik](https://github.com/mattfik) |[mjesuele](https://github.com/mjesuele) |[matthewhartstonge](https://github.com/matthewhartstonge) |[mauricioribeiro](https://github.com/mauricioribeiro) |[hrsh](https://github.com/hrsh) |[mhulet](https://github.com/mhulet) | +[masaok](https://github.com/masaok) |[mattfik](https://github.com/mattfik) |[mjesuele](https://github.com/mjesuele) |[matthewhartstonge](https://github.com/matthewhartstonge) |[mauricioribeiro](https://github.com/mauricioribeiro) |[hrsh](https://github.com/hrsh) | -[](https://github.com/mkopinsky) |[](https://github.com/achmiral) |[](https://github.com/boudra) |[](https://github.com/mnafees) |[](https://github.com/shahimclt) |[](https://github.com/mogzol) | +[](https://github.com/mhulet) |[](https://github.com/mkopinsky) |[](https://github.com/achmiral) |[](https://github.com/boudra) |[](https://github.com/mnafees) |[](https://github.com/shahimclt) | :---: |:---: |:---: |:---: |:---: |:---: | -[mkopinsky](https://github.com/mkopinsky) |[achmiral](https://github.com/achmiral) |[boudra](https://github.com/boudra) |[mnafees](https://github.com/mnafees) |[shahimclt](https://github.com/shahimclt) |[mogzol](https://github.com/mogzol) | +[mhulet](https://github.com/mhulet) |[mkopinsky](https://github.com/mkopinsky) |[achmiral](https://github.com/achmiral) |[boudra](https://github.com/boudra) |[mnafees](https://github.com/mnafees) |[shahimclt](https://github.com/shahimclt) | -[](https://github.com/navruzm) |[](https://github.com/marton-laszlo-attila) |[](https://github.com/pleasespammelater) |[](https://github.com/naveed-ahmad) |[](https://github.com/nicojones) |[](https://github.com/coreprocess) | +[](https://github.com/mogzol) |[](https://github.com/navruzm) |[](https://github.com/marton-laszlo-attila) |[](https://github.com/pleasespammelater) |[](https://github.com/naveed-ahmad) |[](https://github.com/nicojones) | :---: |:---: |:---: |:---: |:---: |:---: | -[navruzm](https://github.com/navruzm) |[marton-laszlo-attila](https://github.com/marton-laszlo-attila) |[pleasespammelater](https://github.com/pleasespammelater) |[naveed-ahmad](https://github.com/naveed-ahmad) |[nicojones](https://github.com/nicojones) |[coreprocess](https://github.com/coreprocess) | +[mogzol](https://github.com/mogzol) |[navruzm](https://github.com/navruzm) |[marton-laszlo-attila](https://github.com/marton-laszlo-attila) |[pleasespammelater](https://github.com/pleasespammelater) |[naveed-ahmad](https://github.com/naveed-ahmad) |[nicojones](https://github.com/nicojones) | -[](https://github.com/nil1511) |[](https://github.com/leftdevel) |[](https://github.com/Ozodbek1405) |[](https://github.com/cryptic022) |[](https://github.com/patricklindsay) |[](https://github.com/plneto) | +[](https://github.com/coreprocess) |[](https://github.com/nil1511) |[](https://github.com/leftdevel) |[](https://github.com/Ozodbek1405) |[](https://github.com/cryptic022) |[](https://github.com/patricklindsay) | :---: |:---: |:---: |:---: |:---: |:---: | -[nil1511](https://github.com/nil1511) |[leftdevel](https://github.com/leftdevel) |[Ozodbek1405](https://github.com/Ozodbek1405) |[cryptic022](https://github.com/cryptic022) |[patricklindsay](https://github.com/patricklindsay) |[plneto](https://github.com/plneto) | +[coreprocess](https://github.com/coreprocess) |[nil1511](https://github.com/nil1511) |[leftdevel](https://github.com/leftdevel) |[Ozodbek1405](https://github.com/Ozodbek1405) |[cryptic022](https://github.com/cryptic022) |[patricklindsay](https://github.com/patricklindsay) | -[](https://github.com/pedrofs) |[](https://github.com/pmusaraj) |[](https://github.com/phillipalexander) |[](https://github.com/ppadmavilasom) |[](https://github.com/Pzoco) |[](https://github.com/eman8519) | +[](https://github.com/plneto) |[](https://github.com/pedrofs) |[](https://github.com/pmusaraj) |[](https://github.com/phillipalexander) |[](https://github.com/ppadmavilasom) |[](https://github.com/Pzoco) | :---: |:---: |:---: |:---: |:---: |:---: | -[pedrofs](https://github.com/pedrofs) |[pmusaraj](https://github.com/pmusaraj) |[phillipalexander](https://github.com/phillipalexander) |[ppadmavilasom](https://github.com/ppadmavilasom) |[Pzoco](https://github.com/Pzoco) |[eman8519](https://github.com/eman8519) | +[plneto](https://github.com/plneto) |[pedrofs](https://github.com/pedrofs) |[pmusaraj](https://github.com/pmusaraj) |[phillipalexander](https://github.com/phillipalexander) |[ppadmavilasom](https://github.com/ppadmavilasom) |[Pzoco](https://github.com/Pzoco) | -[](https://github.com/luarmr) |[](https://github.com/raulibanez) |[](https://github.com/refo) |[](https://github.com/SxDx) |[](https://github.com/robwilson1) |[](https://github.com/romain-preston) | +[](https://github.com/eman8519) |[](https://github.com/luarmr) |[](https://github.com/raulibanez) |[](https://github.com/refo) |[](https://github.com/SxDx) |[](https://github.com/robwilson1) | :---: |:---: |:---: |:---: |:---: |:---: | -[luarmr](https://github.com/luarmr) |[raulibanez](https://github.com/raulibanez) |[refo](https://github.com/refo) |[SxDx](https://github.com/SxDx) |[robwilson1](https://github.com/robwilson1) |[romain-preston](https://github.com/romain-preston) | +[eman8519](https://github.com/eman8519) |[luarmr](https://github.com/luarmr) |[raulibanez](https://github.com/raulibanez) |[refo](https://github.com/refo) |[SxDx](https://github.com/SxDx) |[robwilson1](https://github.com/robwilson1) | -[](https://github.com/scherroman) |[](https://github.com/rossng) |[](https://github.com/rart) |[](https://github.com/fortunto2) |[](https://github.com/samuelcolburn) |[](https://github.com/sebasegovia01) | +[](https://github.com/romain-preston) |[](https://github.com/scherroman) |[](https://github.com/rossng) |[](https://github.com/rart) |[](https://github.com/fortunto2) |[](https://github.com/samuelcolburn) | :---: |:---: |:---: |:---: |:---: |:---: | -[scherroman](https://github.com/scherroman) |[rossng](https://github.com/rossng) |[rart](https://github.com/rart) |[fortunto2](https://github.com/fortunto2) |[samuelcolburn](https://github.com/samuelcolburn) |[sebasegovia01](https://github.com/sebasegovia01) | +[romain-preston](https://github.com/romain-preston) |[scherroman](https://github.com/scherroman) |[rossng](https://github.com/rossng) |[rart](https://github.com/rart) |[fortunto2](https://github.com/fortunto2) |[samuelcolburn](https://github.com/samuelcolburn) | -[](https://github.com/sergei-zelinsky) |[](https://github.com/szh) |[](https://github.com/SpazzMarticus) |[](https://github.com/waptik) |[](https://github.com/amaitu) |[](https://github.com/steverob) | +[](https://github.com/sebasegovia01) |[](https://github.com/sergei-zelinsky) |[](https://github.com/szh) |[](https://github.com/SpazzMarticus) |[](https://github.com/waptik) |[](https://github.com/amaitu) | :---: |:---: |:---: |:---: |:---: |:---: | -[sergei-zelinsky](https://github.com/sergei-zelinsky) |[szh](https://github.com/szh) |[SpazzMarticus](https://github.com/SpazzMarticus) |[waptik](https://github.com/waptik) |[amaitu](https://github.com/amaitu) |[steverob](https://github.com/steverob) | +[sebasegovia01](https://github.com/sebasegovia01) |[sergei-zelinsky](https://github.com/sergei-zelinsky) |[szh](https://github.com/szh) |[SpazzMarticus](https://github.com/SpazzMarticus) |[waptik](https://github.com/waptik) |[amaitu](https://github.com/amaitu) | -[](https://github.com/sjauld) |[](https://github.com/strayer) |[](https://github.com/taj) |[](https://github.com/Tashows) |[](https://github.com/twarlop) |[](https://github.com/tmaier) | +[](https://github.com/steverob) |[](https://github.com/sjauld) |[](https://github.com/strayer) |[](https://github.com/taj) |[](https://github.com/Tashows) |[](https://github.com/twarlop) | :---: |:---: |:---: |:---: |:---: |:---: | -[sjauld](https://github.com/sjauld) |[strayer](https://github.com/strayer) |[taj](https://github.com/taj) |[Tashows](https://github.com/Tashows) |[twarlop](https://github.com/twarlop) |[tmaier](https://github.com/tmaier) | +[steverob](https://github.com/steverob) |[sjauld](https://github.com/sjauld) |[strayer](https://github.com/strayer) |[taj](https://github.com/taj) |[Tashows](https://github.com/Tashows) |[twarlop](https://github.com/twarlop) | -[](https://github.com/WIStudent) |[](https://github.com/tomsaleeba) |[](https://github.com/tomekp) |[](https://github.com/tvaliasek) |[](https://github.com/vially) |[](https://github.com/valentinoli) | +[](https://github.com/tmaier) |[](https://github.com/WIStudent) |[](https://github.com/tomsaleeba) |[](https://github.com/tomekp) |[](https://github.com/tvaliasek) |[](https://github.com/vially) | :---: |:---: |:---: |:---: |:---: |:---: | -[WIStudent](https://github.com/WIStudent) |[tomsaleeba](https://github.com/tomsaleeba) |[tomekp](https://github.com/tomekp) |[tvaliasek](https://github.com/tvaliasek) |[vially](https://github.com/vially) |[valentinoli](https://github.com/valentinoli) | +[tmaier](https://github.com/tmaier) |[WIStudent](https://github.com/WIStudent) |[tomsaleeba](https://github.com/tomsaleeba) |[tomekp](https://github.com/tomekp) |[tvaliasek](https://github.com/tvaliasek) |[vially](https://github.com/vially) | -[](https://github.com/nagyv) |[](https://github.com/dwnste) |[](https://github.com/weston-sankey-mark43) |[](https://github.com/willycamargo) |[](https://github.com/xhocquet) |[](https://github.com/YehudaKremer) | +[](https://github.com/valentinoli) |[](https://github.com/nagyv) |[](https://github.com/dwnste) |[](https://github.com/weston-sankey-mark43) |[](https://github.com/willycamargo) |[](https://github.com/xhocquet) | :---: |:---: |:---: |:---: |:---: |:---: | -[nagyv](https://github.com/nagyv) |[dwnste](https://github.com/dwnste) |[weston-sankey-mark43](https://github.com/weston-sankey-mark43) |[willycamargo](https://github.com/willycamargo) |[xhocquet](https://github.com/xhocquet) |[YehudaKremer](https://github.com/YehudaKremer) | +[valentinoli](https://github.com/valentinoli) |[nagyv](https://github.com/nagyv) |[dwnste](https://github.com/dwnste) |[weston-sankey-mark43](https://github.com/weston-sankey-mark43) |[willycamargo](https://github.com/willycamargo) |[xhocquet](https://github.com/xhocquet) | -[](https://github.com/Youssef1313) |[](https://github.com/zachconner) |[](https://github.com/zacharylawson) |[](https://github.com/zackbloom) |[](https://github.com/sartoshi-foot-dao) |[](https://github.com/agreene-coursera) | +[](https://github.com/YehudaKremer) |[](https://github.com/Youssef1313) |[](https://github.com/zachconner) |[](https://github.com/zacharylawson) |[](https://github.com/zackbloom) |[](https://github.com/sartoshi-foot-dao) | :---: |:---: |:---: |:---: |:---: |:---: | -[Youssef1313](https://github.com/Youssef1313) |[zachconner](https://github.com/zachconner) |[zacharylawson](https://github.com/zacharylawson) |[zackbloom](https://github.com/zackbloom) |[sartoshi-foot-dao](https://github.com/sartoshi-foot-dao) |[agreene-coursera](https://github.com/agreene-coursera) | +[YehudaKremer](https://github.com/YehudaKremer) |[Youssef1313](https://github.com/Youssef1313) |[zachconner](https://github.com/zachconner) |[zacharylawson](https://github.com/zacharylawson) |[zackbloom](https://github.com/zackbloom) |[sartoshi-foot-dao](https://github.com/sartoshi-foot-dao) | -[](https://github.com/alfatv) |[](https://github.com/arggh) |[](https://github.com/avalla) |[](https://github.com/bdirito) |[](https://github.com/c0b41) |[](https://github.com/canvasbh) | +[](https://github.com/agreene-coursera) |[](https://github.com/alfatv) |[](https://github.com/arggh) |[](https://github.com/avalla) |[](https://github.com/bdirito) |[](https://github.com/c0b41) | :---: |:---: |:---: |:---: |:---: |:---: | -[alfatv](https://github.com/alfatv) |[arggh](https://github.com/arggh) |[avalla](https://github.com/avalla) |[bdirito](https://github.com/bdirito) |[c0b41](https://github.com/c0b41) |[canvasbh](https://github.com/canvasbh) | +[agreene-coursera](https://github.com/agreene-coursera) |[alfatv](https://github.com/alfatv) |[arggh](https://github.com/arggh) |[avalla](https://github.com/avalla) |[bdirito](https://github.com/bdirito) |[c0b41](https://github.com/c0b41) | -[](https://github.com/christianwengert) |[](https://github.com/craigcbrunner) |[](https://github.com/darthf1) |[](https://github.com/dkisic) |[](https://github.com/fingul) |[](https://github.com/franckl) | +[](https://github.com/canvasbh) |[](https://github.com/christianwengert) |[](https://github.com/craigcbrunner) |[](https://github.com/darthf1) |[](https://github.com/dkisic) |[](https://github.com/fingul) | :---: |:---: |:---: |:---: |:---: |:---: | -[christianwengert](https://github.com/christianwengert) |[craigcbrunner](https://github.com/craigcbrunner) |[darthf1](https://github.com/darthf1) |[dkisic](https://github.com/dkisic) |[fingul](https://github.com/fingul) |[franckl](https://github.com/franckl) | +[canvasbh](https://github.com/canvasbh) |[christianwengert](https://github.com/christianwengert) |[craigcbrunner](https://github.com/craigcbrunner) |[darthf1](https://github.com/darthf1) |[dkisic](https://github.com/dkisic) |[fingul](https://github.com/fingul) | -[](https://github.com/gaelicwinter) |[](https://github.com/green-mike) |[](https://github.com/hxgf) |[](https://github.com/johnmanjiro13) |[](https://github.com/sontixyou) |[](https://github.com/kode-ninja) | +[](https://github.com/franckl) |[](https://github.com/gaelicwinter) |[](https://github.com/green-mike) |[](https://github.com/hxgf) |[](https://github.com/johnmanjiro13) |[](https://github.com/sontixyou) | :---: |:---: |:---: |:---: |:---: |:---: | -[gaelicwinter](https://github.com/gaelicwinter) |[green-mike](https://github.com/green-mike) |[hxgf](https://github.com/hxgf) |[johnmanjiro13](https://github.com/johnmanjiro13) |[sontixyou](https://github.com/sontixyou) |[kode-ninja](https://github.com/kode-ninja) | +[franckl](https://github.com/franckl) |[gaelicwinter](https://github.com/gaelicwinter) |[green-mike](https://github.com/green-mike) |[hxgf](https://github.com/hxgf) |[johnmanjiro13](https://github.com/johnmanjiro13) |[sontixyou](https://github.com/sontixyou) | -[](https://github.com/jx-zyf) |[](https://github.com/magumbo) |[](https://github.com/mosi-kha) |[](https://github.com/ninesalt) |[](https://github.com/phil714) |[](https://github.com/luntta) | +[](https://github.com/kode-ninja) |[](https://github.com/jx-zyf) |[](https://github.com/magumbo) |[](https://github.com/mosi-kha) |[](https://github.com/ninesalt) |[](https://github.com/phil714) | :---: |:---: |:---: |:---: |:---: |:---: | -[jx-zyf](https://github.com/jx-zyf) |[magumbo](https://github.com/magumbo) |[mosi-kha](https://github.com/mosi-kha) |[ninesalt](https://github.com/ninesalt) |[phil714](https://github.com/phil714) |[luntta](https://github.com/luntta) | +[kode-ninja](https://github.com/kode-ninja) |[jx-zyf](https://github.com/jx-zyf) |[magumbo](https://github.com/magumbo) |[mosi-kha](https://github.com/mosi-kha) |[ninesalt](https://github.com/ninesalt) |[phil714](https://github.com/phil714) | -[](https://github.com/rhymes) |[](https://github.com/rlebosse) |[](https://github.com/rtaieb) |[](https://github.com/slawexxx44) |[](https://github.com/thanhthot) |[](https://github.com/tinny77) | +[](https://github.com/luntta) |[](https://github.com/rhymes) |[](https://github.com/rlebosse) |[](https://github.com/rtaieb) |[](https://github.com/slawexxx44) |[](https://github.com/thanhthot) | :---: |:---: |:---: |:---: |:---: |:---: | -[rhymes](https://github.com/rhymes) |[rlebosse](https://github.com/rlebosse) |[rtaieb](https://github.com/rtaieb) |[slawexxx44](https://github.com/slawexxx44) |[thanhthot](https://github.com/thanhthot) |[tinny77](https://github.com/tinny77) | +[luntta](https://github.com/luntta) |[rhymes](https://github.com/rhymes) |[rlebosse](https://github.com/rlebosse) |[rtaieb](https://github.com/rtaieb) |[slawexxx44](https://github.com/slawexxx44) |[thanhthot](https://github.com/thanhthot) | -[](https://github.com/tusharjkhunt) |[](https://github.com/vedran555) |[](https://github.com/yoann-hellopret) |[](https://github.com/olitomas) |[](https://github.com/JimmyLv) | -:---: |:---: |:---: |:---: |:---: | -[tusharjkhunt](https://github.com/tusharjkhunt) |[vedran555](https://github.com/vedran555) |[yoann-hellopret](https://github.com/yoann-hellopret) |[olitomas](https://github.com/olitomas) |[JimmyLv](https://github.com/JimmyLv) | +[](https://github.com/tinny77) |[](https://github.com/tusharjkhunt) |[](https://github.com/vedran555) |[](https://github.com/yoann-hellopret) |[](https://github.com/olitomas) |[](https://github.com/JimmyLv) | +:---: |:---: |:---: |:---: |:---: |:---: | +[tinny77](https://github.com/tinny77) |[tusharjkhunt](https://github.com/tusharjkhunt) |[vedran555](https://github.com/vedran555) |[yoann-hellopret](https://github.com/yoann-hellopret) |[olitomas](https://github.com/olitomas) |[JimmyLv](https://github.com/JimmyLv) | diff --git a/examples/aws-nodejs/public/drag.html b/examples/aws-nodejs/public/drag.html index bd6031cec6..a3fc2459d6 100644 --- a/examples/aws-nodejs/public/drag.html +++ b/examples/aws-nodejs/public/drag.html @@ -3,7 +3,7 @@