summaryrefslogtreecommitdiffstats
path: root/misc/extension_api_validation/4.1-stable.expected
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2023-10-02 13:43:08 +0200
committerYuri Sizov <yuris@humnom.net>2023-10-02 13:43:08 +0200
commitb07c664af9b4734ab08a820559e451b74e73ba2f (patch)
treede0df8cb4022d704ce7c239cbecbdcbdb8468d31 /misc/extension_api_validation/4.1-stable.expected
parent5e19247c72a859136cfc13612634920b410403ea (diff)
downloadredot-engine-b07c664af9b4734ab08a820559e451b74e73ba2f.tar.gz
Make `GraphEdit` toolbar more customizable
Also adds a semi-transparent background to make the toolbar stand out in front of nodes.
Diffstat (limited to 'misc/extension_api_validation/4.1-stable.expected')
-rw-r--r--misc/extension_api_validation/4.1-stable.expected10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.1-stable.expected b/misc/extension_api_validation/4.1-stable.expected
index 6720ee6b47..74d8af1017 100644
--- a/misc/extension_api_validation/4.1-stable.expected
+++ b/misc/extension_api_validation/4.1-stable.expected
@@ -264,3 +264,13 @@ Validate extension JSON: Error: Field 'classes/AnimationTree/methods/set_tree_ro
These definitions have been moved to those base classes, so the APIs are actually available.
Some properties were renamed for integration, but the old setter/getters are kept.
Also changed some methods name/argument/signature. Compatibility methods registered.
+
+
+GH-81582
+--------
+
+Validate extension JSON: API was removed: classes/GraphEdit/methods/is_arrange_nodes_button_hidden
+Validate extension JSON: API was removed: classes/GraphEdit/methods/set_arrange_nodes_button_hidden
+Validate extension JSON: API was removed: classes/GraphEdit/properties/arrange_nodes_button_hidden
+
+Make GraphEdit toolbar more customizable