Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/en/docs/releasenotes/studio-pro/11/11.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ weight: 88
* We reduced the exported bundle size for the React and Native clients when a translatable text (such as **Caption** or **Text template**) contains parameters. Only the parts of the text that actually differ between languages are now translated, instead of duplicating the entire text for every language.
* The `mx` command line tool's `show-module-version` and `set-module-version` commands now work for all modules in an app, instead of only protected (add-on and solution) modules. The **System** module remains excluded.
* We now prefix versioned deployment packages with the branch name they were created with: *{BranchName}-{AppName}_{Version}.mda*.
* We added support for preselecting modules in the [Document Selector API](/apidocs-mxsdk/apidocs/web-extensibility-api-11/element-selector-api/).
* We improved the [Permissions API](/apidocs-mxsdk/apidocs/web-extensibility-api-11/extension-permissions/).

### Fixes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ These release notes cover changes to the [Extensibility API for Web Developers](
* We updated the progress dialog cancellation behavior: the process now waits for the cancelled step to finish before resolving, rather than immediately returning a snapshot of the progress at the time of cancellation. A new `resolveImmediatelyOnCancel` parameter restores the previous behavior.
* We fixed an issue where reloading an extension with open tabs caused an Oops crash.

## Version 11.12.3

* We added support for preselecting modules in the [Document Selector API](/apidocs-mxsdk/apidocs/web-extensibility-api-11/element-selector-api/).
* We improved the [Permissions API](/apidocs-mxsdk/apidocs/web-extensibility-api-11/extension-permissions/).

## Version 11.12.2

* We fixed a bug where the Extensions Overview page would not open if the user was not signed in.
Expand Down