v1.45.0 Changelog
February 19, 2025
Breaking Changes
Non Breaking Changes
- Camera/Android: Added video reactions.
- Editor/Web: Export missing UI API TypeScript types
- Engine: Added new setting
useSystemFontFallback
to enable/disable IMG.LY hosted font fallback for fonts that are missing certain characters. - Engine: Added new setting
fontFallbackUri
to specify custom font fallback for fonts that are missing certain characters. - Engine: Added new setting
forceSystemEmojis
to disable emoji replacement with bundled emoji font. - Editor/iOS: Fix enter/exit group button icons are not shown.
- Engine: Improved the URI handling in the engine to allow for placeholders in the custom URI resolver.
- Editor/Web: Fixed an issue where copying and pasting multiple elements occasionally resulted in their order being altered.
- Engine: Fixed GIFs not loading on image fills
- Editor/Web: Fixed a bug where error icons in dialogs occasionally failed to render properly.
- Editor/Web: Fixed slider edit button not hiding automatically
- Editor/Web: Resolved an issue where selecting a block could occasionally cause the UI to flicker.
- Editor/Web: Fixed wrong card aspect ratio when switching the viewport size (desktop/mobile)
- Editor/Flutter: Fixed video editor would close and throw an error if the export is cancelled on iOS.
- Editor/Flutter: Added video editor for Android.
- Engine: when calling the functions
forceLoadAVResource
andforceLoadResource
on resources that are in an error state will try to load these resource again. - Editor/Web: Pass the correct payload from
openPanel
to the registered panel when opening it. - Editor/Web: Update docs around deprecated
refetchAssetSources
- Editor/Web: Add new property
trailingIcon
to Button builder components to allow for a trailing icon to be added to the button. - Editor/Web: Fixed uploaded image preview in the fill panel when using the
callbacks.onUpload: 'local'
configuration option - Editor/Web: Using correct tooltip content for each color panels enable/disable toggle
- Editor/Web: Fixed an issue where dragging and dropping elements on top of each other in the video timeline could cause unexpected behavior.
- Editor/Web: Fixed an issue in the video timeline where dropping an element on the same track would not push trailing elements as expected.