Skip to content

Commit 8c4290b

Browse files
authored
Update web-extensibility-api.md
1 parent f24d697 commit 8c4290b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ numberless_headings: true
88

99
These release notes cover changes to the [Extensibility API for Web Developers](/apidocs-mxsdk/apidocs/extensibility-api/).
1010

11+
## Version 11.3.0
12+
13+
* We introduced a new Version Control API under studioPro.ui.versionControl, which allows you to display version control information about the current version control system, branch, and last commit in Studio Pro. For more information, see [Version Control API](/apidocs/web-extensibility-api-11/version-control-api/).
14+
* Users can use an option in the preferences menu to enable extension development without using the --enable-extension-development feature flag. It requires a restart of Studio Pro.
15+
* We introduced a new Message Passing API under studioPro.ui.messagePassing, to pass information between different active contexts within an extension. This API supports two communication patterns: request-reply and message broadcasting. For more information, see [Communicaton Between Views API](/apidocs-mxsdk/apidocs/web-extensibility-api-11/command-api/).
16+
1117
## Version 11.2.0
1218

1319
* We included a new method for initializing the studio Pro API. (this is a breaking change) For more information, see [Getting Started with the Web Extensibility API](/apidocs-mxsdk/apidocs/web-extensibility-api-11/getting-started/).

0 commit comments

Comments
 (0)