Skip to content

Releases: imgly/imgly-react-native

2.14.0

08 Jun 08:56

Choose a tag to compare

Added

  • [react-native-videoeditorsdk] Added implementation and documentation for GIPHY sticker integration.

Fixed

  • [react-native-videoeditorsdk] Fixed VESDK.openEditor return type declaration and API documentation to return Promise<VideoEditorResult | null> instead of just Promise<VideoEditorResult>.
  • [react-native-videoeditorsdk] Fixed height and width of specified composition size would be flipped on Android.
  • [react-native-photoeditorsdk] Fixed PESDK.openEditor return type declaration and API documentation to return Promise<PhotoEditorResult | null> instead of just Promise<PhotoEditorResult>.
  • [react-native-photoeditorsdk] Fixed deprecation warning for RCTBridge.imageLoader on iOS.

2.13.1

22 Apr 10:29

Choose a tag to compare

Fixed

  • Fixed enabling serialization would crash the application on Android when exporting.

2.13.0

21 Apr 11:23

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

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.