From a82b571ecf321b552b409fecdb1c55c865ce901d Mon Sep 17 00:00:00 2001 From: 4eb0da <4eb0da@yandex-team.com> Date: Fri, 7 Mar 2025 15:30:36 +0300 Subject: [PATCH] Compat upd commit_hash:e1d387310a2755c64e6f0bd452464dc51db16d4a --- compat_data/actions.json | 9 +++++++++ compat_data/div-base.json | 6 ++++++ compat_data/div-pager.json | 6 ++++++ compat_data/div-tooltip.json | 33 +++++++++++++++++++++++++++++++++ compat_data/expressions.json | 3 +++ compat_data/other.json | 16 ++++++++++++++++ 6 files changed, 73 insertions(+) diff --git a/compat_data/actions.json b/compat_data/actions.json index 73d82a313..305b18dc0 100644 --- a/compat_data/actions.json +++ b/compat_data/actions.json @@ -226,6 +226,9 @@ }, "ios": { "version_added": "30.33.0" + }, + "web": { + "version_added": "31.0.0" } } }, { @@ -234,6 +237,12 @@ "compat": { "ios": { "version_added": "30.23.0" + }, + "android": { + "version_added": "31.5.0" + }, + "web": { + "version_added": "31.5.0" } } }, { diff --git a/compat_data/div-base.json b/compat_data/div-base.json index 3f71e2d5a..e0311eae5 100644 --- a/compat_data/div-base.json +++ b/compat_data/div-base.json @@ -92,6 +92,9 @@ }, "ios": { "version_added": "31.4.0" + }, + "web": { + "version_added": "31.5.0" } } }, { @@ -103,6 +106,9 @@ }, "ios": { "version_added": "31.4.0" + }, + "web": { + "version_added": "31.5.0" } } }] diff --git a/compat_data/div-pager.json b/compat_data/div-pager.json index 13113c881..94d8b2b19 100644 --- a/compat_data/div-pager.json +++ b/compat_data/div-pager.json @@ -83,6 +83,9 @@ }, "android": { "version_added": "31.0.0" + }, + "web": { + "version_added": "31.5.0" } } }, { @@ -91,6 +94,9 @@ "compat": { "android": { "version_added": "31.1.0" + }, + "web": { + "version_added": "31.5.0" } } }, { diff --git a/compat_data/div-tooltip.json b/compat_data/div-tooltip.json index acbf3c990..1e1250f89 100644 --- a/compat_data/div-tooltip.json +++ b/compat_data/div-tooltip.json @@ -41,6 +41,39 @@ "compat": { "ios": { "version_added": "31.3.0" + }, + "android": { + "version_added": "31.3.0" + }, + "web": { + "version_added": "31.5.0" + } + } + }, { + "id": "tooltip_tap_outside_actions", + "name": "tap_outside_actions property for the tooltip", + "compat": { + "ios": { + "version_added": "31.2.0" + } + } + }, { + "id": "tooltip_close_by_tap_outside", + "name": "close_by_tap_outside property for the tooltip", + "compat": { + "ios": { + "version_added": "31.2.0" + }, + "android": { + "version_added": "31.3.0" + } + } + }, { + "id": "tooltip_background_accessibility_description", + "name": "background_accessibility_description property for the tooltip", + "compat": { + "ios": { + "version_added": "31.5.0" } } }] diff --git a/compat_data/expressions.json b/compat_data/expressions.json index ded486114..f3af74395 100644 --- a/compat_data/expressions.json +++ b/compat_data/expressions.json @@ -22,6 +22,9 @@ }, "web": { "version_added": "30.2.0" + }, + "android": { + "version_added": "30.14.0" } } }, { diff --git a/compat_data/other.json b/compat_data/other.json index 2dc455dfa..1bc3fefe9 100644 --- a/compat_data/other.json +++ b/compat_data/other.json @@ -55,5 +55,21 @@ "version_added": "30.21.0" } } + }, { + "id": "set_variable_array_from_string", + "name": "Parse array from string and set it into the variable (including both programmic api and the div-action://set_variable)", + "compat": { + "android": { + "version_added": "31.5.0" + } + } + }, { + "id": "set_variable_dict_from_string", + "name": "Parse dict from string and set it into the variable (including both programmic api and the div-action://set_variable)", + "compat": { + "android": { + "version_added": "25.2.0" + } + } }] }