Updated DivKit 32.49.0 changelog

commit_hash:165426ecc95a15bc5fb81a242509ad7aaadff995
This commit is contained in:
robot-divkit
2026-05-06 16:12:37 +03:00
parent 4ae8017bd4
commit 0e25012a64
2 changed files with 27 additions and 0 deletions
+18
View File
@@ -1,3 +1,21 @@
## 32.49.0
# iOS Client:
* Do not log model.child.view in renderingDelegate "Touchable view is too small" error.
* Fixed accessibility mode merge, to respect inactive states and gone blocks.
* Fixed caret jumping on fast typing in masked text input.
* Fixed simultaneous long tap and pan gestures recognition in gallery.
* Supported get/set stored values by cardId.
* TriggerUpdate boolean flag added to DivVariablesStorage.append.
# Web Client:
* Added suuport for the `scope` value in the `set_stored_value` action.
* Added the `themeVariableName` configuration property, which creates a variable that stores the current theme (`light` or `dark`).
* Fixed accessibility type = `image`.
* Fixed sorting of `dict` values when converting to a string.
* The `theme` configuration property is no longer deprecated.
## 32.48.0
# Android Client:
+9
View File
@@ -1,3 +1,12 @@
## 32.49.0 (May 11, 2026)
* Added suuport for the `scope` value in the `set_stored_value` action.
* Added the `themeVariableName` configuration property, which creates a variable that stores the current theme (`light` or `dark`).
* Fixed accessibility type = `image`.
* Fixed sorting of `dict` values when converting to a string.
* The `theme` configuration property is no longer deprecated.
## 32.47.0 (April 27, 2026)
* Supported typed action `scroll_to` with destination `item_id` and corresponding `scroll_to_item_id` action url.