Skip to content

Releases: bamlab/react-native-image-resizer

1.2.3

11 Jun 11:58
Compare
Choose a tag to compare

Release Notes:

  • Fix flow and Typescript typings, thanks @vonovak

1.2.2

06 May 22:31
Compare
Choose a tag to compare

Improvements:

  • Use an index.js file instead of index.ios.js and index.android.js. Added a main key in the package.json file as well as a types key.

1.2.1

29 Mar 23:50
363fdcc
Compare
Choose a tag to compare

Fix:

  • Fix the RCTImageUrlLoader compile error on old react-native versions.

1.2.0

10 Feb 22:52
Compare
Choose a tag to compare

👍Improvements :

🐛Bug Fixes :

Thanks to all the contributors

1.1.0

26 Oct 16:22
e915e73
Compare
Choose a tag to compare

👍Improvements :

  • Use a public class on Android (for lazy loading the module) @raghavyadavm (#197)
  • Move resize operation to a parallel async task and exposes width and height in the returned promise @cristianoccazinsp (#180)
  • Use RCTImageLoader instead of the deprecated imageLoader @zusinShinpei (#198)

Thanks you for all the contributions!

1.0.0

17 Aug 20:01
Compare
Choose a tag to compare
  • Add flow typing definition. Thanks @ovr!
  • Fix incorrect peer dependency warning. Thanks @negativetwelve!
  • Fix compatibility with React Native 0.47. Thanks @sibelius!
  • Unify and enhance returned value between iOS and Android. Thanks @marco-ms!
  • Fix error reporting, path handling and extension naming on iOS. Thanks @ulentini!
  • Updated example according to latest changes in interface.

⚠️ Breaking changes ⚠️

⚠️ Heads up, breaking change! If you're upgrading react-native-image-resizer to version 1.0.0, please note that the response of createResizedImage changed. You must now read the image uri from property uri of the returned object. Here is an example. Easy, huh?

0.1.1

08 May 22:09
Compare
Choose a tag to compare
  • Improved Android handling of empty paths and failures. Thanks @abrahambotros!
  • Added Typescript definition file. Thanks @wcandillon!
  • Added note about filepath format on Android. Thanks @cooperka!
  • Updated example to React Native 0.41

0.1.0

15 Jan 22:04
Compare
Choose a tag to compare

⚠️ This version only supports React Native >= 0.40 due to a breaking change in React Native for iOS.

0.0.12

05 Nov 21:29
Compare
Choose a tag to compare
  • Add podspec file (thanks @igrayson!)
  • Add support for base64 formatted Uri strings on Android (thanks @cfogelklou!)
  • Add support for rotation on iOS (thanks @cfogelklou!)

0.0.11

12 Sep 18:00
Compare
Choose a tag to compare
  • Add support for PNG compression on iOS. Thanks @lukefanning!