mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
Compat upd
commit_hash:a2274dd2c4a16b2dccfed28c50d794b7ee140154
This commit is contained in:
@@ -122,5 +122,16 @@
|
||||
"version_added": "31.11.0"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"id": "background_preload_required",
|
||||
"name": "<code>preload_required</code> for the background images",
|
||||
"compat": {
|
||||
"android": {
|
||||
"version_added": "1.0.0"
|
||||
},
|
||||
"ios": {
|
||||
"version_added": "32.5.0"
|
||||
}
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
||||
@@ -27,5 +27,19 @@
|
||||
"version_added": "32.3.1"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"id": "image_preload_required",
|
||||
"name": "<code>preload_required</code> property for the image",
|
||||
"compat": {
|
||||
"web": {
|
||||
"version_added": "29.6.0"
|
||||
},
|
||||
"android": {
|
||||
"version_added": "1.0.0"
|
||||
},
|
||||
"ios": {
|
||||
"version_added": "32.5.0"
|
||||
}
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
||||
@@ -156,6 +156,17 @@
|
||||
"version_added": "31.3.0"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"id": "text_image_preload_required",
|
||||
"name": "<code>preload_required</code> property for the image of a <code>text</code>",
|
||||
"compat": {
|
||||
"web": {
|
||||
"version_added": "29.6.0"
|
||||
},
|
||||
"ios": {
|
||||
"version_added": "32.5.0"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"id": "text_range_baseline_offset",
|
||||
"name": "<code>baseline_offset</code> property for the range of a <code>text</code>",
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
},
|
||||
"web": {
|
||||
"version_added": "29.12.0"
|
||||
},
|
||||
"ios": {
|
||||
"version_added": "32.5.0"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
|
||||
@@ -94,5 +94,16 @@
|
||||
"version_added": "31.9.0"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"id": "get_value_subscriptions",
|
||||
"name": "Subscribing to variables inside getStringValue and other functions for get<Type>Value",
|
||||
"compat": {
|
||||
"ios": {
|
||||
"version_added": "1.0.0"
|
||||
},
|
||||
"android": {
|
||||
"version_added": "32.5.0"
|
||||
}
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user