Releases: imgly/vesdk-react-native
Releases · imgly/vesdk-react-native
3.4.0
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
Changed
- [react-native-imglysdk] Removed
@expo/config-pluginsdependency.
Fixed
- Fixed potential crash from
unlockWithLicenseif new architecture is enabled.
3.2.0
Changed
- [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.
Added
- [react-native-imglysdk] Added
kspVersionparameter. - [react-native-videoeditorsdk] Added
VideoEditorResultto types export. - [react-native-photoeditorsdk] Added
PhotoEditorResultto 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
Added
- Added support for Expo 49. (#1811)
3.0.0
Changed
- 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>.
Fixed
- [react-native-videoeditorsdk] Fixed unused types exports.
2.17.1
Fixed
- [react-native-imglysdk] Fixed wrong default SDK version for Android.
2.17.0
Added
- 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.
Fixed
- [react-native-videoeditorsdk] Fixed
VideoEditorResult.videoSizewould always be zero. - [react-native-videoeditorsdk] Fixed error when not setting
Configuration.export.video.segments.
2.16.1
Fixed
- [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.
2.16.0
Added
- [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.
2.15.0
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.