diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e57c7e5b..277ad69a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/client/web/divkit/CHANGELOG.md b/client/web/divkit/CHANGELOG.md index e37fc8446..44542a0e4 100644 --- a/client/web/divkit/CHANGELOG.md +++ b/client/web/divkit/CHANGELOG.md @@ -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.