Skip to content

Commit 4ceacdd

Browse files
authored
Merge pull request #9838 from SofiBili/web-extensibility-release-notes
Update web-extensibility-api.md
2 parents fbc60e6 + 327b449 commit 4ceacdd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@ 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.0.0
12+
13+
* We introduced a new API for showing modal dialogs from web extensions. It is available under `studioPro.ui.dialogs` in the web extensibility API. For more details and practical examples, see [Open a Modal Dialog](/apidocs-mxsdk/apidocs/web-extensibility-api-11/dialog-api/).
14+
* We introduced a new API for accessing user preferences from web extensions, which retrieves the user’s selected theme preference (light or dark) and language settings (for exampl, `en-US`). It is available under `studioPro.ui.preferences` in the web extensibility API. For more details and practical examples, see [Show User's Preferences](/apidocs-mxsdk/apidocs/web-extensibility-api-11/preference-api/).
15+
* We introduced a new API for showing notification popups from web extensions. It is available under `studioPro.ui.notifications` in the web extensibility API. For more details and practical examples, see [Show a Pop-up Notification](/apidocs-mxsdk/apidocs/web-extensibility-api-11/notification-api/).
16+
17+
## Version 10.24.0
18+
19+
* No user facing changes. However, the extension package version must be the same as your Studio Pro version.
20+
21+
## Version 10.23.0
22+
23+
* No user facing changes. However, the extension package version must be the same as your Studio Pro version.
24+
25+
## Version 10.22.0
26+
27+
* No user facing changes. However, the extension package version must be the same as your Studio Pro version.
28+
1129
## Version 10.21.0
1230

1331
* The first [beta](/releasenotes/release-status/) release of the Web Extensibility API.

0 commit comments

Comments
 (0)