From 757151a38d62d5e5fb54bb175d182bdcf69726d2 Mon Sep 17 00:00:00 2001 From: 4eb0da <4eb0da@yandex-team.com> Date: Wed, 9 Apr 2025 11:34:49 +0300 Subject: [PATCH] Compat upd commit_hash:981bd9c21b762cbb25f6ba147624d08080d2dab9 --- .mapping.json | 1 + compat_data/div-actionable.json | 8 ++++++++ compat_data/div-base.json | 8 ++++++++ compat_data/div-indicator.json | 11 +++++++++++ compat_data/div-pager.json | 6 ++++++ compat_data/div-state.json | 3 +++ compat_data/div-text.json | 7 +++---- 7 files changed, 40 insertions(+), 4 deletions(-) create mode 100644 compat_data/div-indicator.json diff --git a/.mapping.json b/.mapping.json index ad6125a1a..e3365ca7d 100644 --- a/.mapping.json +++ b/.mapping.json @@ -19680,6 +19680,7 @@ "compat_data/div-gallery.json":"divkit/public/compat_data/div-gallery.json", "compat_data/div-grid.json":"divkit/public/compat_data/div-grid.json", "compat_data/div-image.json":"divkit/public/compat_data/div-image.json", + "compat_data/div-indicator.json":"divkit/public/compat_data/div-indicator.json", "compat_data/div-input.json":"divkit/public/compat_data/div-input.json", "compat_data/div-pager.json":"divkit/public/compat_data/div-pager.json", "compat_data/div-patch.json":"divkit/public/compat_data/div-patch.json", diff --git a/compat_data/div-actionable.json b/compat_data/div-actionable.json index 690013ce7..29dd2360c 100644 --- a/compat_data/div-actionable.json +++ b/compat_data/div-actionable.json @@ -21,5 +21,13 @@ "version_added": "30.33.0" } } + }, { + "id": "actionable_capture_focus_on_action", + "name": "capture_focus_on_action property for the actionable components", + "compat": { + "ios": { + "version_added": "31.10.0" + } + } }] } diff --git a/compat_data/div-base.json b/compat_data/div-base.json index e0311eae5..63b7e7c92 100644 --- a/compat_data/div-base.json +++ b/compat_data/div-base.json @@ -111,5 +111,13 @@ "version_added": "31.5.0" } } + }, { + "id": "background_radial_color_map", + "name": "Radial gradient in the background with positions using color_map", + "compat": { + "web": { + "version_added": "31.10.0" + } + } }] } diff --git a/compat_data/div-indicator.json b/compat_data/div-indicator.json new file mode 100644 index 000000000..d0c8d4540 --- /dev/null +++ b/compat_data/div-indicator.json @@ -0,0 +1,11 @@ +{ + "features": [{ + "id": "indicator_nearest_pager_search", + "name": "Search for the nearest pager in the indicator", + "compat": { + "android": { + "version_added": "31.10.0" + } + } + }] +} diff --git a/compat_data/div-pager.json b/compat_data/div-pager.json index 94d8b2b19..6b52ccba5 100644 --- a/compat_data/div-pager.json +++ b/compat_data/div-pager.json @@ -105,6 +105,12 @@ "compat": { "android": { "version_added": "31.1.0" + }, + "ios": { + "version_added": "30.32.0" + }, + "web": { + "version_added": "31.10.0" } } }] diff --git a/compat_data/div-state.json b/compat_data/div-state.json index 1bf4c2d66..9a3540969 100644 --- a/compat_data/div-state.json +++ b/compat_data/div-state.json @@ -8,6 +8,9 @@ }, "web": { "version_added": "30.31.0" + }, + "ios": { + "version_added": "31.10.0" } } }] diff --git a/compat_data/div-text.json b/compat_data/div-text.json index 6d886fbab..6486fdc65 100644 --- a/compat_data/div-text.json +++ b/compat_data/div-text.json @@ -3,15 +3,14 @@ "id": "text_truncate", "name": "Text truncate property", "status": { - "deprecated": true, - "notes": "Property is deprecated and should not be used. Use ellipsis instead" + "notes": "The property was deprecated, and then lost this status and was re-implemented." }, "compat": { "android": { - "version_added": "1.0.0" + "version_added": "31.10.0" }, "ios": { - "version_added": "1.0.0" + "version_added": "31.10.0" } } }, {