Search
Loading...
Skip to content

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 and BlockAPI.setSpotColorForCutoutType to EditorAPI
  • UBQ/Swift: Deprecated Swift scene API load(fromString string: String, ...) in favor of load(from string: String, ...).
  • UBQ/Swift: Deprecated Swift scene API load(fromURL url: URL,...) in favor of load(from url: URL, ...).
  • UBQ/Swift: Deprecated Swift scene API applyTemplate(fromString string: String, ...) in favor of applyTemplate(from string: String, ...).
  • UBQ/Swift: Deprecated Swift scene API applyTemplate(fromURL url: URL, ...) in favor of applyTemplate(from url: URL, ...).
  • UBQ/Swift: Deprecated Swift asset API removeAsset(fromSource sourceID, ...) in favor of removeAsset(from sourceID, ...).
  • UBQ/Swift: Deprecated Swift asset API addAsset(toSource sourceID, ...) in favor of addAsset(to sourceID, ...).
  • UBQ: Deprecated BlockAPI.getVideoFillThumbnail, BlockAPI.getVideoFillThumbnailAtlas, and BlockAPI.getPageThumbnailAtlas in favor of BlockAPI.getVideoThumbnailSequence.

Non Breaking Changes

  • UBQ: Add BlockAPI.getVideoWidth and BlockAPI.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.