v1.28.0 Changelog
June 6, 2024
Breaking Changes
- Editor/iOS:
AssetLibrary
protocol requires anelementsTab
property. - Editor/Web, Engine/Web, Editor/Node: Removes default asset sources from the release folder.
If you have served our assets with your own server and use the default asset sources, you need to download the default asset source zip (https://cdn.img.ly/assets/v3/IMGLY-Assets.zip)
Non Breaking Changes
- Engine: Added corner rounding to the rectangle and polygon shapes, see
cornerRadius
properties here. - Editor/iOS: Fixed
VideoEditor
was uploading images to video upload asset source instead of image upload asset source. - Editor/iOS: Fixed zoomed image in crop mode was accidentally reset when using the straighten slider.
- Editor/Web: Fix an issue where the
context.group
passed to theonUpload
callback doesn’t reflect the actual group ID where the file is being uploaded. - Engine/Swift: Fixed potential data race for
applyAsset
andapplyAssetToBlock
closures ofAssetAPI.addLocalSource
. - Editor/Web: Fix a performance issue when page titles are enabled in the video editor.
- Engine: Add support for more WAV files.
- Engine: Fix a transformation issue with some videos sent via WhatsApp.
- Editor/Web: Fix an issue where clicking reset duration in the trim inspector throws an error
- Editor/Web: Display a blue overlay in the trim inspector if the clip exceeds the full video duration
- Editor/Web: Fixed a bug where panels cannot be fully used on small viewports.