Updated DivKit 31.13.0 changelog

commit_hash:18abb9c7f313e2f549e8dfd523bbb0f8959528a7
This commit is contained in:
robot-divkit
2025-04-24 14:09:02 +03:00
parent 47c89680e7
commit 2807bce5fb
2 changed files with 25 additions and 0 deletions
+17
View File
@@ -1,3 +1,20 @@
## 31.13.0
# Android Client:
* Support expressions in `set_variable` action for `dict` variables.
# iOS Client:
* Added the ability to set collection variables (array and dictionary) from URL.
* Fixed views popping to the foreground when performing animation in overlap containers.
* Support expressions in `set_variable` action for `dict` variables.
# Web Client:
* Fixed an erroneous situation where an action with a `scope_id` was launched and no such scope was found, the action will now fail.
* Fixed the logic of the size of the `image` with `aspect` and `wrap_content`.
* Fixed the overflow logic of the `tabs` component with the height of `match_parent` and `fixed`.
* The default conversion to string for the values `dict` and `array` has been changed to match Android/iOS.
## 31.12.0
# Android Client:
+8
View File
@@ -1,3 +1,11 @@
## 31.13.0 (April 28, 2025)
* Fixed an erroneous situation where an action with a `scope_id` was launched and no such scope was found, the action will now fail.
* Fixed the logic of the size of the `image` with `aspect` and `wrap_content`.
* Fixed the overflow logic of the `tabs` component with the height of `match_parent` and `fixed`.
* The default conversion to string for the values `dict` and `array` has been changed to match Android/iOS.
## 31.12.0 (April 21, 2025)
* Added `cot` function.