Skip to content

Releases: imgly/vesdk-react-native

2.6.0

25 Nov 11:59
Compare
Choose a tag to compare

Changed

  • [Android] Added support for VideoEditor SDK for Android version 8.0.4 and above.
  • [Android] Raised minimum VideoEditor SDK for Android version to 8.0.4.

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.
  • Added integration and identifier documentation for new GIF sticker category and 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.
  • [Android] Fixed crash when exporting serialization for remote videos.
  • [Android] 🚨 Fixed export result type to video which was image before.

2.4.1

16 Apr 14:40
Compare
Choose a tag to compare
  • Same version as 2.4.0. Bumped version to keep the version consistent with react-native-photoeditorsdk.

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 VideoEditorModal component that can be used instead of the VESDK.openEditor function to modally present a video 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.