Skip to content

Commit 7dbaab7

Browse files
committed
Review
1 parent 74c1b8e commit 7dbaab7

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/migration-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ await studioPro.ui.extensionsMenu.add({
4444
});
4545
```
4646

47-
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.
4848

4949
## Registering Commands
5050

5151
{{%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.
5353
{{% /alert%}}
5454

5555
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.

content/en/docs/releasenotes/studio-pro/web-extensibility-api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ numberless_headings: true
99
These release notes cover changes to the [Extensibility API for Web Developers](/apidocs-mxsdk/apidocs/extensibility-api/).
1010

1111
## 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.
1314

1415
## Version 11.5.0
1516

0 commit comments

Comments
 (0)