| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 32.56.0 source code.tar.gz | 2026-06-24 | 442.2 MB | |
| 32.56.0 source code.zip | 2026-06-24 | 467.5 MB | |
| README.md | 2026-06-24 | 765 Bytes | |
| Totals: 3 Items | 909.7 MB | 2 | |
Android Client:
transition_changeset on a container now cascades to its child elements that have anidbut don't declare their owntransition_change, so they animate their bounds on state and data changes instead of snapping to the final layout.
iOS Client:
- A
match_parentitem on the cross-axis of awrap_contentcontainer now stretches to match the largest content among such items; when the container defines amin_size, the item (and its nestedmatch_parentcontent) stretches to fill that size. - Fixed infinite scroll pager animation direction:
set_next_itemnow always animates forward andset_previous_itembackward across the loop boundary.
Web Client:
- Fixed an issue where disabled
menu_itemsinactionwere displayed.