Skip to content

Commit a9559e7

Browse files
authored
Update web-extensibility-api.md
Add 11.4 features
1 parent 8c4290b commit a9559e7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,17 @@ numberless_headings: true
88

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

11+
12+
## Version 11.4.0
13+
14+
* We introduced a new Progress Dialog API under `studioPro.ui.dialogs.showProgressDialog(<title>, <steps>)`, which opens a modal containing a series of steps that perform actions in sequence.
15+
* We introduced a new Custom Document Model API under `studioPro.app.model.customBlobDocuments`. This allows extensions to register new document types in Studio Pro, which can store arbitrary data and appear in the App Explorer, New Document dialog, and other UI elements.
16+
1117
## Version 11.3.0
1218

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/).
19+
* 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/).
1420
* 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/).
21+
* 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/).
1622

1723
## Version 11.2.0
1824

0 commit comments

Comments
 (0)