Skip to content

v1.27.0 Changelog

May 21, 2024

Breaking Changes

  • Engine/Android: Bump minSdk support from 23 (Android 6) to 24 (Android 7)

Non Breaking Changes

  • Engine: Support playback of WAV audio files.
  • Editor: Fix an issue where the uploaded audio files don’t have a thumbnail when using localUpload
  • Editor: Fix missing german translation in our demo audio asset source
  • Engine: Fixed the issue of text blocks using the fallback font for a moment whenever a new font is selected that is not yet loaded.
  • Engine: Fixed the previously inverted png compression level in the export options. 0 = no compression, 9 = max compression.
  • Engine: Fixed the resizeContentAware API to not change the child order of any of the blocks in the scene.
  • Engine: Process thumbnail rendering in request order and limit processing time per engine update to avoid UI freezes.
  • Editor/Web: Show milliseconds in the time stamps across our video Editor
  • Editor/Web: Render the video timeline below the panels as opposed to beside them to prevent layout break on smaller viewports..