Compat data

75b54d815b369b5e8e7e3e4ebca00b296abbfa55
This commit is contained in:
4eb0da
2024-03-26 17:57:30 +03:00
parent 631ed04f12
commit 87ff87ec8d
11 changed files with 221 additions and 0 deletions
+10
View File
@@ -14356,6 +14356,16 @@
"client/web/divkit/typings/variables.d.ts":"divkit/public/client/web/divkit/typings/variables.d.ts",
"client/web/divkit/webpack-dev.config.js":"divkit/public/client/web/divkit/webpack-dev.config.js",
"client/web/divkit/webpack.config.js":"divkit/public/client/web/divkit/webpack.config.js",
"compat_data/div-container.json":"divkit/public/compat_data/div-container.json",
"compat_data/div-gallery.json":"divkit/public/compat_data/div-gallery.json",
"compat_data/div-grid.json":"divkit/public/compat_data/div-grid.json",
"compat_data/div-image.json":"divkit/public/compat_data/div-image.json",
"compat_data/div-input.json":"divkit/public/compat_data/div-input.json",
"compat_data/div-pager.json":"divkit/public/compat_data/div-pager.json",
"compat_data/div-tabs.json":"divkit/public/compat_data/div-tabs.json",
"compat_data/div-text.json":"divkit/public/compat_data/div-text.json",
"compat_data/expressions.json":"divkit/public/compat_data/expressions.json",
"compat_data/rtl.json":"divkit/public/compat_data/rtl.json",
"json-builder/kotlin/README.md":"divkit/public/json-builder/kotlin/README.md",
"json-builder/kotlin/build.gradle":"divkit/public/json-builder/kotlin/build.gradle",
"json-builder/kotlin/buildSrc/build.gradle.kts":"divkit/public/json-builder/kotlin/buildSrc/build.gradle.kts",
+14
View File
@@ -0,0 +1,14 @@
{
"features": [{
"id": "container_item_builder",
"name": "Container property <code>item_builder</code>",
"compat": {
"ios": {
"version_added": "29.0.0"
},
"web": {
"version_added": "29.4.0"
}
}
}]
}
+45
View File
@@ -0,0 +1,45 @@
{
"features": [{
"id": "gallery_scroll_action_start_end",
"name": "Gallery scroll action <code>scroll_to_start</code> / <code>scroll_to_end</code>",
"compat": {
"android": {
"version_added": "29.8.0"
},
"ios": {
"version_added": "29.9.0"
},
"web": {
"version_added": "29.10.0"
}
}
}, {
"id": "gallery_scroll_action_dp",
"name": "Gallery scroll action <code>scroll_backward</code>, <code>scroll_forward</code>, <code>scroll_to_position</code>",
"compat": {
"android": {
"version_added": "29.8.0"
},
"ios": {
"version_added": "29.9.0"
},
"web": {
"version_added": "29.10.0"
}
}
}, {
"id": "gallery_scroll_action_move_with_step",
"name": "Gallery scroll action <code>set_previous_item</code> and <code>set_next_item</code> with the <code>step</code> argument",
"compat": {
"android": {
"version_added": "29.4.0"
},
"ios": {
"version_added": "29.9.0"
},
"web": {
"version_added": "29.10.0"
}
}
}]
}
+8
View File
@@ -0,0 +1,8 @@
{
"features": [{
"id": "grid_not_fullfilled_support",
"name": "The grid supports empty cells at the end",
"compat": {
}
}]
}
+14
View File
@@ -0,0 +1,14 @@
{
"features": [{
"id": "image_high_priority_preview_show",
"name": "Image property <code>high_priority_preview_show</code>",
"compat": {
"android": {
"version_added": "1.0.0"
},
"ios": {
"version_added": "1.0.0"
}
}
}]
}
+14
View File
@@ -0,0 +1,14 @@
{
"features": [{
"id": "input_password",
"name": "Input property <code>keyboard_type</code> = <code>password</code>",
"compat": {
"android": {
"version_added": "29.9.0"
},
"web": {
"version_added": "29.9.0"
}
}
}]
}
+19
View File
@@ -0,0 +1,19 @@
{
"features": [{
"id": "pager_scroll_action_start_end",
"name": "Pager scroll action <code>scroll_to_start</code> / <code>scroll_to_end</code>",
"compat": {
"web": {
"version_added": "29.10.0"
}
}
}, {
"id": "pager_scroll_action_move_with_step",
"name": "Pager scroll action <code>set_previous_item</code> and <code>set_next_item</code> with the <code>step</code> argument",
"compat": {
"web": {
"version_added": "29.10.0"
}
}
}]
}
+19
View File
@@ -0,0 +1,19 @@
{
"features": [{
"id": "tabs_scroll_action_start_end",
"name": "Tabs scroll action <code>scroll_to_start</code> / <code>scroll_to_end</code>",
"compat": {
"web": {
"version_added": "29.10.0"
}
}
}, {
"id": "tabs_scroll_action_move_with_step",
"name": "Tabs scroll action <code>set_previous_item</code> and <code>set_next_item</code> with the <code>step</code> argument",
"compat": {
"web": {
"version_added": "29.10.0"
}
}
}]
}
+18
View File
@@ -0,0 +1,18 @@
{
"features": [{
"id": "text_truncate",
"name": "Text truncate",
"status": {
"deprecated": true,
"notes": "Property is deprecated and should not be used. Use <code>ellipsis</code> instead"
},
"compat": {
"android": {
"version_added": "1.0.0"
},
"ios": {
"version_added": "1.0.0"
}
}
}]
}
+14
View File
@@ -0,0 +1,14 @@
{
"features": [{
"id": "expressions_implicit_integer_to_number_cast",
"name": "Expressions: implicit <code>integer</code> to <code>number</code> cast",
"compat": {
"ios": {
"version_added": "29.9.0"
},
"web": {
"version_added": "29.10.0"
}
}
}]
}
+46
View File
@@ -0,0 +1,46 @@
{
"features": [{
"id": "gallery_rtl",
"name": "Gallery RTL",
"compat": {
"android": {
"version_added": "26.0.0"
},
"ios": {
"version_added": "27.1.0"
},
"web": [{
"version_added": "29.4.0",
"partial_implementation": true,
"notes": "Doesn't support scroll actions"
}, {
"version_added": "29.10.0"
}]
}
}, {
"id": "tabs_rtl",
"name": "Tabs RTL",
"compat": {
"android": {
"version_added": "27.0.0"
},
"ios": {
"version_added": "27.2.0"
},
"web": {
"version_added": "29.10.0"
}
}
}, {
"id": "image_rtl_mirror",
"name": "Image <code>rtl_mirror</code> filter",
"compat": {
"android": {
"version_added": "28.3.0"
},
"web": {
"version_added": "29.4.0"
}
}
}]
}