| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 32.31.0 source code.tar.gz | 2025-12-22 | 315.7 MB | |
| 32.31.0 source code.zip | 2025-12-22 | 335.5 MB | |
| README.md | 2025-12-22 | 1.0 kB | |
| Totals: 3 Items | 651.1 MB | 3 | |
Android Client:
- Added bitmap size limiting to prevent Canvas rendering crash when loading large images and GIFs. New
limitImageBitmapSizeEnabledparameter in allDivImageLoaderimplementations (enabled by default, can be disabled via constructor). In your ownDivImageLoaderyou can override funneedLimitBitmapSize.
iOS Client:
- Fixed display of ShimmerImagePreviewViewProvider.
Web Client:
- Added support for the
font_familyinslidercomponent. - Added support for the
font_variation_settingsproperties (includingtext,select,input,sliderandtabscomponents). - Added support for the
transformationsproperty in all components (div-base). - Added support for the typed
customaction. - Fixed the layout of the
gallerywith thematch_parentelements along the axis perpendicular to scrolling. - Fixed the layout of the
match_parentitems insidepagerwithlayout_mode=wrap_content. CustomActionCallbacktype is now deprecated. UseCustomActionCallbackWithTypedinstead.