v1.50.0 Changelog
April 29, 2025
Breaking Changes
Non Breaking Changes
- Editor/RN: Added option to change the
kotlinCompilerExtensionVersion
. - Editor/RN: Added support for Kotlin v2.0.0+.
- Engine: Animations are no longer active during crop or text editing to allow more precise editing.
- Editor/Flutter: Added option to change the
kotlinCompilerExtensionVersion
. - Editor/Flutter: Added support for Kotlin v2.0.0+.
- Engine: Animations are now only applied in design scenes (i.e. if the scene’s mode is
Design
and notVideo
). - Engine: forceLoadAVResource no longer sets an error state when a block has an empty URI.
Editor/RN: Fixed a crash on Android when exporting scenes containing
content://
Uri(s). The SDK now allows these Uri(s) by default. UpdatedEditorResult
documentation to clarify that such Uri(s) may not be reusable and recommend handling them usingEngineConfiguration.onUpload
andengine.editor.setUriResolver
. - Editor/RN: Fixed thumbnails not being encoded correctly.
- Editor/Flutter: Fixed thumbnails not being encoded correctly.
- Editor/Flutter: Fixed thumbnail of postcard editor exports would be blank.
- Editor/RN: Fixed thumbnail of postcard editor exports would be blank.
- Engine: Fixed a crash that could occur when the
useSystemFontFallback
setting was enabled while continuously changing a text block’s font. - Engine/Web: Fixed HDR video display.
- Editor/Web: Improved selection frame behavior by preventing frame visibility during playback mode
- Engine: Fixed stuttering on exported videos.
- Engine: Fixed stutters and repeated frames in exported videos.
- Camera/iOS: Set
preferredVideoStabilizationMode
asstandard
to improve recording’s stabilization.