Skip to content

Releases: callstack/react-native-image-editor

Release 4.2.0

22 Mar 18:13
Compare
Choose a tag to compare

What's Changed

  • Fix bitmap crop/scaling for android by @jthure in #151

New Contributors


npm diff: 4.1.0...4.2.0
Full Changelog: 4.1.0...4.2.0

Release 4.1.0

08 Mar 13:08
Compare
Choose a tag to compare

Fixed


npm diff: 4.0.0...4.1.0
Full Changelog: 4.0.0...4.1.0

Release 4.0.0

25 Feb 13:09
Compare
Choose a tag to compare

Breaking

  • Android: Support ExifInterface.TAG_ORIENTATION while cropping #133
  • Fallback to jpeg if can not determinate MIME type #135
  • Use quality: 0.9 as default value (was: Web/iOS: 1, Android: 0.9) #137
  • Use resizeMode : cover as default value (now iOS: contain, Android: cover) #139
  • Return an object with metadata {size,uri,path,name,width,height,type,base64} instead of uri: string #140

Added

  • Add a base64 output #144
  • Add a possibility to change format of the resulting image.format: 'jpeg' | 'png' | 'webp' #135

Fixed

  • Restore a resizeMode logic after New Arch update on iOS #138

npm diff: 3.2.0...4.0.0

Release 3.2.0

05 Feb 10:32
Compare
Choose a tag to compare
  • fix: Allow to use base64 uri on Android #132
  • feature: Add web support 🎉 #131
  • npm diff: 3.1.0...3.2.0

Release 3.1.1

21 Jan 15:29
Compare
Choose a tag to compare

Release 3.1.0

19 Jan 14:25
Compare
Choose a tag to compare

NO BREAKING CHANGES

Release 3.0.0

24 Dec 14:30
Compare
Choose a tag to compare
  • refactor: module android implementation from Java to Kotlin (#127)
  • feat: migrating to the New Architecture (#126)
  • fix: npm install for versions 7 and higher (#125)
  • feat: add Typescript support
  • chore: remove Flow typings
  • chore: use bob builder (#124)
  • npm diff: 2.3.0...3.0.0

Release 2.3.0

30 Mar 07:46
Compare
Choose a tag to compare
  • feat: change peer dependency to support RN 62 (39af41a)
  • fix: migrate to new way of requiring native modules on iOS side (#64) (9587d01)
  • chore: add lean core badge to readme (#58) (c4ed418)
  • feat: enable prettier by default (#57) (2f40057)

Release 2.2.0

19 Nov 08:15
Compare
Choose a tag to compare
  • feat: iOS - determine the output image type from the input image type (#44) (5bced19)
  • fix: image scaling on android (#42) (685996d)
  • fix: makes example image specific (#41) (a9681f6)

Release 2.1.0

21 Oct 11:01
Compare
Choose a tag to compare
  • feat: make it possible to crop transaprent images on ios (#39) (31d45c9)