mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
0bf5b704a3
commit_hash:9f46e0c1d548bf6f25839e85649850b5e0b608a2
29 lines
725 B
JSON
29 lines
725 B
JSON
{
|
|
"features": [{
|
|
"id": "grid_not_fullfilled_support",
|
|
"name": "The grid supports empty cells at the end",
|
|
"compat": {
|
|
"android": {
|
|
"version_added": "29.11.0"
|
|
},
|
|
"web": {
|
|
"version_added": "29.11.0"
|
|
},
|
|
"ios": {
|
|
"version_added": "30.33.0"
|
|
}
|
|
}
|
|
}, {
|
|
"id": "grid_intersection_resolve",
|
|
"name": "The grid correctly resolves self intersection between cells",
|
|
"compat": {
|
|
"android": {
|
|
"version_added": "1.0.0"
|
|
},
|
|
"web": {
|
|
"version_added": "30.13.0"
|
|
}
|
|
}
|
|
}]
|
|
}
|