mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"features": [{
|
|
"id": "asset_support",
|
|
"name": "Built-in <code>divkit-asset://</code> support",
|
|
"compat": {
|
|
"ios": {
|
|
"version_added": "29.11.0"
|
|
},
|
|
"android": {
|
|
"version_added": "29.13.0"
|
|
},
|
|
"web": {
|
|
"notes": "Web support is not planned"
|
|
}
|
|
}
|
|
}, {
|
|
"id": "persistent_variable_storage",
|
|
"name": "Persistent variable storage (including <code>set_stored_value</code> action and getter functions, such as <code>getStoredStringValue</code>)",
|
|
"compat": {
|
|
"web": {
|
|
"version_added": "29.15.0"
|
|
},
|
|
"ios": {
|
|
"version_added": "27.0.0"
|
|
},
|
|
"android": {
|
|
"version_added": "28.2.0"
|
|
}
|
|
}
|
|
}, {
|
|
"id": "item_builder_index_variable",
|
|
"name": "<code>index</code> variable inside <code>item_builder</code>",
|
|
"compat": {
|
|
"ios": {
|
|
"version_added": "30.5.0"
|
|
},
|
|
"android": {
|
|
"version_added": "30.6.0"
|
|
},
|
|
"web": {
|
|
"version_added": "30.6.0"
|
|
}
|
|
}
|
|
}, {
|
|
"id": "item_builder_id_property",
|
|
"name": "<code>id</code> property for a prototype inside <code>item_builder</code>",
|
|
"compat": {
|
|
"ios": {
|
|
"version_added": "30.6.0"
|
|
},
|
|
"android": {
|
|
"version_added": "30.7.0"
|
|
}
|
|
}
|
|
}]
|
|
}
|