| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 32.58.0 source code.tar.gz | 2026-07-13 | 442.8 MB | |
| 32.58.0 source code.zip | 2026-07-13 | 468.1 MB | |
| README.md | 2026-07-13 | 1.1 kB | |
| Totals: 3 Items | 910.9 MB | 0 | |
Android Client:
- Fix rotation pivot-point reset after layout size changes.
- Fixed crash in
div-inputwith currency mask when text input is empty.
iOS Client:
- DivVisibilityCounter is now thread safe.
- Fixed appearance animations (
transition_in) being skipped on the first render or restarted mid-flight when a block is reconfigured rapidly (e.g. during fast data/variable updates). - Implemented scope_id support for focus actions.
- Implemented scope_id support for scroll actions.
- Implemented scope_id support for set cursor position actions.
- Implemented scope_id support for submit actions.
- Implemented scope_id support for tooltips actions.
- Remove redundant DivGallery animation on default_item resolve.
- Retain cursor position after mask change in FixedLengthMaskFormatter.
Web Client:
- Added support of scoped search for elements with given
idinfocus_elementandset_cursor_positionactions. Whenscope_idis defined in action search for the target view takes place inside the view, which is a scope, and not in the entireDiv2View.