DivKit 23.9.0 release

DivKit 23.9.0 release

DivKit

Hello everyone!

Release 29.3 is out. What's new:

Android

  • Fixed blinking of elements when rebinding galleries.
  • Implemented hash() method for Div classes.
  • Added DivConfiguration.Builder#divPlayerPreloader parameter. And also ExoPlayerVideoPreloader , which can be used to preload video if you use ExoDivPlayerFactory as a video player.
  • Disabled the creation of implicit default values for object properties.
  • Fixed a bug that caused the visibility_action function not working for child elements with a size larger than div-gallery .
  • Added a parameter describing the reason for calling div-action to DivActionHandler methods.
  • Fixed the visibility_change animation.

iOS

  • Updated the VGSL version to 3.0.0.
  • Fixed DivView size calculation.
  • Added DivKitComponents.flushUpdateActions method.

Web

  • transition_in , transition_out , transition_change , action_animation and animation_in / animation_out of tooltip will now use the system setting "Reduced Motion Preference".


Report Page