Updated DivKit 32.38.0 changelog

commit_hash:689237e9e71a948c44a4c7fcb960efb6fb746dc8
This commit is contained in:
robot-divkit
2026-02-18 13:32:05 +03:00
parent 3fe0dcb49b
commit f92cd48adc
2 changed files with 19 additions and 0 deletions
+14
View File
@@ -1,3 +1,17 @@
## 32.38.0
# Android Client:
* Add variable description to VariableMutationException.
* Removed dependencies to `androidx.datastore:datastore` and `org.jetbrains.kotlin:kotlin-serialization`.
# iOS Client:
* Fixed Lottie animation repeat_count semantics: repeat_count now means the number of additional plays (repeat_count=0 plays once, repeat_count=1 plays twice, repeat_count=-1 plays infinitely).
* The custom action function has been implemented.
# Web Client:
* Changed `lottie`s `repeat_count` logic (to better align with other platforms).
## 32.37.0
# Android Client:
+5
View File
@@ -1,3 +1,8 @@
## 32.38.0 (February 23, 2026)
* Changed `lottie`s `repeat_count` logic (to better align with other platforms).
## 32.37.0 (February 16, 2026)
* Added a warning about using gifs in the `div-image` component.