mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
Updated DivKit 32.37.0 changelog
commit_hash:d56bc03c1a8b498da4ddfb8fb6e4c7339e92dc11
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user