mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
96fa0259a9
8309bf2ef81a328c249ef9b31906fa25a3e43b56
26 lines
646 B
JSON
26 lines
646 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"
|
|
}
|
|
}
|
|
}, {
|
|
"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"
|
|
}
|
|
}
|
|
}]
|
|
}
|