Skip to content

v1.30.0 Changelog

July 3, 2024

Breaking Changes

Non Breaking Changes

  • Editor/Android: Added PhotoEditor.
  • Editor/iOS: Added corner radius for rect and polygon shapes, images and videos.
  • Engine: Added an asset source with id ‘ly.img.scene.colorss’ that automatically provides all used colors in the current scene.
  • Editor/Web: When setting the ui.elements.libraries.insert.backgroundTrackLibraryEntries is set to an empty array, the add clip button will not be shown in the video UI
  • Editor/iOS: Added audio preview in asset library.
  • Editor/Web: Fix generated CSS theme tokens popover overflowing on small viewports
  • Engine: Fixed that changed scopes could get reset on undo/redo
  • Editor/Web, Engine/Web: Video export in a web worker supports custom URL resolvers now. This requires that the custom resolver does not reference any variables outside of its scope. The resolver function will receive the default resolver as its second argument.