Skip to content

Releases: ericnograles/browser-image-resizer

v2.1.0

04 Jan 18:43
Compare
Choose a tag to compare

Release Notes

  • @otaviosoares implemented exifreader dependency to address #11
  • Minor version bumps from dependabot

Bundling and UMD

13 Feb 13:39
Compare
Choose a tag to compare

Summary

Addresses #6

  • Utilizes Webpack to create a UMD bundle that can be dropped into a browser or used directly with NPM
  • Publishes a dist folder which will be served over jsDelivr CDN for in-browser usage

PR's Merged

#8

v1.2.0

02 Jul 11:23
Compare
Choose a tag to compare

Release Notes

  • Adds ability to specify a mimeType other than the default image/jpeg to maintain transparency settings for PNG's (#5) by @DanLeininger 🎉

v1.1.4

02 Jan 12:56
Compare
Choose a tag to compare

Release Notes

  • Fixes incorrect width for scaleCanvasWithAlgorithm (#3)
  • Fixes incorrect scaling of output dimensions if the original width and height < the max in the config (#4)

Special Thanks

  • @alechstong for hunting down the aforementioned bugs above! 🎉 🥇

v1.1.3

10 Oct 10:45
Compare
Choose a tag to compare

Release Notes

Removes lingering debugger statements, addresses #2

v1.1.1

28 Aug 09:39
Compare
Choose a tag to compare
  • README.md updates
  • Adds Demo site for reference on Firebase

v1.1.0

28 Aug 09:38
Compare
Choose a tag to compare
  • Localizes exif-js because of bugs in its master which I will PR
  • Confirmed functionality on mobile browsers
  • Updates README.md with new config parameters for EXIF

v1.0.5

26 Aug 08:41
Compare
Choose a tag to compare

Updates

  • README.md updates