DivKit 28.8.0 release

DivKit 28.8.0 release

DivKit

Hi everyone! 

Here's what new features to expect with the release of DivKit 28.8.0

Android

  • Added optional databasePrefix parameter to DivStorageComponent creation method.
  • Removed a crash in DivGallery when scroll_mode: paging is set .
  • Fixed a bug related to unnecessary bind calls for Div2View when switching state inside DivGallery before its items are added.
  • DivDataRepositoryImpl.getAll() no longer duplicates cards in the response.
  • Variable triggers are no longer cleared after applying a patch to a layout.

Web Client

  • There is now support for the aspect parameter for the video component. The parameter is now supported on all three platforms.
  • Added support for text_shadow for text.
  • Supported typed action ( action ) set_variable .
  • Fixed visual text clipping in some cases, for example, when applying max_lines property.
  • Fixed a problem with server-side rendering (SSR) of input component.

Report Page