v1.14.0 Changelog
July 21, 2023
Breaking Changes
- UBQ/Android: Deprecated Android block API ‘isPropertyWriteable’ in favor of ‘isPropertyWritable’ to be consistent with iOS and web bindings.
- UBQ/Swift: Moved
BlockAPI.getSpotColorForCutoutType
andBlockAPI.setSpotColorForCutoutType
toEditorAPI
- UBQ/Swift: Deprecated Swift scene API
load(fromString string: String, ...)
in favor ofload(from string: String, ...)
. - UBQ/Swift: Deprecated Swift scene API
load(fromURL url: URL,...)
in favor ofload(from url: URL, ...)
. - UBQ/Swift: Deprecated Swift scene API
applyTemplate(fromString string: String, ...)
in favor ofapplyTemplate(from string: String, ...)
. - UBQ/Swift: Deprecated Swift scene API
applyTemplate(fromURL url: URL, ...)
in favor ofapplyTemplate(from url: URL, ...)
. - UBQ/Swift: Deprecated Swift asset API
removeAsset(fromSource sourceID, ...)
in favor ofremoveAsset(from sourceID, ...)
. - UBQ/Swift: Deprecated Swift asset API
addAsset(toSource sourceID, ...)
in favor ofaddAsset(to sourceID, ...)
. - UBQ: Deprecated
BlockAPI.getVideoFillThumbnail
,BlockAPI.getVideoFillThumbnailAtlas
, andBlockAPI.getPageThumbnailAtlas
in favor ofBlockAPI.getVideoThumbnailSequence
.
Non Breaking Changes
- UBQ: Add
BlockAPI.getVideoWidth
andBlockAPI.getVideoHeight
. - CESDK: Fix issue with exported PDFs as zips
- CESDK: Fix audio trim seeker mispositioning
- CESDK: Fix crop area possibly exceeding the content area when editing rotated crops with the edge handles.
- UBQ: Introduce
placeholderBehavior/enabled
property, that allows controlling whether a block should behave like a placeholder. For text blocks, the flag triggers selection of the entire text upon first edit. - UBQ: Introduce
block.onClicked
subscription. - CESDK: Add a timeout to the video export to detect and handle an unresponsive
VideoEncoder
. - UBQ: Automatically correct some video rotation matrices with a translation
- CESDK: Fix Asset Library upload not working correctly with groups
- CESDK: Fix an issue where the selected page was appearing out of focus after undo/redo
- CESDK/Swift: Add missing public
GradientColorStop.init
- CESDK: Fix an issue where the Windows 11 video encoder would insert duplicated frames, doubling the duration of the exported video.