Files
divkit/compat_data/div-grid.json
T
4eb0da 0bf5b704a3 Compat upd
commit_hash:9f46e0c1d548bf6f25839e85649850b5e0b608a2
2025-01-21 12:25:04 +03:00

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"
}
}
}]
}