Releases: ericnograles/browser-image-resizer
Releases · ericnograles/browser-image-resizer
v2.1.0
Release Notes
- @otaviosoares implemented exifreader dependency to address #11
- Minor version bumps from dependabot
Bundling and UMD
v1.2.0
Release Notes
- Adds ability to specify a
mimeType
other than the defaultimage/jpeg
to maintain transparency settings for PNG's (#5) by @DanLeininger 🎉
v1.1.4
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
v1.1.1
- README.md updates
- Adds Demo site for reference on Firebase
v1.1.0
- 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
Updates
- README.md updates