mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
Compat upd
commit_hash:981bd9c21b762cbb25f6ba147624d08080d2dab9
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}]
|
||||
}
|
||||
@@ -105,6 +105,12 @@
|
||||
"compat": {
|
||||
"android": {
|
||||
"version_added": "31.1.0"
|
||||
},
|
||||
"ios": {
|
||||
"version_added": "30.32.0"
|
||||
},
|
||||
"web": {
|
||||
"version_added": "31.10.0"
|
||||
}
|
||||
}
|
||||
}]
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
},
|
||||
"web": {
|
||||
"version_added": "30.31.0"
|
||||
},
|
||||
"ios": {
|
||||
"version_added": "31.10.0"
|
||||
}
|
||||
}
|
||||
}]
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user