DivKit 28.13.0

DivKit 28.13.0


Hello everyone!

This week, we rolled out a small yet significant release.

Android:

  • Added a check for the Beacon URL schema to prevent exceptions when the URL schema isn't supported.
  • Fixed an issue with an incorrect fade animation that had a start_delay.
  • Supported setting line_height to be less than font_size.

iOS:

  • Supported the operator !: within evaluable expressions.
    This expression works as try operator. For example:
    "@{undeclared_variable !: 'fallback'} returns string "fallback" and doesn't throw an exception.

Report Page