Skip to content

Releases: imgly/imgly-react-native

3.4.0

08 Sep 11:38

Choose a tag to compare

Changed

  • [react-native-photoeditorsdk] Raised minimum PhotoEditor Build SDK for Android version to 35
  • [react-native-photoeditorsdk] Raised Kotlin version to 2.1 and KSP to 2.1.0-1.0.28
  • [react-native-videoeditorsdk] Raised minimum PhotoEditor Build SDK for Android version to 35
  • [react-native-videoeditorsdk] Raised Kotlin version to 2.1 and KSP to 2.1.0-1.0.28

3.3.0

06 Jan 13:24

Choose a tag to compare

Changed

  • [react-native-imglysdk] Removed @expo/config-plugins dependency.

Fixed

  • Fixed potential crash from unlockWithLicense if new architecture is enabled.

3.2.0

03 Apr 10:29

Choose a tag to compare

Changed

  • [react-native-imglysdk] Updated @expo/config-plugins dependency to 7.2.
  • [react-native-photoeditorsdk] Raised minimum PhotoEditor SDK for iOS version to 11.9.0.
  • [react-native-photoeditorsdk] Raised minimum PhotoEditor SDK for Android version to 10.9.0. See the migration guide for more information.
  • [react-native-videoeditorsdk] Raised minimum VideoEditor SDK for iOS version to 11.9.0.
  • [react-native-videoeditorsdk] Raised minimum VideoEditor SDK for Android version to 10.9.0. See the migration guide for more information.

Added

  • [react-native-imglysdk] Added kspVersion parameter.
  • [react-native-videoeditorsdk] Added VideoEditorResult to types export.
  • [react-native-photoeditorsdk] Added PhotoEditorResult to types export.

Fixed

  • Fixed compiling issues when using native customizations on iOS.
  • Fixed potential crash on Android: IllegalStateException "You need to use a Theme.AppCompat theme (or descendant) with this activity.".

3.1.0

30 Nov 21:50

Choose a tag to compare

Added

  • Added support for Expo 49. (#1811)

3.0.0

02 May 13:28

Choose a tag to compare

Changed

  • Changed and aligned the error codes for the modules.
  • [react-native-videoeditorsdk] Unlocking the SDK via VESDK.unlockWithLicense now returns a Promise<void>.
  • [react-native-photoeditorsdk] Unlocking the SDK via PESDK.unlockWithLicense now returns a Promise<void>.

Fixed

  • [react-native-videoeditorsdk] Fixed unused types exports.

2.17.1

20 Apr 10:21

Choose a tag to compare

Fixed

  • [react-native-imglysdk] Fixed wrong default SDK version for Android.

2.17.0

18 Apr 13:08

Choose a tag to compare

Added

  • Added configuration.singleToolMode that skips main menu if only one tool is used.
  • [react-native-videoeditorsdk] Added RNVideoEditorSDKModule.editorWillOpenClosure and RNVideoEditorSDKModule.editorWillExportClosure which allow further native configuration on Android.
  • [react-native-photoeditorsdk] Added RNPhotoEditorSDKModule.editorWillOpenClosure and RNPhotoEditorSDKModule.editorWillExportClosure which allow further native configuration on Android.

Fixed

  • [react-native-videoeditorsdk] Fixed VideoEditorResult.videoSize would always be zero.
  • [react-native-videoeditorsdk] Fixed error when not setting Configuration.export.video.segments.

2.16.1

26 Oct 12:39

Choose a tag to compare

Fixed

  • [react-native-videoeditorsdk] Fixed error when cancelling the editor.
  • [react-native-videoeditorsdk] Fixed missing export of VideoSegment type.
  • [react-native-videoeditorsdk] Fixed wrong types for VESDK.openEditor.

2.16.0

25 Oct 13:05

Choose a tag to compare

Added

  • [react-native-videoeditorsdk] Added duration action for text and stickers.
  • [react-native-videoeditorsdk] Added VideoEditorResult.segments, VideoEditorResult.videoSize, and VideoEditorResult.release() which enable serialization of the individual video composition components if configuration.export.video.segments is enabled.

2.15.0

30 Jun 09:16

Choose a tag to compare

Changed

  • 🚨 Bumped iOS deployment target to 13.0.
  • [react-native-videoeditorsdk] Raised minimum VideoEditor SDK for iOS version to 11.1.0. See the changelog for more information.
  • [react-native-photoeditorsdk] Raised minimum PhotoEditor SDK for iOS version to 11.1.0. See the changelog for more information.

Added

  • Added implementation and documentation for background removal.