Update release note in 11.9 and add a link#11084
Open
MariaShaposhnikova wants to merge 1 commit intodevelopmentfrom
Open
Update release note in 11.9 and add a link#11084MariaShaposhnikova wants to merge 1 commit intodevelopmentfrom
MariaShaposhnikova wants to merge 1 commit intodevelopmentfrom
Conversation
ConnorLand
reviewed
Apr 24, 2026
| * We introduced a new API for accessing runtime functionality from web extensions, which allows you to execute preview actions and monitor the runtime connection status. It is available under `studioPro.runtime.controller` in the [Web Extensibility](/apidocs-mxsdk/apidocs/web-extensibility-api-11/) API. | ||
| * We introduced a new API for accessing constants from the active runtime configuration from web extensions, which allows you to view the value of the shared runtime constants. It is available under `studioPro.runtime.configuration` in the [Web Extensibility](/apidocs-mxsdk/apidocs/web-extensibility-api-11/) API. | ||
| * We introduced permissions to access the private constants from the active runtime configuration from web extensions. The user can access them through the extension overview pane and grant access to the API to see the private constants. | ||
| * You can now compare a historical revision to the current state from the history pane and history dialog box. This enables you to see the detailed changes in modified documents, similar to the changes pane. |
Collaborator
There was a problem hiding this comment.
Good changes in this PR. I just had one Q.
Should the history pane mention be deleted? Seems like a technical feature detail.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@ConnorLand , please review.