diff --git a/content/en/docs/releasenotes/studio-pro/11/11.9.md b/content/en/docs/releasenotes/studio-pro/11/11.9.md index 9b85b942267..eeadc0ef829 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.9.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.9.md @@ -44,7 +44,7 @@ For more guidance, see the official [11.9 Mendix release blog](https://www.mendi * Maia can now set annotation texts in the logic editors. #### Portable App Distribution (Beta) - + We have added a new Portable App Distribution option for deployments. Portable App Distribution revolutionizes server deployments and simplifies local testing by packaging applications as self-contained ZIP files that include all dependencies, scripts, and configurations for instant deployment across any environment. This approach eliminates complex installation procedures while providing flexible file-based configuration management for seamless operations across development, testing, and production environments. For more information, see [Portable App Distribution](/developerportal/deploy/portable-app-distribution-deploy/). @@ -54,7 +54,7 @@ For more information, see [Portable App Distribution](/developerportal/deploy/po * We now support **Rspack** as a new bundler for React client applications, delivering faster bundling and lower memory usage. Rspack is currently in public beta and aims to replace Rollup. While Rollup remains fully supported as the default bundler, we recommend trying Rspack by selecting it via the new **App bundler** setting under **App Settings** > **Runtime**. #### Other New Features - + * We have implemented new functions in OQL. They are not currently available in Studio Pro, but they can be used using the Java API or the OQL module. For more details, see [OQL Expression Syntax](/refguide/oql-expression-syntax/). We added the following functions: * `DATEADD` * `DATETRUNC` @@ -67,7 +67,7 @@ For more information, see [Portable App Distribution](/developerportal/deploy/po * 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. +* You can now compare a historical revision to the current state from the **Comparison** pane. This enables you to see the detailed changes in modified documents, similar to the **Changes** pane. For more information, see [Comparison Pane](/refguide/comparison-pane/). * When Studio Pro is uninstalled, residual files created by Studio Pro are now also removed during the uninstall process. For this feature to work on macOS, we recommend using Mendix Version Selector (version 58 or higher) to uninstall Studio Pro. On Windows, regular uninstallation either through the OS itself or via Version Selector is sufficient. * Executing a live preview action from Studio Pro now calls servlets registered using `Core.addDevelopmentServlet`. * 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. @@ -176,11 +176,11 @@ We changed how Studio Pro stores Marketplace identity data for widgets. This dat * We fixed History Web pane timeouts for large repositories and eliminated refresh commit history errors ### Deprecations - + * We deprecated `DynamicValue` types for web file and web image properties, and will remove those types in Mendix 12. Use [allowUpload](/apidocs-mxsdk/apidocs/pluggable-widgets-property-types/#allow-upload)="true" to migrate to the new editable types instead. ### Breaking Changes - + * We removed the deprecated `tcpjson` log subscriber. Note that the `tcpjsonlines` log subscriber still exists. ### Known Issues