callstack / react-native-image-editor

A library providing an API for cropping images from the web and the local file system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[4.x] Release plan

retyui opened this issue · comments

BREAKING CHANGES:

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

Other changes:

  • Add support base64 output #144
  • Provide a possibility to change the image output format (png, jpeg, webp) #135

Before release:

  • Review/close PRs related issues