diff --git a/.mapping.json b/.mapping.json index 639d10932..20d65e10f 100644 --- a/.mapping.json +++ b/.mapping.json @@ -16911,6 +16911,7 @@ "compat_data/actions.json":"divkit/public/compat_data/actions.json", "compat_data/div-base.json":"divkit/public/compat_data/div-base.json", "compat_data/div-container.json":"divkit/public/compat_data/div-container.json", + "compat_data/div-focus.json":"divkit/public/compat_data/div-focus.json", "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", diff --git a/compat_data/actions.json b/compat_data/actions.json index a7686543f..61ff9d536 100644 --- a/compat_data/actions.json +++ b/compat_data/actions.json @@ -103,6 +103,9 @@ "compat": { "android": { "version_added": "30.17.0" + }, + "ios": { + "version_added": "30.24.0" } } }, { diff --git a/compat_data/div-focus.json b/compat_data/div-focus.json new file mode 100644 index 000000000..85ed6abed --- /dev/null +++ b/compat_data/div-focus.json @@ -0,0 +1,14 @@ +{ + "features": [{ + "id": "focus_next_focused_ids_forwars", + "name": "next_focus_ids.forward property support in the focus", + "compat": { + "android": { + "version_added": "1.0.0" + }, + "ios": { + "version_added": "30.24.0" + } + } + }] +} diff --git a/compat_data/div-tabs.json b/compat_data/div-tabs.json index a610fd381..685898898 100644 --- a/compat_data/div-tabs.json +++ b/compat_data/div-tabs.json @@ -27,6 +27,9 @@ "compat": { "android": { "version_added": "30.3.0" + }, + "web": { + "version_added": "30.24.0" } } }] diff --git a/compat_data/div-text.json b/compat_data/div-text.json index a8507934c..48983b63a 100644 --- a/compat_data/div-text.json +++ b/compat_data/div-text.json @@ -100,5 +100,16 @@ "version_added": "30.22.0" } } + }, { + "id": "text_range_background_cloud", + "name": "cloud background type for the range of a text", + "compat": { + "android": { + "version_added": "30.22.0" + }, + "web": { + "version_added": "30.24.0" + } + } }] } diff --git a/compat_data/methods.json b/compat_data/methods.json index 9a0a0d6e6..5507ccacd 100644 --- a/compat_data/methods.json +++ b/compat_data/methods.json @@ -93,6 +93,17 @@ }, "web": { "version_added": "30.20.0" + }, + "ios": { + "version_added": "30.24.0" + } + } + }, { + "id": "methods_array_is_empty", + "name": "Method-isEmpty for the array", + "compat": { + "ios": { + "version_added": "30.24.0" } } }]