| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 32.52.0 source code.tar.gz | 2026-05-29 | 407.3 MB | |
| 32.52.0 source code.zip | 2026-05-29 | 430.7 MB | |
| README.md | 2026-05-29 | 1.1 kB | |
| Totals: 3 Items | 838.0 MB | 3 | |
iOS Client:
- Fixed Retain Cycle in
FunctionsProviderthat causedDivKitComponentsmemory leak. - Fixed
scroll_toandset_next_itemactions on an infinitediv-pager: navigating from the last item to the first (or vice versa) now plays a single-item animation across the buffered edge instead of scrolling linearly through every intermediate page. - Fixed an issue where tapping a gallery, pager or tabs item during an in-flight scroll animation was ignored.
- Fixed double infinite-scroll jump in a pager when deceleration crossed the buffer boundary more than once during a single settling.
- Fixed linear and radial gradient rendering when adjacent stops differ in alpha — transparent → opaque transitions (e.g.
#0000→#FFFFFFFF) no longer pass through mid-grey, matching Android's behavior. - Fixed potential memory leaks in
ValueAnimator,DivViewPreloader, andTabContentsView. - Supported
set-cursor-positionaction.
Web Client:
- Added support for the
alphaBlendfunction. - Fixed
set_cursor_positionwith multiple types ofinput.