You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+13
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
## [2.17.0]
2
+
3
+
### Added
4
+
5
+
* Added `configuration.singleToolMode` that skips main menu if only one tool is used.
6
+
*[react-native-videoeditorsdk] Added `RNVideoEditorSDKModule.editorWillOpenClosure` and `RNVideoEditorSDKModule.editorWillExportClosure` which allow further native configuration on Android.
7
+
*[react-native-photoeditorsdk] Added `RNPhotoEditorSDKModule.editorWillOpenClosure` and `RNPhotoEditorSDKModule.editorWillExportClosure` which allow further native configuration on Android.
8
+
9
+
### Fixed
10
+
11
+
*[react-native-videoeditorsdk] Fixed `VideoEditorResult.videoSize` would always be zero.
12
+
*[react-native-videoeditorsdk] Fixed error when not setting `Configuration.export.video.segments`.
In order to update PhotoEditor SDK for Android replace the version string `10.4.0` with a [newer release](https://github.com/imgly/pesdk-android-demo/releases).
169
+
In order to update PhotoEditor SDK for Android replace the version string `10.4.1` with a [newer release](https://github.com/imgly/pesdk-android-demo/releases).
170
170
171
171
2. Still in the `android/build.gradle` file (**not**`android/app/build.gradle`), add these lines at the bottom:
0 commit comments