Updated DivKit 32.37.0 changelog

commit_hash:d56bc03c1a8b498da4ddfb8fb6e4c7339e92dc11
This commit is contained in:
robot-divkit
2026-02-13 17:43:15 +03:00
parent e234cd83fa
commit 6cf50b603e
+1
View File
@@ -4,6 +4,7 @@
* Added `getExpressionResolver` method to `Div2Context` to access `ExpressionResolver` implementation for given `DivData`. Can be used for preloading when there is no created `Div2View`.
* Fixed `gif` images loading by `GlideDivImageLoader`.
* Fixed loading images from assets by provided `DivImageLoader`s.
* Fixed shadow blur rendering on certain devices.
* Introduced `DivCachedImage` to transfer loaded images from `DivImageLoader`. `CachedBitmap` is now deprecated — please migrate to `DivCachedImage`.
* `PicassoDivImageLoader` is now deprecated because the Picasso library is outdated. Recommended alternatives for image loading: `GlideDivImageLoader`, `CoilDivImageLoader` or custom implementation of the `DivImageLoader` interface.