Skip to content

v1.33.0 Changelog

August 23, 2024

Breaking Changes

  • Engine: Improved getCurrentPage() to prioritize the selected page over the nearest page to the viewport center if the selected page is visible for more than 25%. The previous behavior can be retained by swapping out getCurrentPage() with, e.g., findNearestToViewPortCenterByType(scene, "page").unwrap()[0].

Non Breaking Changes

  • Editor/Android: Added polygon shape corner radius
  • Editor/Android: Added rect corner radius
  • Editor/Web: Update german translations for advance text UI
  • Editor/iOS: Fixed potential crash when exiting editor from text edit mode.
  • Editor/iOS: Fixed loading scenes that contained a preselected placeholder were showing an invalid image replace sheet at startup.
  • Editor: Made the move handle gizmo configurable via controlGizmo/showMoveHandles
  • Editor/Web: UI added for applying rounded corners to rectangle and polygon shapes