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