You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `menuItemActivated` event no longer exist, so you cannot listen to it anymore.
47
+
The `menuItemActivated` event no longer exists, so you cannot listen to it anymore.
48
48
49
49
## Registering Commands
50
50
51
51
{{%alert type="info" %}}
52
-
The command registration API has been removed and it is no longer available for Studio Pro 11.6 and above.
52
+
The command registration API has been removed and is no longer available for Studio Pro 11.6 and above.
53
53
{{% /alert%}}
54
54
55
55
If your extension created menus by using a command Id of a pre-registered command, the action that is sent to the command registration API when registering the command can now be used directly as the action of the menu.
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/studio-pro/web-extensibility-api.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@ numberless_headings: true
9
9
These release notes cover changes to the [Extensibility API for Web Developers](/apidocs-mxsdk/apidocs/extensibility-api/).
10
10
11
11
## Version 11.6.0
12
-
We introduced a breaking change in 11.6 version of the Extensibility API. The menus will no longer support commands and will instead allow users to define their own actions. This will affect extension developers upgrading from 11.5 to 11.6. Please see our [migration guide](/apidocs-mxsdk/apidocs/web-extensibility-api-11/migration-guide/) to see how to safely convert your code for the latest version.
12
+
13
+
We introduced a breaking change in the Web Extensibility API. Menus will no longer support commands and will instead allow users to define their own actions. This change will affect extension developers upgrading from Studio Pro 11.5 to 11.6. Review the [Migration Guide](/apidocs-mxsdk/apidocs/web-extensibility-api-11/migration-guide/) to learn how to safely convert your code for the latest version.
0 commit comments