Skip to content

Releases: imgly/pesdk-react-native

2.5.0

14 Aug 14:27
Compare
Choose a tag to compare

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

08 Jun 14:25
Compare
Choose a tag to compare

Fixed

  • [Android] Fixed serialization export file URL to include the schema.

2.4.1

16 Apr 14:40
Compare
Choose a tag to compare

Fixed

  • [Android] Fixed wrong behavior of ImageExportType where DATA_URL and FILE_URL were swapped.

2.4.0

07 Apr 13:36
Compare
Choose a tag to compare

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

06 Mar 15:38
Compare
Choose a tag to compare

Fixed

  • [Android] Fixed loading of static resources for release builds.

2.3.1

24 Feb 14:14
Compare
Choose a tag to compare

Fixed

  • Fixed and updated getting started section of the readme for React Native versions older than 0.60.

2.3.0

20 Feb 15:47
Compare
Choose a tag to compare

Added

  • Added PhotoEditorModal component that can be used instead of the PESDK.openEditor function to modally present a photo editor.

2.2.2

30 Jan 14:32
Compare
Choose a tag to compare

Fixed

  • Fixed default ordering of the frames for cross-platform consistency.

2.2.1

20 Jan 10:54
Compare
Choose a tag to compare

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.

2.2.0

17 Jan 13:08
Compare
Choose a tag to compare

Added

  • [iOS] Added an interface for native customization. Set the RNPhotoEditorSDK.configureWithBuilder and RNPhotoEditorSDK.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().