mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
Compat upd
commit_hash:e1d387310a2755c64e6f0bd452464dc51db16d4a
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}]
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
|
||||
@@ -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": "<code>tap_outside_actions</code> property for the tooltip",
|
||||
"compat": {
|
||||
"ios": {
|
||||
"version_added": "31.2.0"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"id": "tooltip_close_by_tap_outside",
|
||||
"name": "<code>close_by_tap_outside</code> property for the tooltip",
|
||||
"compat": {
|
||||
"ios": {
|
||||
"version_added": "31.2.0"
|
||||
},
|
||||
"android": {
|
||||
"version_added": "31.3.0"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"id": "tooltip_background_accessibility_description",
|
||||
"name": "<code>background_accessibility_description</code> property for the tooltip",
|
||||
"compat": {
|
||||
"ios": {
|
||||
"version_added": "31.5.0"
|
||||
}
|
||||
}
|
||||
}]
|
||||
|
||||
@@ -22,6 +22,9 @@
|
||||
},
|
||||
"web": {
|
||||
"version_added": "30.2.0"
|
||||
},
|
||||
"android": {
|
||||
"version_added": "30.14.0"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
|
||||
@@ -55,5 +55,21 @@
|
||||
"version_added": "30.21.0"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"id": "set_variable_array_from_string",
|
||||
"name": "Parse <code>array</code> from string and set it into the variable (including both programmic api and the <code>div-action://set_variable</code>)",
|
||||
"compat": {
|
||||
"android": {
|
||||
"version_added": "31.5.0"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"id": "set_variable_dict_from_string",
|
||||
"name": "Parse <code>dict</code> from string and set it into the variable (including both programmic api and the <code>div-action://set_variable</code>)",
|
||||
"compat": {
|
||||
"android": {
|
||||
"version_added": "25.2.0"
|
||||
}
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user