- [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
- [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
- [react-native-imglysdk] Removed
@expo/config-pluginsdependency.
- Fixed potential crash from
unlockWithLicenseif new architecture is enabled.
- [react-native-imglysdk] Updated
@expo/config-pluginsdependency to7.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.
- [react-native-imglysdk] Added
kspVersionparameter. - [react-native-videoeditorsdk] Added
VideoEditorResultto types export. - [react-native-photoeditorsdk] Added
PhotoEditorResultto types export.
- 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.".
- Added support for Expo 49. (#1811)
- Changed and aligned the error codes for the modules.
- [react-native-videoeditorsdk] Unlocking the SDK via
VESDK.unlockWithLicensenow returns aPromise<void>. - [react-native-photoeditorsdk] Unlocking the SDK via
PESDK.unlockWithLicensenow returns aPromise<void>.
- [react-native-videoeditorsdk] Fixed unused types exports.
- [react-native-imglysdk] Fixed wrong default SDK version for Android.
- Added
configuration.singleToolModethat skips main menu if only one tool is used. - [react-native-videoeditorsdk] Added
RNVideoEditorSDKModule.editorWillOpenClosureandRNVideoEditorSDKModule.editorWillExportClosurewhich allow further native configuration on Android. - [react-native-photoeditorsdk] Added
RNPhotoEditorSDKModule.editorWillOpenClosureandRNPhotoEditorSDKModule.editorWillExportClosurewhich allow further native configuration on Android.
- [react-native-videoeditorsdk] Fixed
VideoEditorResult.videoSizewould always be zero. - [react-native-videoeditorsdk] Fixed error when not setting
Configuration.export.video.segments.
- [react-native-videoeditorsdk] Fixed error when cancelling the editor.
- [react-native-videoeditorsdk] Fixed missing export of
VideoSegmenttype. - [react-native-videoeditorsdk] Fixed wrong types for
VESDK.openEditor.
- [react-native-videoeditorsdk] Added duration action for text and stickers.
- [react-native-videoeditorsdk] Added
VideoEditorResult.segments,VideoEditorResult.videoSize, andVideoEditorResult.release()which enable serialization of the individual video composition components ifconfiguration.export.video.segmentsis enabled.
- 🚨 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 implementation and documentation for background removal.
- [react-native-videoeditorsdk] Added implementation and documentation for GIPHY sticker integration.
- [react-native-videoeditorsdk] Fixed
VESDK.openEditorreturn type declaration and API documentation to returnPromise<VideoEditorResult | null>instead of justPromise<VideoEditorResult>. - [react-native-videoeditorsdk] Fixed height and width of specified composition size would be flipped on Android.
- [react-native-photoeditorsdk] Fixed
PESDK.openEditorreturn type declaration and API documentation to returnPromise<PhotoEditorResult | null>instead of justPromise<PhotoEditorResult>. - [react-native-photoeditorsdk] Fixed deprecation warning for
RCTBridge.imageLoaderon iOS.
- Fixed enabling serialization would crash the application on Android when exporting.
- 🚨 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 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.
- [react-native-imglysdk] Added support to specify a custom
buildToolsVersion,minSdkVersion,compileSdkVersion,targetSdkVersion, andkotlinGradlePluginVersionfor Android with the Expo config plugin.
- Unified changelog for
react-native-photoeditorsdk,react-native-videoeditorsdk, and the newreact-native-imglysdk. - Removed
WRITE_EXTERNAL_STORAGEpermission 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.allowEmojisto 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 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.
- [react-native-videoeditorsdk] Fixed
composition.personalVideoClipsconfiguration option would not be resolved correctly on Android.
- 🚨 The IMG.LY maven repository is no longer automatically added to your project by the plugin for Android. Please refer to the new step 3 in the getting started section of the README for instructions on how to add it.
- [react-native-videoeditorsdk] Added support for VideoEditor SDK for Android version 9.
- [react-native-photoeditorsdk] Added support for PhotoEditor SDK for Android version 9.
- Added
configuration.export.forcewhich will force the photo/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. - [react-native-videoeditorsdk] Added integration and documentation for force trim.
- [react-native-photoeditorsdk] Fixed
export.image.exportTypeconfiguration option on iOS.
- Fixed compiling issues with
compileSdkVersion30 on Android. - [react-native-videoeditorsdk] Fixed video not being loaded when opening a single video without having video composition enabled in the license on Android.
- [react-native-videoeditorsdk] Added integration and documentation for new video library and audio library.
- [react-native-videoeditorsdk] Fixed crash when loading a serialization on Android.
- [react-native-videoeditorsdk] Added integration for new video composition tool on Android.
- [react-native-videoeditorsdk] Added integration and documentation for new video composition tool on iOS. Android support will be added in a later release.
- Updated identifier documentation for replaced and new fonts.
- [react-native-videoeditorsdk] Added support to replace the
VideoEditViewControllerwith custom subclasses on iOS. - [react-native-photoeditorsdk] Added support to replace the
PhotoEditViewControllerwith custom subclasses on iOS.
- [react-native-videoeditorsdk] Raised minimum VideoEditor SDK for Android version to 8.0.8.
- [react-native-photoeditorsdk] Raised minimum PhotoEditor SDK for Android version to 8.0.8.
- [react-native-videoeditorsdk] Added support for VideoEditor SDK for Android version 8.0.4 and above.
- [react-native-videoeditorsdk] Raised minimum VideoEditor SDK for Android version to 8.0.4.
- [react-native-photoeditorsdk] Added support for PhotoEditor SDK for Android version 8.0.4 and above.
- [react-native-photoeditorsdk] Raised minimum PhotoEditor SDK for Android version to 8.0.4.
- 🚨 Removed
createDefaultConfigurationas the created object is redundant with theConfigurationdocumentation and it contains the options that are used per default when the editor is launched without a given configuration.
- Added integration and identifier documentation for new smart stickers.
- [react-native-videoeditorsdk] Added integration and identifier documentation for new GIF sticker category and stickers.
- Fixed serialization export file URL to include the schema on Android.
- [react-native-videoeditorsdk] Fixed crash when exporting serialization for remote videos on Android.
- [react-native-videoeditorsdk] 🚨 Fixed export result type on Android to
videowhich wasimagebefore.
- [react-native-photoeditorsdk] Fixed wrong behavior of
ImageExportTypewhereDATA_URLandFILE_URLwere swapped on Android.
- 🚨
LUTFiltertile configurations are not parsed from thelutURIfilename anymore and the default changed from a 8x8 to a 5x5 tile configuration on iOS. Please use the newly added configuration options to configure the tile layout independent of the filename.
- Added tile configuration options for
LUTFilter.
- Fixed loading of static resources for release builds on Android.
- Fixed and updated getting started section of the readme for React Native versions older than 0.60.
- [react-native-videoeditorsdk] Added
VideoEditorModalcomponent that can be used instead of theVESDK.openEditorfunction to modally present a video editor. - [react-native-photoeditorsdk] Added
PhotoEditorModalcomponent that can be used instead of thePESDK.openEditorfunction to modally present a photo editor.
- Fixed default ordering of the frames for cross-platform consistency.
- Fixed possible archive issue for iOS with React Native versions older than 0.60.
- Fixed "Can only use lower 16 bits for requestCode" exception on Android.
- [react-native-videoeditorsdk] Added an interface for native customization on iOS. Set the
RNVideoEditorSDK.configureWithBuilderandRNVideoEditorSDK.willPresentVideoEditViewControllerproperties of the bridge module to tweak VideoEditor SDK to your needs beyond the configuration options exposed to JavaScript. - [react-native-photoeditorsdk] Added an interface for native customization on iOS. Set the
RNPhotoEditorSDK.configureWithBuilderandRNPhotoEditorSDK.willPresentPhotoEditViewControllerproperties of the bridge module to tweak PhotoEditor SDK to your needs beyond the configuration options exposed to JavaScript.
- Fixed possible NPE if other native libraries register
addActivityEventListener()on Android.
- Fixed possible compile issue with React Native versions older than 0.60 on Android.
- Fixed duplicate symbols for constants on iOS when using VideoEditor SDK and PhotoEditor SDK in the same project.
- Fixed return
nullif the editor is dismissed without exporting the edited video on iOS.
- [react-native-videoeditorsdk] Updated VideoEditor SDK for iOS to version 10.7.0.
- [react-native-photoeditorsdk] Updated PhotoEditor SDK for iOS to version 10.7.0.
- Fixed automatic (CocoaPods) installation process for iOS so that VideoEditor SDK and PhotoEditor SDK can be used in the same project.
- Fixed
FRAMEWORK_SEARCH_PATHSfor manual linking VideoEditor SDK on iOS which is required for React Native versions older than 0.60. - Add missing
Platformimport when using React Native versions older than 0.60.
- Fixed error message: "tools: replace" attribute that is linked to the "provider" element type is not bound on Android.
- [react-native-videoeditorsdk] Added support for VideoEditor SDK for Android version 7.1.5 and above.
- [react-native-photoeditorsdk] Added support for PhotoEditor SDK for Android version 7.1.5 and above.
- [react-native-videoeditorsdk] Updated VideoEditor SDK for iOS to version 10.6.0.
- [react-native-photoeditorsdk] Updated PhotoEditor SDK for iOS to version 10.6.0.
- [react-native-videoeditorsdk] Updated VideoEditor SDK for iOS to version 10.5.0.
- [react-native-photoeditorsdk] Updated PhotoEditor SDK for iOS to version 10.5.0.
- Added configuration options for personal stickers.
- [react-native-videoeditorsdk] Updated VideoEditor SDK for iOS to version 10.4.0.
- [react-native-photoeditorsdk] Updated PhotoEditor SDK for iOS to version 10.4.0.
- Fixed
unlockWithLicense.
- [react-native-videoeditorsdk] Initial release of the React Native module for VideoEditor SDK. This version adds support for iOS only. Android support will be added in a later release.
- [react-native-photoeditorsdk] Initial release of the React Native module for PhotoEditor SDK. This version adds support for iOS only. Android support will be added in a later release.