Releases: imgly/pesdk-react-native
Releases · imgly/pesdk-react-native
2.5.0
Removed
- 🚨 Removed
createDefaultConfiguration
as the created object is redundant with theConfiguration
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
2.4.1
2.4.0
Changed
- [iOS] 🚨
LUTFilter
tile configurations are not parsed from thelutURI
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
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
Added
- [iOS] Added an interface for native customization. Set the
RNPhotoEditorSDK.configureWithBuilder
andRNPhotoEditorSDK.willPresentPhotoEditViewController
properties of the bridge module to tweak PhotoEditor SDK to your needs beyond the configuration options exposed to JavaScript.
Fixed
- [Android] Fixed possible NPE if other native libraries register
addActivityEventListener()
.