diff --git a/content/en/docs/releasenotes/studio-pro/11/11.12.md b/content/en/docs/releasenotes/studio-pro/11/11.12.md index 8e01bf652d3..2e2d50a2920 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.12.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.12.md @@ -12,6 +12,47 @@ weight: 88 {{% alert color="info" %}}For highlights of this release, see the [Mendix Release 11.12](https://www.mendix.com/blog/mendix-release-11-12/) blog post.{{% /alert %}} +## 11.12.1 {#11121} + +**Release date: July __, 2026** + +{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.12.1" text="Go to Marketplace" title="Download version 11.12.1 from the Marketplace" %}} + +### New Features + +- We added ability to see documents affected by Maia in the **Changes** pane. +- We added **Maia Explain** and **Solve problem with Maia Chat** context menu options to the error list to help you understand and resolve consistency errors directly with Maia. + +### Improvements + +- Maia now receives detailed information about errors inside microflow expressions it generates, so it can correct them more accurately. +- Embedded applications now support optional parameters for the home page and home microflow. + +### Fixes + +- We fixed the `t is not a function` crash in microflow and workflow editors, introduced by the recent Microsoft update for WebView. (Tickets 282617, 282634, 282668) +- We fixed an issue in React client mode where navigating between pages with the same layout left widgets unresponsive. (Ticket 276710) +- On SQL Server, when a unique constraint or foreign key constraint is dropped, we now use `IF EXISTS`. This avoids an automatic rollback of the synchronization transaction in case the constraint does not exist. (Ticket 279545) +- We fixed an issue where runtime fails to finish executing a queued task started by a user if the user is deleted during task execution. (Ticket 279891) +- We fixed an issue where extracting a sub-microflow from activities that referenced a predefined variable (such as `$currentUser`) created a parameter with the same reserved name on the new sub-microflow, resulting in a `Variable name is reserved` error. Predefined variables are now skipped when generating the parameters of the extracted sub-microflow, since they are already globally in scope. (Ticket 281319) +- We fixed an issue where building an application gave the following error: `System.FormatException: The input string '' was not in a correct format`. (Tickets 282176, 282223) +- We resolved the issue in Studio Pro that Java files do not get generated when deploying for Eclipse. (Ticket 282363) +- We fixed an issue with PWAs using Rspack where the service worker was not be created correctly. (Ticket 282616, 282601) +- We removed GuidMapping documents from the **Changes** pane. +- We fixed an issue where the **Extensions** setting was visible for all module types instead of only for add-ons. +- We fixed an issue in the **Call Web Service** activity and in consumed OData services that consume services using OData version 3. The XML parser now rejects DTD declarations and external entities, because a compromised server might exploit those features. +- We resolved an issue where Studio Pro hung on the **Updating original app** step when opening an app. +- We fixed an issue in the modernized App Explorer where too many nodes could be selected at once. +- We fixed an issue when calling `mx.ui.openForm` in the Dojo client. +- We fixed an issue so that now, missing *progress message* on a blocking progress bar no longer causes a crash during deployment. +- We fixed an issue where **Settings** were not be correctly loaded when upgrading a app to 11.12. + +### Deprecations + +- We dropped support for the following database versions that are no longer supported by the vendors: + - PostgreSQL 13 + - MariaDB 10.6 + ## 11.12.0 {#1112} **Release date: June 30, 2026** @@ -174,3 +215,7 @@ CDC can be used with the Mendix Event Broker or with a Bring Your Own Kafka (BYO * Workaround: Click **New Chat** to restore reasoning and caching. Note that **New Chat** is only available when the chat is not empty. * The **Skills** button in Maia Chat is not visible after adding skills via Maia. It becomes visible only after restarting the app, closing the project, or starting a new chat. * Workaround: Click **New Chat** to make the Skills button appear without requiring a full restart. Note that **New Chat** is only available when the chat is not empty. +* A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. + * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function)