DivKit 30.3.0

DivKit 30.3.0


Android

  • Added tab_title_delimiter  property support for tabs.
    Image delimiters can be added between tab titles. As a example you can use this JSON file.
  • Added font_feature_settings  property support for text.
    font_feature_settings
      is a list of OpenType font features. The format is the same as the CSS font-feature-settings attribute. As an example, you can use this JSON file.
  • Added max_length  property support for input.
  • Removed focus from focused input if a clickable div is clicked.
  • Removed z /Z  pattern restriction from datetime formatting functions.
  • Fixed crash in gallery when the number of items was less than column_count .
  • Fixed size calculation for gallery items wrapped within a container.
  • Fixed line height calculation when the range line_height  is smaller than the text height.


iOS

  • Added font_feature_settings  property support for text.
    font_feature_settings
      is a list of OpenType font features. The format is the same as the CSS font-feature-settings attribute. As an example, you can use this JSON file.
  • Removed z /Z  pattern restriction from datetime formatting functions.
  • Fixed item positions in the gallery.
  • Fixed clipping in containers.


Web

  • Added font_feature_settings  property support for text.
    font_feature_settings
      is a list of OpenType font features. The format is the same as the CSS font-feature-settings attribute. As an example, you can use this JSON file.
  • Added new APIs for the extensions: processExpressions  and execAction .
  • Added gesture extension.
  • When passing data directly inside item_builder , its expressions are no longer executed.
  • Supported z /Z  patterns in datetime formatting functions.
  • Added max_length  property support for input.
  • Updated error messages for invalid calls inside expressions.
  • Fixed an issue with the text property top_offset  and range intersection.
  • Fixed an issue with calling disappear_actions  after instance destruction.


Report Page