Releases: imgly/pesdk-react-native
Releases · imgly/pesdk-react-native
2.6.0
Changed
- [Android] Added support for PhotoEditor SDK for Android version 8.0.4 and above.
- [Android] Raised minimum PhotoEditor SDK for Android version to 8.0.4.
2.5.0
Removed
- 🚨 Removed
createDefaultConfiguration
as the created object is redundant with the Configuration
documentation and it contains the options that are used per default when the editor is launched without a given configuration.
Added
- Added integration and identifier documentation for new smart stickers.
2.4.2
Fixed
- [Android] Fixed serialization export file URL to include the schema.
2.4.1
Fixed
- [Android] Fixed wrong behavior of
ImageExportType
where DATA_URL
and FILE_URL
were swapped.
2.4.0
Changed
- [iOS] 🚨
LUTFilter
tile configurations are not parsed from the lutURI
filename anymore and the default changed from a 8x8 to a 5x5 tile configuration. Please use the newly added configuration options to configure the tile layout independent of the filename.
Added
- Added tile configuration options for
LUTFilter
.
2.3.2
Fixed
- [Android] Fixed loading of static resources for release builds.
2.3.1
Fixed
- Fixed and updated getting started section of the readme for React Native versions older than 0.60.
2.3.0
Added
- Added
PhotoEditorModal
component that can be used instead of the PESDK.openEditor
function to modally present a photo editor.
2.2.2
Fixed
- Fixed default ordering of the frames for cross-platform consistency.
2.2.1
Fixed
- [iOS] Fixed possible archive issue with React Native versions older than 0.60.
- [Android] Fixed "Can only use lower 16 bits for requestCode" exception.