Files
divkit/compat_data/div-text.json
T
4eb0da dbd2b86a4e Compat update
commit_hash:e411db0a820ec80a52bd4c58c87a66df4c656fdb
2024-10-01 14:25:24 +03:00

88 lines
2.4 KiB
JSON

{
"features": [{
"id": "text_truncate",
"name": "Text <code>truncate</code> property",
"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"
}
}
}, {
"id": "text_auto_ellipsize",
"name": "Text <code>auto_ellipsize</code> property",
"compat": {
"android": {
"version_added": "1.0.0"
},
"web": {
"version_added": "29.2.0"
},
"flutter": {
"version_added": "0.1.0"
}
}
}, {
"id": "text_font_feature_settings",
"name": "Text <code>font_feature_settings</code> property",
"compat": {
"android": {
"version_added": "30.3.0"
},
"web": {
"version_added": "30.3.0"
},
"ios": {
"version_added": "30.3.0"
}
}
}, {
"id": "text_font_weight_value",
"name": "Text <code>font_weight_value</code> property",
"compat": {
"web": {
"version_added": "30.6.0"
},
"ios": {
"version_added": "30.6.0"
},
"android": {
"version_added": "30.7.0"
}
}
}, {
"id": "text_images_accessibility",
"name": "<code>accessibility</code> property for images inside text",
"compat": {
"android": {
"version_added": "30.17.0"
}
}
}, {
"id": "text_items_alignment_vertical",
"name": "<code>alignment_vertical</code> property for images and ranges inside text",
"compat": {
"android": {
"version_added": "30.17.0"
}
}
}, {
"id": "text_tighten_width",
"name": "Text <code>tighten_width</code> property, that removes unnecessary horizontal paddings in multiline texts",
"compat": {
"android": {
"version_added": "30.20.0"
},
"ios": {
"version_added": "30.20.0"
}
}
}]
}