You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/studio-pro/11/11.9.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ For more information, see [Portable App Distribution](/developerportal/deploy/po
59
59
- We added `Core.addDevelopmentServlet` method that allows registering an `HttpServlet` instance that is accessible through admin port when the application is run locally using Studio Pro.
60
60
- We added a nanoflow setting to align list parameter behavior with microflows, so that list changes made in a called nanoflow reflect in the caller. Existing nanoflows keep isolated list parameters but now show a deprecation warning: **"Switch to the new behavior to align with microflows"**.
61
61
- We added the option to use primitive page parameters in page URLs. The syntax for this is the same as in microflow URLs.
62
-
- We released a modernized JavaScript Action Editor into public beta. You can enable the new editor in Studio Pro under **Preferences** > **New features**. For more information, see [JavaScript Actions](refguide/javascript-actions/).
62
+
- We released a modernized JavaScript Action Editor into public beta. You can enable the new editor in Studio Pro under **Preferences** > **New features**. For more information, see [JavaScript Actions](/refguide/javascript-actions/).
63
63
- We added support for XPath constraints in nanoflow database retrieves to follow associations from a variable, so comparisons like `$var/Association = $var` now work.
64
64
- We added a client API to activate a waiting service worker. You can now use `skipWaiting` from `mx-api/pwa`, which resolves once the new service worker takes control. This is useful when you want to update to a new application version without waiting for all tabs to close. To fully apply the update, the page should be reloaded so all resources are loaded from the new service worker.
65
65
- Web Extensions can now raise consistency errors in MxBuild. This introduces Deno to the MxBuild tool chain. For troubleshooting details, see the *Troubleshooting* section of [MxBuild](/refguide/mxbuild/#troubleshooting).
0 commit comments