You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added bitmap size limiting to prevent Canvas rendering crash when loading large images and GIFs. New limitImageBitmapSizeEnabled parameter in all DivImageLoader implementations (enabled by default, can be disabled via constructor). In your own DivImageLoader you can override fun needLimitBitmapSize.
iOS Client:
Fixed display of ShimmerImagePreviewViewProvider.
Web Client:
Added support for the font_family in slider component.
Added support for the font_variation_settings properties (including text, select, input, slider and tabs components).
Added support for the transformations property in all components (div-base).
Added support for the typed custom action.
Fixed the layout of the gallery with the match_parent elements along the axis perpendicular to scrolling.
Fixed the layout of the match_parent items inside pager with layout_mode = wrap_content.
CustomActionCallback type is now deprecated. Use CustomActionCallbackWithTyped instead.