Explorar el Código

add exifr to changelog and next blog post

Artur Paikin hace 5 años
padre
commit
614d0c455f
Se han modificado 2 ficheros con 5 adiciones y 0 borrados
  1. 1 0
      CHANGELOG.md
  2. 4 0
      website/src/_posts/2020-04-1.13.md

+ 1 - 0
CHANGELOG.md

@@ -249,6 +249,7 @@ This Release offers Dashboard redesign (Dark mode), and support for Google Docs
 - @uppy/companion: add support to download gsuite (google docs, google spreadsheet) files (#2145 / @ifedapoolarewaju)
 - @uppy/locales: Croatian translations added (#2150 / @dkisic)
 - @uppy/core: Only _startIfAutoProceed if some files were actually added (#2146 / @arturi)
+- @uppy/thumbnail-generator: replace exif-js with exifr in thumbnail-generator (#2140 / @MikeKovarik)
 
 ## 1.10.1
 

+ 4 - 0
website/src/_posts/2020-04-1.13.md

@@ -85,6 +85,10 @@ Aws S3 plugin now handles uploads internally, instead of deferring to XHR Upload
 
 Polish, Croatian and Romanian language pack have been added by @alfatv, @dkisic and akizor :tada:
 
+## Exifr in Thumnail Generator
+
+[@MikeKovarik](https://github.com/MikeKovarik) created an awesome library called [Exifr](https://github.com/MikeKovarik/exifr), useful for extracting EXIF image data. He was kind enough to submit a PR that replaces Uppy’s inlined `exif-js` with `exifr`. Our thumnail generation is now faster and more robust! See [PR 2140](https://github.com/transloadit/uppy/pull/2140) for details.
+
 ## Misc
 
 - @uppy/tus, @uppy/xhr-upload: emit error when companion returns error during upload creation (#2166 / @ifedapoolarewaju)