From 7ced060af3a37b31d71dcf4b23450dfd7f7ea55f Mon Sep 17 00:00:00 2001 From: 4eb0da <4eb0da@yandex-team.com> Date: Fri, 13 Sep 2024 13:13:31 +0300 Subject: [PATCH] Compat upd commit_hash:c75e48329d27627660aaea4386ec78ced338b720 --- compat_data/actions.json | 24 ++++++++++++++++++++++++ compat_data/div-text.json | 16 ++++++++++++++++ compat_data/methods.json | 6 ++++++ 3 files changed, 46 insertions(+) diff --git a/compat_data/actions.json b/compat_data/actions.json index 4bc6a5db7..7568a0352 100644 --- a/compat_data/actions.json +++ b/compat_data/actions.json @@ -97,6 +97,30 @@ "version_added": "30.4.0" } } + }, { + "id": "action_typed_show_tooltip", + "name": "Typed action show_tooltip", + "compat": { + "android": { + "version_added": "30.17.0" + } + } + }, { + "id": "action_typed_timer", + "name": "Typed action timer", + "compat": { + "android": { + "version_added": "30.17.0" + } + } + }, { + "id": "action_typed_video", + "name": "Typed action video", + "compat": { + "android": { + "version_added": "30.17.0" + } + } }, { "id": "action_is_enabled", "name": "Action is_enabled property", diff --git a/compat_data/div-text.json b/compat_data/div-text.json index 62bbd295c..4aaf937ac 100644 --- a/compat_data/div-text.json +++ b/compat_data/div-text.json @@ -56,5 +56,21 @@ "version_added": "30.7.0" } } + }, { + "id": "text_images_accessibility", + "name": "accessibility property for images inside text", + "compat": { + "android": { + "version_added": "30.17.0" + } + } + }, { + "id": "text_items_alignment_vertical", + "name": "alignment_vertical property for images and ranges inside text", + "compat": { + "android": { + "version_added": "30.17.0" + } + } }] } diff --git a/compat_data/methods.json b/compat_data/methods.json index 3f49cece8..7bb544c83 100644 --- a/compat_data/methods.json +++ b/compat_data/methods.json @@ -40,6 +40,9 @@ }, "web": { "version_added": "30.2.0" + }, + "android": { + "version_added": "30.14.0" } } }, { @@ -51,6 +54,9 @@ }, "web": { "version_added": "29.15.0" + }, + "android": { + "version_added": "30.17.0" } } }, {