v1.23.0 Changelog
March 26, 2024
Breaking Changes
- Editor: When adding a video or an image to an empty scene through the asset library, they will now be added as background clip
- Editor: By default, all panels now open on the left hand side and are fixed
- Engine/Swift: Packages for Apple platforms are now built with Xcode 15.1 and Swift 5.9, which is the new minimum requirement for using them.
- Editor/Swift: Packages for Apple platforms are now built with Xcode 15.1 and Swift 5.9, which is the new minimum requirement for using them.
Non Breaking Changes
- Engine: Add
BlockAPI.generateAudioThumbnailSequence
API to generate data for drawing audio wave patterns. - Editor: Improved the idle performance.
- Editor: Improved resizing, elements can be resized by dragging the edge instead of only the resize handle.
- Editor: UI can now show editable color properties in the ‘Effects’ panel.
- Editor: Fixed the selection of elements with touch input not being possible for elements that have another element under it that was selected before.
- Editor: Improved double-tap detection on touch devices.
- Editor: Fix dropped canvas menu items for entering/selecting a group
- Engine/Swift: Fixed cursor and selection interaction during on-canvas text editing in iOS 17
- Engine:
BlockAPI.fillParent
now uses the parent’s parent if the parent is a//ly.img.ubq/track
or//ly.img.ubq/group
.