Skip to content

Releases: imgly/pesdk-react-native

2.13.0

21 Apr 11:23
Compare
Choose a tag to compare

Changed

  • 🚨 With this version you might need to create symlinks when using Android Gradle Plugin version 4.x. Please refer to the new known issues section of the README for details.
  • 🚨 This version requires minSdkVersion 21 for Android. Please refer to the new step 3 in the getting started section of the README for instructions on how to adjust it.
  • [react-native-videoeditorsdk] Raised minimum VideoEditor SDK for Android version to 10.0.1. See the changelog for more information.
  • [react-native-photoeditorsdk] Raised minimum PhotoEditor SDK for Android version to 10.0.1. See the changelog for more information.

Added

  • [react-native-imglysdk] Added support to specify a custom buildToolsVersion, minSdkVersion, compileSdkVersion, targetSdkVersion, and kotlinGradlePluginVersion for Android with the Expo config plugin.

2.12.0

11 Feb 22:13
Compare
Choose a tag to compare

Changed

  • Unified changelog for react-native-photoeditorsdk, react-native-videoeditorsdk, and the new react-native-imglysdk.
  • Removed WRITE_EXTERNAL_STORAGE permission request when opening the editor on Android.
  • Aligned emoji support for iOS and Android. Emoji support is not optimized for cross-platform use and disabled by default. Added option configuration.text.allowEmojis to opt in.
  • Updated documentation for remote resources used in the editor. Remote resources are usable but not optimized and therefore should be downloaded in advance and then passed to the editor as local resources.

Added

  • Added integration and documentation for custom watermark.
  • [react-native-imglysdk] Added Expo config plugin. See the PE.SDK or VE.SDK getting started section of the README for instructions on how to use it.

Fixed

  • [react-native-videoeditorsdk] Fixed composition.personalVideoClips configuration option would not be resolved correctly on Android.

2.11.0

12 Nov 15:13
Compare
Choose a tag to compare

Changed

  • [Android] 🚨 The img.ly maven repository is no longer automatically added to your project by the plugin. Please refer to the new step 3 in the getting started section of the README for instructions on how to add it.
  • [Android] Added support for PhotoEditor SDK for Android version 9.

Added

  • Added configuration.export.force which will force the photo to be rendered and exported in the defined output format even if no changes have been applied. Otherwise, the input asset will be passed through and might not match the defined output format.

Fixed

  • [iOS] Fixed export.image.exportType configuration option.

2.10.1

22 Jul 15:28
Compare
Choose a tag to compare

Fixed

  • [Android] Fixed compiling issues with compileSdkVersion 30.

2.10.0

28 May 21:18
Compare
Choose a tag to compare
  • Same version as 2.9.0. Bumped version to keep the version consistent with react-native-videoeditorsdk.

2.9.0

18 May 10:02
Compare
Choose a tag to compare
  • Same version as 2.8.0. Bumped version to keep the version consistent with react-native-videoeditorsdk.

2.8.0

23 Apr 09:34
Compare
Choose a tag to compare
  • Same version as 2.7.0. Bumped version to keep the version consistent with react-native-videoeditorsdk.

2.7.0

09 Apr 10:16
Compare
Choose a tag to compare

Changed

  • Updated identifier documentation for replaced and new fonts.

Added

  • [iOS] Added support to replace the PhotoEditViewController with custom subclasses.

2.6.1

27 Jan 17:41
Compare
Choose a tag to compare

Changed

  • [Android] Raised minimum PhotoEditor SDK for Android version to 8.0.8.

2.6.0

25 Nov 11:59
Compare
Choose a tag to compare

Changed

  • [Android] Added support for PhotoEditor SDK for Android version 8.0.4 and above.
  • [Android] Raised minimum PhotoEditor SDK for Android version to 8.0.4.