Releases: imgly/pesdk-react-native
Releases · imgly/pesdk-react-native
3.2.0
Changed
- [react-native-imglysdk] Updated
@expo/config-plugins
dependency 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
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
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.unlockWithLicense
now returns aPromise<void>
. - [react-native-photoeditorsdk] Unlocking the SDK via
PESDK.unlockWithLicense
now 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.singleToolMode
that skips main menu if only one tool is used. - [react-native-videoeditorsdk] Added
RNVideoEditorSDKModule.editorWillOpenClosure
andRNVideoEditorSDKModule.editorWillExportClosure
which allow further native configuration on Android. - [react-native-photoeditorsdk] Added
RNPhotoEditorSDKModule.editorWillOpenClosure
andRNPhotoEditorSDKModule.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
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
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.segments
is 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.
2.14.0
Added
- [react-native-videoeditorsdk] Added implementation and documentation for GIPHY sticker integration.
Fixed
- [react-native-videoeditorsdk] Fixed
VESDK.openEditor
return 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.openEditor
return type declaration and API documentation to returnPromise<PhotoEditorResult | null>
instead of justPromise<PhotoEditorResult>
. - [react-native-photoeditorsdk] Fixed deprecation warning for
RCTBridge.imageLoader
on iOS.
2.13.1
Fixed
- Fixed enabling serialization would crash the application on Android when exporting.