Skip to content

32.31.0

Latest

Choose a tag to compare

@rsbooster rsbooster released this 22 Dec 11:14

Android Client:

  • 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.