Compat upd

commit_hash:a2274dd2c4a16b2dccfed28c50d794b7ee140154
This commit is contained in:
4eb0da
2025-06-25 14:48:23 +03:00
parent e3dca38c9e
commit 139e8ba4a3
5 changed files with 50 additions and 0 deletions
+11
View File
@@ -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"
}
}
}]
}
+14
View File
@@ -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"
}
}
}]
}
+11
View File
@@ -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>",
+3
View File
@@ -8,6 +8,9 @@
},
"web": {
"version_added": "29.12.0"
},
"ios": {
"version_added": "32.5.0"
}
}
}, {
+11
View File
@@ -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"
}
}
}]
}