Updated DivKit 31.9.0 changelog

commit_hash:46b1d78be26334d4dbca535de27d83648d7c1069
This commit is contained in:
robot-divkit
2025-03-28 14:26:12 +03:00
parent 30ad7b541e
commit 10602fdf27
2 changed files with 29 additions and 0 deletions
+20
View File
@@ -1,3 +1,23 @@
## 31.9.0
# Android Client:
* Fix animator on text gradient.
# iOS Client:
* Added Voice Over focus when focusing on `DivInput`.
* Added support for `mode` with value "transactional" and `on_failed_actions` properties in `div-patch`.
* Hide keyboard on tap outside.
* Replace deprecated `EdgeInsets.horizontalInsets`/`EdgeInsets.verticalInsets` API usages with `EdgeInsets.horizontal`/`EdgeInsets.vertical`.
* Visual animation no longer requires specifying an element ID.
# Web Client:
* Added support for `functions` in the `card` (div data). Previously, they were supported only in components.
* Added support for the `animation_type` and `animation_duration` in `tabs`.
* Fixed a bug with the importance of properties in action, now `typed` is more important than `url`.
* Fixed an error message when a local function was found, but the arguments were incorrect.
* The logic of the "nested actions" warning has been updated, nested `<button>` will no longer be rendered.
## 31.8.1
# iOS Client:
+9
View File
@@ -1,3 +1,12 @@
## 31.9.0 (March 31, 2025)
* Added support for `functions` in the `card` (div data). Previously, they were supported only in components.
* Added support for the `animation_type` and `animation_duration` in `tabs`.
* Fixed a bug with the importance of properties in action, now `typed` is more important than `url`.
* Fixed an error message when a local function was found, but the arguments were incorrect.
* The logic of the "nested actions" warning has been updated, nested `<button>` will no longer be rendered.
## 31.8.0 (March 24, 2025)
* Added support for `background_accessibility_description` for the `tooltip`. If specified, the backdrop (background) of the `tooltip` is converted to a button with the specified text.