Skip to content

Commit 66f24ce

Browse files
committed
Release notes
1 parent c5d3955 commit 66f24ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ These release notes cover changes to the [Extensibility API for Web Developers](
1414
* We added a `permissionsChanged` event to the [Permissions API](/apidocs-mxsdk/apidocs/web-extensibility-api-11/extension-permissions/) that notifies you when the user changes the permissions of your extension.
1515
* We added the `documentsChanged` event, which notifies you when a document that your extension depends on is modified in Studio Pro.
1616
* The Studio Pro version is now available through the [Preferences API](/apidocs-mxsdk/apidocs/web-extensibility-api-11/preference-api/).
17+
* We fixed an issue where the progress dialogs did not behave as the C# counterpart, where cancelling a step still waited for it to finish and return its result. If the user still wants to exit the step and return the result immediately, they can still do so by passing `resolveImmediatelyOnCancel` to the `IDialogApi.showProgressDialog` method.
1718

1819
## Version 11.11.0
1920

0 commit comments

Comments
 (0)