Releases: imgly/vesdk-cordova
Releases · imgly/vesdk-cordova
Release list
3.4.1
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
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
Added
- Added option to specify the version of the native VideoEditor SDK for Android version via a
imglyConfig.jsonfile. See the README for more information.
3.2.0
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
minSdkVersion21for 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.openEditorsuccesscallback type declaration to returnVideoEditorResult | nullinstead of justVideoEditorResult. - [Android] Fixed height and width of specified composition size would be flipped.
3.1.0
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.personalVideoClipsconfiguration option would not be resolved correctly. - [Android] Fixed hook configuration would fail for
cordova-androidversion 10.0+.
3.0.0
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.allowEmojisto opt in.
2.2.0
Added
- Added
configuration.export.forcewhich 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_STORAGEpermission request when opening the editor.
2.1.0
Added
- Added integration and documentation for new video composition, video library and audio library tools.
Fixed
- [Android] Fixed compiling issues with
compileSdkVersion30.
2.0.0
Changed
- Improved API documentation.
- Deprecated
VESDK.loadResource- useVESDK.resolveStaticResourceinstead. - Updated minimum
cordovaversion to 9.0.0. - [Android] Updated native SDK to version 8.
- [Android] Updated minimum
cordova-androidversion to 9.0.0. - [iOS] Updated minimum
cordova-iosversion to 5.0.1.
1.1.0
Changed
- Updated identifier documentation for replaced and new fonts.
Fixed
- [iOS] Fixed compiler warnings.
- [Android] Fixed Android 11 ScopedStorage problems with
targetSdkVersion29. - [Android] Fixed gradle hooks not working properly for Cordova Android 9.1+.