Skip to content

Releases: imgly/vesdk-cordova

3.4.1

Choose a tag to compare

@cyphiria cyphiria released this 21 Jan 15:45

Added

  • Added Cordova-compatible framework smoke tests and CI guidance (Ionic, Framework7, Onsen UI, Quasar, Monaca).

Fixed

  • [Android] Cordova Gradle hooks now support Capacitor projects under android/.
  • [Android] Align KSP resolution with the Kotlin version used by Capacitor projects.
  • [Android] Respect Cordova config values for compile/target SDK settings during Gradle configuration.
  • [Android] Align Kotlin/KSP JVM target with Cordova Java compatibility settings.
  • [Android] Align Cordova Java/Kotlin compile targets to Java 11 for the 10.10.10 SDK line.

Changed

  • [Android] Raised minimum VideoEditor SDK Gradle plugin version to 10.10.10.

3.4.0

Choose a tag to compare

@leontobias leontobias released this 27 Mar 10:25

Changed

  • [Android] 🚨 With this version you will need to specify a suitable KSP depending on the Kotlin version you are using. Please visit our guide here.
  • [Android] Raised minimum VideoEditor SDK for Android version to 10.9.0.
  • [iOS] 🚨 Bumped iOS deployment target to 13.0.
  • [iOS] Raised minimum VideoEditor SDK for iOS version to 11.8.

3.3.0

Choose a tag to compare

@leontobias leontobias released this 18 Oct 09:36

Added

  • Added option to specify the version of the native VideoEditor SDK for Android version via a imglyConfig.json file. See the README for more information.

3.2.0

Choose a tag to compare

@leontobias leontobias released this 17 Oct 08:18

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 "Supported Android versions" section in the getting started section of the README for instructions on how to adjust it.
  • Raised minimum VideoEditor SDK for Android version to 10.1.1. See the changelog for more information.

Added

  • Added implementation and documentation for GIPHY sticker integration.

Fixed

  • Fixed VESDK.openEditor success callback type declaration to return VideoEditorResult | null instead of just VideoEditorResult.
  • [Android] Fixed height and width of specified composition size would be flipped.

3.1.0

Choose a tag to compare

@leontobias leontobias released this 22 Apr 13:05

Changed

  • 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.

Fixed

  • [Android] Fixed composition.personalVideoClips configuration option would not be resolved correctly.
  • [Android] Fixed hook configuration would fail for cordova-android version 10.0+.

3.0.0

Choose a tag to compare

@leontobias leontobias released this 25 Nov 09:14

Added

  • Added integration and documentation for force trim.

Changed

  • [Android] Migrated the plugin to AndroidX.
  • 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.

2.2.0

Choose a tag to compare

@leontobias leontobias released this 22 Nov 17:47

Added

  • Added configuration.export.force which will force the video 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 issue where the plugin result would not be sent.

Changed

  • [Android] Removed WRITE_EXTERNAL_STORAGE permission request when opening the editor.

2.1.0

Choose a tag to compare

@leontobias leontobias released this 03 Aug 09:01

Added

  • Added integration and documentation for new video composition, video library and audio library tools.

Fixed

  • [Android] Fixed compiling issues with compileSdkVersion 30.

2.0.0

Choose a tag to compare

@leontobias leontobias released this 05 May 11:50

Changed

  • Improved API documentation.
  • Deprecated VESDK.loadResource - use VESDK.resolveStaticResource instead.
  • Updated minimum cordova version to 9.0.0.
  • [Android] Updated native SDK to version 8.
  • [Android] Updated minimum cordova-android version to 9.0.0.
  • [iOS] Updated minimum cordova-ios version to 5.0.1.

1.1.0

Choose a tag to compare

@leontobias leontobias released this 27 Apr 12:45

Changed

  • Updated identifier documentation for replaced and new fonts.

Fixed

  • [iOS] Fixed compiler warnings.
  • [Android] Fixed Android 11 ScopedStorage problems with targetSdkVersion 29.
  • [Android] Fixed gradle hooks not working properly for Cordova Android 9.1+.