Skip to content

Commit 198673d

Browse files
committed
Release notes
1 parent 6f9eb9d commit 198673d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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.12.2
12+
13+
* We fixed a bug where the Extensions Overview Page would not open if the user was not signed in.
14+
* We fixed a bug where reloading a Dev extension would cause a crash if tabs previously opened via an extension were not closed before the reload.
15+
* 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.
16+
1117
## Version 11.12.0
1218

1319
* We removed the elements helper methods (`add*()`, `get*()`, `getContainer()`, and `delete()`) from the Model API types.

0 commit comments

Comments
 (0)