diff --git a/compat_data/actions.json b/compat_data/actions.json
index 1aff46f9f..75fc9b4f2 100644
--- a/compat_data/actions.json
+++ b/compat_data/actions.json
@@ -209,6 +209,22 @@
"version_added": "31.7.0"
}
}
+ }, {
+ "id": "action_scroll_to_item_id",
+ "name": "Typed action scroll_to with destination item_id and action url scroll_to_item_id",
+ "compat": {
+ "android": {
+ "version_added": "32.46.0"
+ }
+ }
+ }, {
+ "id": "action_typed_set_cursor_position",
+ "name": "Typed action set_cursor_position",
+ "compat": {
+ "web": {
+ "version_added": "32.46.0"
+ }
+ }
}, {
"id": "action_typed_set_stored_value",
"name": "Typed action set_stored_value",
@@ -330,6 +346,9 @@
},
"ios": {
"version_added": "32.38.0"
+ },
+ "android": {
+ "version_added": "32.46.0"
}
}
}]