diff --git a/BUNDLE-README.md b/BUNDLE-README.md index 8cdbfa4c68..2eee0c939e 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 f98c8c8277..ddc870eac8 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. +## 2.7.0 + +Released: 2022-03-02 + +| Package | Version | Package | Version | +| ---------------------- | ------- | ---------------------- | ------- | +| @uppy/angular | 0.3.0 | @uppy/locales | 2.0.7 | +| @uppy/aws-s3-multipart | 2.2.1 | uppy | 2.7.0 | +| @uppy/companion | 3.3.1 | | | + +- @uppy/companion: fix unstable test (Mikael Finstad) +- @uppy/companion: replace debug (Mikael Finstad) +- @uppy/companion: Fix COMPANION_PATH (Mikael Finstad / #3515) +- @uppy/angular: update ng version (Antoine du Hamel / #3503) +- @uppy/companion: Upload protocol "s3-multipart" does not use the chunkSize option (Gabi Ganam / #3511) +- @uppy/aws-s3-multipart: Add chunks back to prepareUploadParts, indexed by partNumber (Kevin West / #3520) +- website: Add “Stop the war” banner (Artur Paikin / #3518) +- @uppy/locales: Update zh_CN.js (linxunzyf / #3513) +- meta: update remark dependencies (Antoine du Hamel / #3502) + + ## 2.6.0 Released: 2022-02-17 diff --git a/README.md b/README.md index e56050e18e..1d1e891254 100644 --- a/README.md +++ b/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/v2.6.0/uppy.min.css), either to your HTML page’s `
` 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.7.0/uppy.min.css), either to your HTML page’s `` 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: Edg ```html - + - + @@ -190,7 +190,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 - + ``` ## FAQ @@ -356,101 +356,105 @@ Use Uppy in your project? [Let us know](https://github.com/transloadit/uppy/issu :---: |:---: |:---: |:---: |:---: |:---: | [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) | -[](https://github.com/ferdiusa) |[](https://github.com/dtrucs) |[](https://github.com/geoffappleford) |[](https://github.com/gjungb) |[](https://github.com/roenschg) |[](https://github.com/HughbertD) | +[](https://github.com/ferdiusa) |[](https://github.com/dtrucs) |[](https://github.com/gabiganam) |[](https://github.com/geoffappleford) |[](https://github.com/gjungb) |[](https://github.com/roenschg) | :---: |:---: |:---: |:---: |:---: |:---: | -[ferdiusa](https://github.com/ferdiusa) |[dtrucs](https://github.com/dtrucs) |[geoffappleford](https://github.com/geoffappleford) |[gjungb](https://github.com/gjungb) |[roenschg](https://github.com/roenschg) |[HughbertD](https://github.com/HughbertD) | +[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) | -[](https://github.com/HussainAlkhalifah) |[](https://github.com/huydod) |[](https://github.com/IanVS) |[](https://github.com/ishendyweb) |[](https://github.com/NaxYo) |[](https://github.com/eltociear) | +[](https://github.com/HughbertD) |[](https://github.com/HussainAlkhalifah) |[](https://github.com/huydod) |[](https://github.com/IanVS) |[](https://github.com/ishendyweb) |[](https://github.com/NaxYo) | :---: |:---: |:---: |:---: |:---: |:---: | -[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) |[eltociear](https://github.com/eltociear) | +[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) | -[](https://github.com/intenzive) |[](https://github.com/GreenJimmy) |[](https://github.com/mazoruss) |[](https://github.com/JacobMGEvans) |[](https://github.com/jdssem) |[](https://github.com/Jbithell) | +[](https://github.com/eltociear) |[](https://github.com/intenzive) |[](https://github.com/GreenJimmy) |[](https://github.com/mazoruss) |[](https://github.com/JacobMGEvans) |[](https://github.com/jdssem) | :---: |:---: |:---: |:---: |:---: |:---: | -[intenzive](https://github.com/intenzive) |[GreenJimmy](https://github.com/GreenJimmy) |[mazoruss](https://github.com/mazoruss) |[JacobMGEvans](https://github.com/JacobMGEvans) |[jdssem](https://github.com/jdssem) |[Jbithell](https://github.com/Jbithell) | +[eltociear](https://github.com/eltociear) |[intenzive](https://github.com/intenzive) |[GreenJimmy](https://github.com/GreenJimmy) |[mazoruss](https://github.com/mazoruss) |[JacobMGEvans](https://github.com/JacobMGEvans) |[jdssem](https://github.com/jdssem) | -[](https://github.com/jcjmcclean) |[](https://github.com/janklimo) |[](https://github.com/janwilts) |[](https://github.com/vith) |[](https://github.com/jessica-coursera) |[](https://github.com/Jmales) | +[](https://github.com/Jbithell) |[](https://github.com/jcjmcclean) |[](https://github.com/janklimo) |[](https://github.com/janwilts) |[](https://github.com/vith) |[](https://github.com/jessica-coursera) | :---: |:---: |:---: |:---: |:---: |:---: | -[jcjmcclean](https://github.com/jcjmcclean) |[janklimo](https://github.com/janklimo) |[janwilts](https://github.com/janwilts) |[vith](https://github.com/vith) |[jessica-coursera](https://github.com/jessica-coursera) |[Jmales](https://github.com/Jmales) | +[Jbithell](https://github.com/Jbithell) |[jcjmcclean](https://github.com/jcjmcclean) |[janklimo](https://github.com/janklimo) |[janwilts](https://github.com/janwilts) |[vith](https://github.com/vith) |[jessica-coursera](https://github.com/jessica-coursera) | -[](https://github.com/theJoeBiz) |[](https://github.com/profsmallpine) |[](https://github.com/chromacoma) |[](https://github.com/jonathanarbely) |[](https://github.com/jderrough) |[](https://github.com/jorgeepc) | +[](https://github.com/Jmales) |[](https://github.com/theJoeBiz) |[](https://github.com/profsmallpine) |[](https://github.com/chromacoma) |[](https://github.com/jonathanarbely) |[](https://github.com/jderrough) | :---: |:---: |:---: |:---: |:---: |:---: | -[theJoeBiz](https://github.com/theJoeBiz) |[profsmallpine](https://github.com/profsmallpine) |[chromacoma](https://github.com/chromacoma) |[jonathanarbely](https://github.com/jonathanarbely) |[jderrough](https://github.com/jderrough) |[jorgeepc](https://github.com/jorgeepc) | +[Jmales](https://github.com/Jmales) |[theJoeBiz](https://github.com/theJoeBiz) |[profsmallpine](https://github.com/profsmallpine) |[chromacoma](https://github.com/chromacoma) |[jonathanarbely](https://github.com/jonathanarbely) |[jderrough](https://github.com/jderrough) | -[](https://github.com/jszobody) |[](https://github.com/jmontoyaa) |[](https://github.com/tykarol) |[](https://github.com/firesharkstudios) |[](https://github.com/elkebab) |[](https://github.com/kyleparisi) | +[](https://github.com/jorgeepc) |[](https://github.com/jszobody) |[](https://github.com/jmontoyaa) |[](https://github.com/tykarol) |[](https://github.com/firesharkstudios) |[](https://github.com/kevin-west-10x) | :---: |:---: |:---: |:---: |:---: |:---: | -[jszobody](https://github.com/jszobody) |[jmontoyaa](https://github.com/jmontoyaa) |[tykarol](https://github.com/tykarol) |[firesharkstudios](https://github.com/firesharkstudios) |[elkebab](https://github.com/elkebab) |[kyleparisi](https://github.com/kyleparisi) | +[jorgeepc](https://github.com/jorgeepc) |[jszobody](https://github.com/jszobody) |[jmontoyaa](https://github.com/jmontoyaa) |[tykarol](https://github.com/tykarol) |[firesharkstudios](https://github.com/firesharkstudios) |[kevin-west-10x](https://github.com/kevin-west-10x) | -[](https://github.com/leaanthony) |[](https://github.com/larowlan) |[](https://github.com/dviry) |[](https://github.com/galli-leo) |[](https://github.com/leods92) |[](https://github.com/louim) | +[](https://github.com/elkebab) |[](https://github.com/kyleparisi) |[](https://github.com/leaanthony) |[](https://github.com/larowlan) |[](https://github.com/dviry) |[](https://github.com/galli-leo) | :---: |:---: |:---: |:---: |:---: |:---: | -[leaanthony](https://github.com/leaanthony) |[larowlan](https://github.com/larowlan) |[dviry](https://github.com/dviry) |[galli-leo](https://github.com/galli-leo) |[leods92](https://github.com/leods92) |[louim](https://github.com/louim) | +[elkebab](https://github.com/elkebab) |[kyleparisi](https://github.com/kyleparisi) |[leaanthony](https://github.com/leaanthony) |[larowlan](https://github.com/larowlan) |[dviry](https://github.com/dviry) |[galli-leo](https://github.com/galli-leo) | -[](https://github.com/lucaperret) |[](https://github.com/lucax88x) |[](https://github.com/onhate) |[](https://github.com/mperrando) |[](https://github.com/marcosthejew) |[](https://github.com/marcusforsberg) | +[](https://github.com/leods92) |[](https://github.com/louim) |[](https://github.com/lucaperret) |[](https://github.com/lucax88x) |[](https://github.com/onhate) |[](https://github.com/mperrando) | :---: |:---: |:---: |:---: |:---: |:---: | -[lucaperret](https://github.com/lucaperret) |[lucax88x](https://github.com/lucax88x) |[onhate](https://github.com/onhate) |[mperrando](https://github.com/mperrando) |[marcosthejew](https://github.com/marcosthejew) |[marcusforsberg](https://github.com/marcusforsberg) | +[leods92](https://github.com/leods92) |[louim](https://github.com/louim) |[lucaperret](https://github.com/lucaperret) |[lucax88x](https://github.com/lucax88x) |[onhate](https://github.com/onhate) |[mperrando](https://github.com/mperrando) | -[](https://github.com/Acconut) |[](https://github.com/martin-brennan) |[](https://github.com/masaok) |[](https://github.com/mattfik) |[](https://github.com/matthewhartstonge) |[](https://github.com/hrsh) | +[](https://github.com/marcosthejew) |[](https://github.com/marcusforsberg) |[](https://github.com/Acconut) |[](https://github.com/martin-brennan) |[](https://github.com/masaok) |[](https://github.com/mattfik) | :---: |:---: |:---: |:---: |:---: |:---: | -[Acconut](https://github.com/Acconut) |[martin-brennan](https://github.com/martin-brennan) |[masaok](https://github.com/masaok) |[mattfik](https://github.com/mattfik) |[matthewhartstonge](https://github.com/matthewhartstonge) |[hrsh](https://github.com/hrsh) | +[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) |[mattfik](https://github.com/mattfik) | -[](https://github.com/mhulet) |[](https://github.com/mkopinsky) |[](https://github.com/achmiral) |[](https://github.com/boudra) |[](https://github.com/mnafees) |[](https://github.com/shahimclt) | +[](https://github.com/matthewhartstonge) |[](https://github.com/hrsh) |[](https://github.com/mhulet) |[](https://github.com/mkopinsky) |[](https://github.com/achmiral) |[](https://github.com/boudra) | :---: |:---: |:---: |:---: |:---: |:---: | -[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) | +[matthewhartstonge](https://github.com/matthewhartstonge) |[hrsh](https://github.com/hrsh) |[mhulet](https://github.com/mhulet) |[mkopinsky](https://github.com/mkopinsky) |[achmiral](https://github.com/achmiral) |[boudra](https://github.com/boudra) | -[](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/mnafees) |[](https://github.com/shahimclt) |[](https://github.com/navruzm) |[](https://github.com/marton-laszlo-attila) |[](https://github.com/pleasespammelater) |[](https://github.com/naveed-ahmad) | :---: |:---: |:---: |:---: |:---: |:---: | -[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) | +[mnafees](https://github.com/mnafees) |[shahimclt](https://github.com/shahimclt) |[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) | -[](https://github.com/nil1511) |[](https://github.com/leftdevel) |[](https://github.com/cryptic022) |[](https://github.com/patricklindsay) |[](https://github.com/pedrofs) |[](https://github.com/phillipalexander) | +[](https://github.com/nicojones) |[](https://github.com/coreprocess) |[](https://github.com/nil1511) |[](https://github.com/leftdevel) |[](https://github.com/cryptic022) |[](https://github.com/patricklindsay) | :---: |:---: |:---: |:---: |:---: |:---: | -[nil1511](https://github.com/nil1511) |[leftdevel](https://github.com/leftdevel) |[cryptic022](https://github.com/cryptic022) |[patricklindsay](https://github.com/patricklindsay) |[pedrofs](https://github.com/pedrofs) |[phillipalexander](https://github.com/phillipalexander) | +[nicojones](https://github.com/nicojones) |[coreprocess](https://github.com/coreprocess) |[nil1511](https://github.com/nil1511) |[leftdevel](https://github.com/leftdevel) |[cryptic022](https://github.com/cryptic022) |[patricklindsay](https://github.com/patricklindsay) | -[](https://github.com/ppadmavilasom) |[](https://github.com/Pzoco) |[](https://github.com/eman8519) |[](https://github.com/luarmr) |[](https://github.com/refo) |[](https://github.com/SxDx) | +[](https://github.com/pedrofs) |[](https://github.com/phillipalexander) |[](https://github.com/ppadmavilasom) |[](https://github.com/Pzoco) |[](https://github.com/eman8519) |[](https://github.com/luarmr) | :---: |:---: |:---: |:---: |:---: |:---: | -[ppadmavilasom](https://github.com/ppadmavilasom) |[Pzoco](https://github.com/Pzoco) |[eman8519](https://github.com/eman8519) |[luarmr](https://github.com/luarmr) |[refo](https://github.com/refo) |[SxDx](https://github.com/SxDx) | +[pedrofs](https://github.com/pedrofs) |[phillipalexander](https://github.com/phillipalexander) |[ppadmavilasom](https://github.com/ppadmavilasom) |[Pzoco](https://github.com/Pzoco) |[eman8519](https://github.com/eman8519) |[luarmr](https://github.com/luarmr) | -[](https://github.com/robwilson1) |[](https://github.com/romain-preston) |[](https://github.com/scherroman) |[](https://github.com/rossng) |[](https://github.com/rart) |[](https://github.com/fortunto2) | +[](https://github.com/refo) |[](https://github.com/SxDx) |[](https://github.com/robwilson1) |[](https://github.com/romain-preston) |[](https://github.com/scherroman) |[](https://github.com/rossng) | :---: |:---: |:---: |:---: |:---: |:---: | -[robwilson1](https://github.com/robwilson1) |[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) | +[refo](https://github.com/refo) |[SxDx](https://github.com/SxDx) |[robwilson1](https://github.com/robwilson1) |[romain-preston](https://github.com/romain-preston) |[scherroman](https://github.com/scherroman) |[rossng](https://github.com/rossng) | -[](https://github.com/samuelcolburn) |[](https://github.com/sebasegovia01) |[](https://github.com/sergei-zelinsky) |[](https://github.com/szh) |[](https://github.com/SpazzMarticus) |[](https://github.com/waptik) | +[](https://github.com/rart) |[](https://github.com/fortunto2) |[](https://github.com/samuelcolburn) |[](https://github.com/sebasegovia01) |[](https://github.com/sergei-zelinsky) |[](https://github.com/szh) | :---: |:---: |:---: |:---: |:---: |:---: | -[samuelcolburn](https://github.com/samuelcolburn) |[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) | +[rart](https://github.com/rart) |[fortunto2](https://github.com/fortunto2) |[samuelcolburn](https://github.com/samuelcolburn) |[sebasegovia01](https://github.com/sebasegovia01) |[sergei-zelinsky](https://github.com/sergei-zelinsky) |[szh](https://github.com/szh) | -[](https://github.com/amaitu) |[](https://github.com/steverob) |[](https://github.com/taj) |[](https://github.com/Tashows) |[](https://github.com/twarlop) |[](https://github.com/tmaier) | +[](https://github.com/SpazzMarticus) |[](https://github.com/waptik) |[](https://github.com/amaitu) |[](https://github.com/steverob) |[](https://github.com/taj) |[](https://github.com/Tashows) | :---: |:---: |:---: |:---: |:---: |:---: | -[amaitu](https://github.com/amaitu) |[steverob](https://github.com/steverob) |[taj](https://github.com/taj) |[Tashows](https://github.com/Tashows) |[twarlop](https://github.com/twarlop) |[tmaier](https://github.com/tmaier) | +[SpazzMarticus](https://github.com/SpazzMarticus) |[waptik](https://github.com/waptik) |[amaitu](https://github.com/amaitu) |[steverob](https://github.com/steverob) |[taj](https://github.com/taj) |[Tashows](https://github.com/Tashows) | -[](https://github.com/tomsaleeba) |[](https://github.com/tvaliasek) |[](https://github.com/vially) |[](https://github.com/valentinoli) |[](https://github.com/nagyv) |[](https://github.com/dwnste) | +[](https://github.com/twarlop) |[](https://github.com/tmaier) |[](https://github.com/tomsaleeba) |[](https://github.com/tvaliasek) |[](https://github.com/vially) |[](https://github.com/valentinoli) | :---: |:---: |:---: |:---: |:---: |:---: | -[tomsaleeba](https://github.com/tomsaleeba) |[tvaliasek](https://github.com/tvaliasek) |[vially](https://github.com/vially) |[valentinoli](https://github.com/valentinoli) |[nagyv](https://github.com/nagyv) |[dwnste](https://github.com/dwnste) | +[twarlop](https://github.com/twarlop) |[tmaier](https://github.com/tmaier) |[tomsaleeba](https://github.com/tomsaleeba) |[tvaliasek](https://github.com/tvaliasek) |[vially](https://github.com/vially) |[valentinoli](https://github.com/valentinoli) | -[](https://github.com/willycamargo) |[](https://github.com/xhocquet) |[](https://github.com/YehudaKremer) |[](https://github.com/zachconner) |[](https://github.com/zacharylawson) |[](https://github.com/zackbloom) | +[](https://github.com/nagyv) |[](https://github.com/dwnste) |[](https://github.com/willycamargo) |[](https://github.com/xhocquet) |[](https://github.com/YehudaKremer) |[](https://github.com/zachconner) | :---: |:---: |:---: |:---: |:---: |:---: | -[willycamargo](https://github.com/willycamargo) |[xhocquet](https://github.com/xhocquet) |[YehudaKremer](https://github.com/YehudaKremer) |[zachconner](https://github.com/zachconner) |[zacharylawson](https://github.com/zacharylawson) |[zackbloom](https://github.com/zackbloom) | +[nagyv](https://github.com/nagyv) |[dwnste](https://github.com/dwnste) |[willycamargo](https://github.com/willycamargo) |[xhocquet](https://github.com/xhocquet) |[YehudaKremer](https://github.com/YehudaKremer) |[zachconner](https://github.com/zachconner) | -[](https://github.com/sartoshi-foot-dao) |[](https://github.com/agreene-coursera) |[](https://github.com/alfatv) |[](https://github.com/arggh) |[](https://github.com/avalla) |[](https://github.com/bdirito) | +[](https://github.com/zacharylawson) |[](https://github.com/zackbloom) |[](https://github.com/sartoshi-foot-dao) |[](https://github.com/agreene-coursera) |[](https://github.com/alfatv) |[](https://github.com/arggh) | :---: |:---: |:---: |:---: |:---: |:---: | -[sartoshi-foot-dao](https://github.com/sartoshi-foot-dao) |[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) | +[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) |[alfatv](https://github.com/alfatv) |[arggh](https://github.com/arggh) | -[](https://github.com/c0b41) |[](https://github.com/canvasbh) |[](https://github.com/christianwengert) |[](https://github.com/craigcbrunner) |[](https://github.com/darthf1) |[](https://github.com/dkisic) | +[](https://github.com/avalla) |[](https://github.com/bdirito) |[](https://github.com/c0b41) |[](https://github.com/canvasbh) |[](https://github.com/christianwengert) |[](https://github.com/craigcbrunner) | :---: |:---: |:---: |:---: |:---: |:---: | -[c0b41](https://github.com/c0b41) |[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) | +[avalla](https://github.com/avalla) |[bdirito](https://github.com/bdirito) |[c0b41](https://github.com/c0b41) |[canvasbh](https://github.com/canvasbh) |[christianwengert](https://github.com/christianwengert) |[craigcbrunner](https://github.com/craigcbrunner) | -[](https://github.com/fingul) |[](https://github.com/franckl) |[](https://github.com/gaelicwinter) |[](https://github.com/green-mike) |[](https://github.com/heocoi) |[](https://github.com/hxgf) | +[](https://github.com/darthf1) |[](https://github.com/dkisic) |[](https://github.com/fingul) |[](https://github.com/franckl) |[](https://github.com/gaelicwinter) |[](https://github.com/green-mike) | :---: |:---: |:---: |:---: |:---: |:---: | -[fingul](https://github.com/fingul) |[franckl](https://github.com/franckl) |[gaelicwinter](https://github.com/gaelicwinter) |[green-mike](https://github.com/green-mike) |[heocoi](https://github.com/heocoi) |[hxgf](https://github.com/hxgf) | +[darthf1](https://github.com/darthf1) |[dkisic](https://github.com/dkisic) |[fingul](https://github.com/fingul) |[franckl](https://github.com/franckl) |[gaelicwinter](https://github.com/gaelicwinter) |[green-mike](https://github.com/green-mike) | -[](https://github.com/johnmanjiro13) |[](https://github.com/kode-ninja) |[](https://github.com/magumbo) |[](https://github.com/ninesalt) |[](https://github.com/phil714) |[](https://github.com/luntta) | +[](https://github.com/heocoi) |[](https://github.com/hxgf) |[](https://github.com/johnmanjiro13) |[](https://github.com/kode-ninja) |[](https://github.com/jx-zyf) |[](https://github.com/magumbo) | :---: |:---: |:---: |:---: |:---: |:---: | -[johnmanjiro13](https://github.com/johnmanjiro13) |[kode-ninja](https://github.com/kode-ninja) |[magumbo](https://github.com/magumbo) |[ninesalt](https://github.com/ninesalt) |[phil714](https://github.com/phil714) |[luntta](https://github.com/luntta) | +[heocoi](https://github.com/heocoi) |[hxgf](https://github.com/hxgf) |[johnmanjiro13](https://github.com/johnmanjiro13) |[kode-ninja](https://github.com/kode-ninja) |[jx-zyf](https://github.com/jx-zyf) |[magumbo](https://github.com/magumbo) | -[](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/ninesalt) |[](https://github.com/phil714) |[](https://github.com/luntta) |[](https://github.com/rhymes) |[](https://github.com/rlebosse) |[](https://github.com/rtaieb) | :---: |:---: |:---: |:---: |:---: |:---: | -[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) | +[ninesalt](https://github.com/ninesalt) |[phil714](https://github.com/phil714) |[luntta](https://github.com/luntta) |[rhymes](https://github.com/rhymes) |[rlebosse](https://github.com/rlebosse) |[rtaieb](https://github.com/rtaieb) | -[](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/slawexxx44) |[](https://github.com/thanhthot) |[](https://github.com/tinny77) |[](https://github.com/tusharjkhunt) |[](https://github.com/vedran555) |[](https://github.com/yoann-hellopret) | +:---: |:---: |:---: |:---: |:---: |:---: | +[slawexxx44](https://github.com/slawexxx44) |[thanhthot](https://github.com/thanhthot) |[tinny77](https://github.com/tinny77) |[tusharjkhunt](https://github.com/tusharjkhunt) |[vedran555](https://github.com/vedran555) |[yoann-hellopret](https://github.com/yoann-hellopret) | + +[](https://github.com/olitomas) |[](https://github.com/JimmyLv) | +:---: |:---: | +[olitomas](https://github.com/olitomas) |[JimmyLv](https://github.com/JimmyLv) | diff --git a/examples/cdn-example/index.html b/examples/cdn-example/index.html index 029888ae9b..e636cfdaf4 100644 --- a/examples/cdn-example/index.html +++ b/examples/cdn-example/index.html @@ -4,11 +4,11 @@