Compat upd

commit_hash:981bd9c21b762cbb25f6ba147624d08080d2dab9
This commit is contained in:
4eb0da
2025-04-09 11:34:49 +03:00
parent 0f17110d68
commit 757151a38d
7 changed files with 40 additions and 4 deletions
+1
View File
@@ -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",
+8
View File
@@ -21,5 +21,13 @@
"version_added": "30.33.0"
}
}
}, {
"id": "actionable_capture_focus_on_action",
"name": "<code>capture_focus_on_action</code> property for the actionable components",
"compat": {
"ios": {
"version_added": "31.10.0"
}
}
}]
}
+8
View File
@@ -111,5 +111,13 @@
"version_added": "31.5.0"
}
}
}, {
"id": "background_radial_color_map",
"name": "Radial gradient in the background with positions using <code>color_map</code>",
"compat": {
"web": {
"version_added": "31.10.0"
}
}
}]
}
+11
View File
@@ -0,0 +1,11 @@
{
"features": [{
"id": "indicator_nearest_pager_search",
"name": "Search for the nearest <code>pager</code> in the <code>indicator</code>",
"compat": {
"android": {
"version_added": "31.10.0"
}
}
}]
}
+6
View File
@@ -105,6 +105,12 @@
"compat": {
"android": {
"version_added": "31.1.0"
},
"ios": {
"version_added": "30.32.0"
},
"web": {
"version_added": "31.10.0"
}
}
}]
+3
View File
@@ -8,6 +8,9 @@
},
"web": {
"version_added": "30.31.0"
},
"ios": {
"version_added": "31.10.0"
}
}
}]
+3 -4
View File
@@ -3,15 +3,14 @@
"id": "text_truncate",
"name": "Text <code>truncate</code> property",
"status": {
"deprecated": true,
"notes": "Property is deprecated and should not be used. Use <code>ellipsis</code> 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"
}
}
}, {